From 4ae564d47ec158aadc44fc873575537b07069b90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com>
Date: Thu, 31 Oct 2024 14:12:20 +0800
Subject: [PATCH] =?UTF-8?q?page/productReceipt/coms=20=E6=96=87=E4=BB=B6?=
=?UTF-8?q?=E8=BF=81=E7=A7=BB=208/8-10/25?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../coms/comProductDetailCard.vue | 3 +-
.../coms/comProductDetailCardBatch.vue | 180 ++++++++++++++++++
.../productReceipt/coms/comProductJobCard.vue | 4 +-
3 files changed, 185 insertions(+), 2 deletions(-)
create mode 100644 src/pages/productReceipt/coms/comProductDetailCardBatch.vue
diff --git a/src/pages/productReceipt/coms/comProductDetailCard.vue b/src/pages/productReceipt/coms/comProductDetailCard.vue
index a713f288..c6c6950b 100644
--- a/src/pages/productReceipt/coms/comProductDetailCard.vue
+++ b/src/pages/productReceipt/coms/comProductDetailCard.vue
@@ -10,7 +10,7 @@
-
+
@@ -128,6 +128,7 @@ const remove = (item) => {
if (res) {
item.scaned = false
item.handleQty = null
+ item.fgList = []
emit('remove', item)
}
})
diff --git a/src/pages/productReceipt/coms/comProductDetailCardBatch.vue b/src/pages/productReceipt/coms/comProductDetailCardBatch.vue
new file mode 100644
index 00000000..e27c8c43
--- /dev/null
+++ b/src/pages/productReceipt/coms/comProductDetailCardBatch.vue
@@ -0,0 +1,180 @@
+
+
+
+
+ swipeClick(event,item,'parent')"
+ :class="item.scaned?'scan_view':''">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/productReceipt/coms/comProductJobCard.vue b/src/pages/productReceipt/coms/comProductJobCard.vue
index c94d9399..50bed40f 100644
--- a/src/pages/productReceipt/coms/comProductJobCard.vue
+++ b/src/pages/productReceipt/coms/comProductJobCard.vue
@@ -1,6 +1,8 @@
+
+