白坯拆分BUG

yangwl
wws 1 year ago
parent 76f84baa6b
commit d474089652

@ -816,7 +816,8 @@ export default {
shiftId: this.splitForm.shiftId, shiftId: this.splitForm.shiftId,
splitNum: this.splitForm.splitNum, splitNum: this.splitForm.splitNum,
product: this.productData[0], product: this.productData[0],
routeCode: this.splitForm.routeCode routeCode: this.splitForm.routeCode,
carNum: this.splitForm.carNum
} }
subSplitOrder(data).then(response => { subSplitOrder(data).then(response => {
@ -1070,6 +1071,12 @@ export default {
handleAdd(row) { handleAdd(row) {
console.log("点击了新增按钮"); console.log("点击了新增按钮");
// TODO // TODO
this.materielQueryParams = {
productCode: null,
productDescZh: null,
pageNum: 1,
pageSize: 10,
},
// //
this.form.prodType = 'white' this.form.prodType = 'white'
// //

Loading…
Cancel
Save