fix: 自动下发工单
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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="修改人" />
|
||||
|
||||
Reference in New Issue
Block a user