批量扫码的问题

dev2.5_scan
yewj 5 days ago
parent 301f2db2d7
commit 295d299def

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

@ -886,20 +886,10 @@ export default {
if (data.data && data.data.billNo) { if (data.data && data.data.billNo) {
this.orderFormData.billNo = data.data.billNo; this.orderFormData.billNo = data.data.billNo;
} }
this.refreshCodesPanel();
// this.printMutiCodeResult(data.data.vailCodeResultResponses)
this.isCodeAlive = false; this.$refs.inputRef.focus();
this.isBizDetailAlive = false; this.$refs.inputRef.select();
this.isCodeDetailAlive = false;
this.$nextTick(() => {
this.isCodeAlive = true;
this.isBizDetailAlive = true;
this.isCodeDetailAlive = true;
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
this.$message.success("上传成功!");
});
} else { } else {
this.$message.error(data.message); this.$message.error(data.message);
} }

Loading…
Cancel
Save