feat: 阿里采购送货单的业务对接

dev_unify
chenhc 7 months ago
parent df6d9e07ea
commit e9a5618a79

@ -878,10 +878,10 @@ export default {
} }
this.selectOrderVisible = true this.selectOrderVisible = true
}, },
orderFormDataClose(){ orderFormDataClose(data){
this.closeCodeDialog(); this.orderFormData = data
this.refreshCodesPanel();
this.selectOrderVisible = false this.selectOrderVisible = false
this.closeDialog()
}, },
// //
resetForm() { resetForm() {

@ -254,8 +254,7 @@ export default {
if (res.code === 20000) { if (res.code === 20000) {
this.codeDetailVisible = false this.codeDetailVisible = false
this.$message.success('选入成功') this.$message.success('选入成功')
this.closeDialog() this.closeDialog(res.data)
} else { } else {
this.$message.error(res.message) this.$message.error(res.message)
} }

Loading…
Cancel
Save