fix: 手持、自动工单、点位编码

This commit is contained in:
2023-11-15 19:02:54 +08:00
parent 4471be290e
commit a365a3bfb6
23 changed files with 189 additions and 20 deletions

View File

@@ -628,7 +628,10 @@ export default {
this.form.raw_material_code = row.material_code
}
this.form.pack_method = row.pack_method
this.form.vehicle_type = row.pack_palletspec
const result = Object.keys(this.dict.label.vehicle_type).find(key => this.dict.label.vehicle_type[key] === row.pack_palletspec)
if (result) {
this.form.vehicle_type = result
}
},
clearRecordMesOrder() {
this.form.order_no = null