feat: 优化

20240912_adapter
chenhc 3 months ago
parent 3242cdb23f
commit 8dd969e855

@ -1419,18 +1419,18 @@ export default {
// this.$message('click on item ' + command);
},
clearCode() {
this.originCode = "";
this.formData.code = "";
this.formData.billNo = null;
this.formData.shipper = null;
this.formData.fromCorp = null;
// this.originCode = "";
// this.formData.code = "";
// this.formData.billNo = null;
// this.formData.shipper = null;
// this.formData.fromCorp = null;
this.scanCode = "";
this.scanTitle = "扫码结果:";
this.result = "";
this.warnResult = ""
this.errResult = ""
this.warnVisible = false
this.errVisible = false
// this.scanTitle = "";
// this.result = "";
// this.warnResult = ""
// this.errResult = ""
// this.warnVisible = false
// this.errVisible = false
},
/**

Loading…
Cancel
Save