diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index 229ec49d..0b6059c1 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -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 }, /**