feat: 优化

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

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

Loading…
Cancel
Save