Date: Fri, 11 Oct 2024 13:45:33 +0800
Subject: [PATCH 4/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../newPurchase/toolsAcceptance/component/home.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue b/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
index 2624366..d59066a 100644
--- a/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
+++ b/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
@@ -371,7 +371,7 @@
/>
From 33642c1af1b8b4ebdedf5b81b9f6c57046a99618 Mon Sep 17 00:00:00 2001
From: wcy <761646706@qq.com>
Date: Fri, 11 Oct 2024 13:48:49 +0800
Subject: [PATCH 5/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../toolsAcceptance/component/home.vue | 35 ++++++++++---------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue b/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
index d59066a..d8944d3 100644
--- a/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
+++ b/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue
@@ -370,32 +370,32 @@
prop="purchaseNum"
/>
-
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
+
+
+
Date: Fri, 11 Oct 2024 14:33:23 +0800
Subject: [PATCH 6/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A2=86=E6=96=99?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8A=B1=E6=9D=86=E5=A2=9E=E5=8A=A0=E5=BC=B9?=
=?UTF-8?q?=E6=A1=86=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../picking/apply/component/AddPicking1.vue | 31 +++++++++++++++----
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
index 7483784..13acc98 100644
--- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
+++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
@@ -219,11 +219,16 @@
label="设备所属"
prop="deviceAscription"
/>
-
+
+
+ {{ props.row.preNum }}
+
+
+
@@ -232,7 +237,21 @@
align="center"
label="抱杆设备名称"
/>
-
+
+
+
+
+
+
+
Date: Fri, 11 Oct 2024 16:00:58 +0800
Subject: [PATCH 7/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A2=86=E6=96=99?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8A=B1=E6=9D=86=E5=A2=9E=E5=8A=A0=E5=BC=B9?=
=?UTF-8?q?=E6=A1=86=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../picking/apply/component/AddPicking1.vue | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
index 13acc98..365c144 100644
--- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
+++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
@@ -219,15 +219,15 @@
label="设备所属"
prop="deviceAscription"
/>
-
+
- {{ props.row.preNum }}
+ {{ props.row.deviceNum }}
@@ -237,16 +237,17 @@
align="center"
label="抱杆设备名称"
/>
+
@@ -497,6 +498,7 @@ export default {
unitCn: '', //显示的设备 单位
remark: '', //单条备注
preNum: 1, //预领数量
+ deviceNum: '',
},
//
queryRules: {
@@ -816,6 +818,7 @@ export default {
template.guigeCn = item.typeModelName
template.remark = item.remark
template.preNum = item.preNum
+ template.deviceNum = item.deviceNum
template.status = item.status
template.parenntId = item.parenntId
template.num = item.num