白坯订单管理

master
wws 1 year ago
parent a159f56ab5
commit 9f8cc82b9d

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

Loading…
Cancel
Save