fix: 自动下发工单

This commit is contained in:
2023-11-02 17:18:50 +08:00
parent 0c0421f5ce
commit 41666a22ca
9 changed files with 29 additions and 6 deletions

View File

@@ -617,6 +617,7 @@ export default {
this.form.raw_material_code = row.material_code
}
this.form.pack_method = row.pack_method
this.form.vehicle_type = row.pack_palletspec
},
clearRecordMesOrder() {
this.form.order_no = null

View File

@@ -74,6 +74,7 @@
<el-table-column prop="material_spec" label="物料规格" width="140" />
<el-table-column prop="material_model" label="物料型号" width="140" />
<el-table-column prop="pack_method" label="包装方式" width="140" />
<el-table-column prop="pack_palletspec" label="包装规则" width="140" />
<el-table-column v-if="queryInfo === '库存顺序'" prop="total_material_qty" label="物料总数/块" width="140" />
<el-table-column prop="standing_time" label="静置时间(分钟)" width="130px" />
<el-table-column prop="update_name" label="修改人" />