|
|
|
@ -666,7 +666,7 @@ export default {
|
|
|
|
|
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
|
|
|
|
|
tQuery.billNo = this.orderFormData.billNo;
|
|
|
|
|
if (this.orderFormData.billNo == null) {
|
|
|
|
|
this.$message.error("请先添加业务详情!");
|
|
|
|
|
this.$message.error("请先录入单据信息!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
saveOrderWeb(tQuery).then((response) => {
|
|
|
|
@ -816,7 +816,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
//页面初始化
|
|
|
|
|
this.codeFormData.code = '';
|
|
|
|
|
|
|
|
|
|