From 8dd969e8553f48bc08af5c1da3a77bf802af56f1 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 16 Jan 2025 15:20:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/DealOrder.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 }, /**