白坯订单管理

master
wws 1 year ago
parent a159f56ab5
commit 9f8cc82b9d

@ -800,6 +800,8 @@ export default {
this.$modal.msgError(response.msg)
return
}
this.getList()
this.splitOpen = false
this.$modal.msgSuccess('提交成功')
})
@ -817,9 +819,6 @@ export default {
batchCode: '',
batchQuantity: ''
}]
this.getList()
this.splitOpen = false
},
//
checkNull(entity) {
@ -879,6 +878,10 @@ export default {
handleUpdate(row) {
console.log("点击了拆分按钮")
//
//
this.resetBatch()
this.productData = [];
this.splitForm = {
id: null,
@ -1023,6 +1026,10 @@ export default {
// TODO
//
this.form.prodType = 'white'
//
this.form.planProDate = moment(new Date()).format('YYYY-MM-DD')
//
this.form.planComplete = moment(new Date()).format('YYYY-MM-DD')
//
this.dialogVisible = true;
},

Loading…
Cancel
Save