修改bug

prod
wangwei 3 years ago
parent 09b0f837d8
commit 00cedb84e2

@ -666,7 +666,7 @@ export default {
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData))); let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
tQuery.billNo = this.orderFormData.billNo; tQuery.billNo = this.orderFormData.billNo;
if (this.orderFormData.billNo == null) { if (this.orderFormData.billNo == null) {
this.$message.error("请先添加扫码详情!"); this.$message.error("请先添加业务详情!");
return; return;
} }
saveOrderWeb(tQuery).then((response) => { saveOrderWeb(tQuery).then((response) => {

Loading…
Cancel
Save