单据验收扫码问题

ywj_dev
anthonywj 2 years ago
parent 8e35d02324
commit 02c2941a4a

@ -194,7 +194,7 @@ export default {
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
this.udiCode = response.data;
this.addCode();
this.addCode(event);
} else {
if (response.code == 502) {
this.checkSuccess = false;
@ -241,7 +241,7 @@ export default {
});
},
addCode() {
addCode(event) {
if (this.$isBlank(this.udiCode)) {
this.$message.error("UDI码不能为空");
}

@ -194,7 +194,7 @@ export default {
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
this.udiCode = response.data;
this.addCode();
this.addCode(event);
} else {
if (response.code == 502) {
this.checkSuccess = false;

Loading…
Cancel
Save