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 @@