From caccc47374d5ae358b801771a1d9159ab5167a77 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Sat, 20 Jul 2024 16:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/qty/countQtyEdit.vue | 8 ++++++-- src/pages/count/job/fuzzyCountDetail.vue | 9 ++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/mycomponents/qty/countQtyEdit.vue b/src/mycomponents/qty/countQtyEdit.vue index b1112053..1a48f223 100644 --- a/src/mycomponents/qty/countQtyEdit.vue +++ b/src/mycomponents/qty/countQtyEdit.vue @@ -68,10 +68,10 @@ - + + style="align-items: center;"> 描述 : - @@ -65,7 +64,7 @@ - @@ -324,10 +323,6 @@ getScanResult(result) { let that = this; let packInfo = result.package; - let detail = this.createDetailInfo(packInfo); - this.detailSource.unshift(detail); - this.scanPopupGetFocus(); - return; if (this.itemRangeValue != '') { let index = this.itemRangeValue.indexOf(packInfo.itemCode) if (index < 0) { @@ -395,7 +390,7 @@ createTime: new Date().getTime(), countTime: new Date().getTime(), countUser: this.$store.state.user.id, - countDescription: 'a', + countDescription: '', countQty: packInfo.qty } return detail;