From 4026010db8dd37992bb70289d1e18e61a99679ad Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 22 Apr 2025 19:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/scan/winScanPackAndLocation.vue | 9 ++++++++- src/pages/count/job/countLightDetail.vue | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mycomponents/scan/winScanPackAndLocation.vue b/src/mycomponents/scan/winScanPackAndLocation.vue index 0a6e5cce..a288628b 100644 --- a/src/mycomponents/scan/winScanPackAndLocation.vue +++ b/src/mycomponents/scan/winScanPackAndLocation.vue @@ -39,7 +39,9 @@ - @@ -134,6 +136,11 @@ type: Boolean, default: false }, + isHavePackNumber: { + type: Boolean, + default: true + }, + }, data() { diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 40cff344..58f9c0cd 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -49,6 +49,7 @@