From 22a79a29b358b4c2797349fa9fa5d7407a68e433 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Tue, 8 Oct 2024 14:43:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E8=A3=85=E6=8D=A2=E6=89=B9=E6=AC=A120?=
=?UTF-8?q?24/9/13=2019:30:14?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/common/balance.js | 2 +-
.../detail/comDetailCardBatch.vue | 226 ++++++++++++++++
.../detail/comJobDetailCardBatch.vue | 2 -
.../detail/comRecommendDetailCardBatch.vue | 241 ++++++++++++++++++
src/mycomponents/recommend/recommend.vue | 2 +-
src/mycomponents/recommend/recommendBatch.vue | 168 ++++++++++++
.../scan/winScanPackAndLocation.vue | 5 +
src/pages/count/coms/comCountDetailcards.vue | 2 +-
src/pages/count/job/countLightDetail.vue | 118 ++++++---
src/pages/customerReturn/job/returnDetail.vue | 26 +-
.../coms/comInventoryDetailCardBatch.vue | 203 +++++++++++++++
.../inventoryMove/job/inventoryMoveDetail.vue | 30 ++-
.../issue/coms/comIssueDetailCardBatch.vue | 183 +++++++++++++
src/pages/issue/coms/comScanIssuePack.vue | 2 +
src/pages/issue/job/issueDetail.vue | 99 +++----
.../job/productPutawayDetail.vue | 33 ++-
.../coms/comProductDetailCardBatch.vue | 206 +++++++++++++++
.../job/ccProductReceiptDetail.vue | 29 ++-
.../job/productReceiptDetail.vue | 30 ++-
.../job/productRecycleJobDetail.vue | 70 +++--
.../job/productionReceiptDetail.vue | 10 +-
.../productionReturn/job/okToReturnDetail.vue | 29 ++-
.../coms/comReturnDetailCardBatch.vue | 176 +++++++++++++
src/pages/purchaseReturn/job/returnDetail.vue | 85 ++++--
.../repleinsh/coms/comScanReplishPack.vue | 2 +
.../scrap/coms/comScrapDetailCardBatch.vue | 162 ++++++++++++
src/pages/scrap/job/scrapJobDetail.vue | 71 ++++--
.../coms/comReceiptDetailCardBatch.vue | 211 +++++++++++++++
src/pages/unPlanned/job/issueJobDetail.vue | 69 +++--
src/pages/unPlanned/job/receiptJobDetail.vue | 29 ++-
30 files changed, 2313 insertions(+), 208 deletions(-)
create mode 100644 src/mycomponents/detail/comDetailCardBatch.vue
create mode 100644 src/mycomponents/detail/comRecommendDetailCardBatch.vue
create mode 100644 src/mycomponents/recommend/recommendBatch.vue
create mode 100644 src/pages/inventoryMove/coms/comInventoryDetailCardBatch.vue
create mode 100644 src/pages/issue/coms/comIssueDetailCardBatch.vue
create mode 100644 src/pages/productReceipt/coms/comProductDetailCardBatch.vue
create mode 100644 src/pages/purchaseReturn/coms/comReturnDetailCardBatch.vue
create mode 100644 src/pages/scrap/coms/comScrapDetailCardBatch.vue
create mode 100644 src/pages/unPlanned/coms/comReceiptDetailCardBatch.vue
diff --git a/src/common/balance.js b/src/common/balance.js
index a8012fbd..75e207e5 100644
--- a/src/common/balance.js
+++ b/src/common/balance.js
@@ -330,7 +330,7 @@ export function byBatch(label, locationCode, fromInventoryStatuses, callback) {
filters.push({
column: "packingNumber",
action: "==",
- value: null
+ value: ''
})
filters.push({
column: "locationCode",
diff --git a/src/mycomponents/detail/comDetailCardBatch.vue b/src/mycomponents/detail/comDetailCardBatch.vue
new file mode 100644
index 00000000..a45e3033
--- /dev/null
+++ b/src/mycomponents/detail/comDetailCardBatch.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/detail/comJobDetailCardBatch.vue b/src/mycomponents/detail/comJobDetailCardBatch.vue
index 56368dfa..c80074bb 100644
--- a/src/mycomponents/detail/comJobDetailCardBatch.vue
+++ b/src/mycomponents/detail/comJobDetailCardBatch.vue
@@ -29,7 +29,6 @@
import pack from '@/mycomponents/balance/pack.vue'
import detailList from '@/mycomponents/detail/detailList.vue'
import packageList from '@/mycomponents/package/packageList.vue'
- import packageListBatch from '@/mycomponents/package/packageListBatch.vue'
import location from '@/mycomponents/balance/location.vue'
import toLocation from '@/mycomponents/balance/toLocation.vue'
import batch from '@/mycomponents/balance/batch.vue'
@@ -52,7 +51,6 @@
receiptDetailInfoPopup,
detailList,
packageList,
- packageListBatch,
location,
toLocation,
batch,
diff --git a/src/mycomponents/detail/comRecommendDetailCardBatch.vue b/src/mycomponents/detail/comRecommendDetailCardBatch.vue
new file mode 100644
index 00000000..acfc3d3b
--- /dev/null
+++ b/src/mycomponents/detail/comRecommendDetailCardBatch.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 推
+ 荐
+
+
+
+
+
+
+ 复制
+
+
+
+
+
+ 实
+ 际
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/recommend/recommend.vue b/src/mycomponents/recommend/recommend.vue
index 4aa55e52..664d0e83 100644
--- a/src/mycomponents/recommend/recommend.vue
+++ b/src/mycomponents/recommend/recommend.vue
@@ -5,7 +5,7 @@
-
+
diff --git a/src/mycomponents/recommend/recommendBatch.vue b/src/mycomponents/recommend/recommendBatch.vue
new file mode 100644
index 00000000..04ded7d0
--- /dev/null
+++ b/src/mycomponents/recommend/recommendBatch.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 复制
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/scan/winScanPackAndLocation.vue b/src/mycomponents/scan/winScanPackAndLocation.vue
index 75100eac..63055f71 100644
--- a/src/mycomponents/scan/winScanPackAndLocation.vue
+++ b/src/mycomponents/scan/winScanPackAndLocation.vue
@@ -328,6 +328,11 @@
uni.hideLoading();
if (res.success) {
this.managementPrecision = res.managementPrecision
+ if (this.managementPrecision == 'BY_BATCH') {
+ res.data.list.forEach(item => {
+ item.packingNumber = ''
+ })
+ }
this.chooseWhich = '2'
if (res.data && res.data.list && res.data.list.length > 1) {
this.showBalanceSelect(res.data.list);
diff --git a/src/pages/count/coms/comCountDetailcards.vue b/src/pages/count/coms/comCountDetailcards.vue
index 9b45c358..822ab974 100644
--- a/src/pages/count/coms/comCountDetailcards.vue
+++ b/src/pages/count/coms/comCountDetailcards.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue
index ff0d71b1..86861d7b 100644
--- a/src/pages/count/job/countLightDetail.vue
+++ b/src/pages/count/job/countLightDetail.vue
@@ -36,15 +36,13 @@
-
+ :right-options="item.scaned?scanOptions:detailOptions">
+
{{index+1}}.
-
+
@@ -57,8 +55,7 @@