|
|
@ -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
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|