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