@@ -1881,6 +1898,7 @@ export default {
batchAddCode(this.orderFormData).then((res) => {
if (res.code === 20000) {
this.$refs.inputRef.focus();
+ this.orderFormData.billNo = res.data.orderId;
this.refreshCodesPanel(this);
this.printMutiCodeResult(res.data.vailCodeResultResponses)
} else {
@@ -1895,6 +1913,9 @@ export default {
},
async printMutiCodeResult(vailCodeResultResponses) {
+ this.warnResult = "";
+ this.errResult = "";
+ this.result = "";
this.warnVisible = false;
this.errVisible = false;
for (let i = 0; i < vailCodeResultResponses.length; i++) {