From fc8ba057bb9ce4a737d3a2ded1f3277e7dbad79d Mon Sep 17 00:00:00 2001
From: taozi <1362265981@qq.com>
Date: Wed, 24 Dec 2025 15:55:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/firstOrder/inbound.js | 18 +
.../firstOrder/components/inDialog copy.vue | 477 ++++++++++++++++++
src/views/firstOrder/components/inDialog.vue | 385 +++++++++++---
.../firstOrder/components/purchaseDialog.vue | 2 +-
src/views/firstOrder/inbound.vue | 56 +-
5 files changed, 819 insertions(+), 119 deletions(-)
create mode 100644 src/views/firstOrder/components/inDialog copy.vue
diff --git a/src/api/firstOrder/inbound.js b/src/api/firstOrder/inbound.js
index 3e3cbf6..237c9f1 100644
--- a/src/api/firstOrder/inbound.js
+++ b/src/api/firstOrder/inbound.js
@@ -51,4 +51,22 @@ export const getMaterialList = () => {
cryptoToken: false,
cryptoData: false
})
+}
+export const getDetailList = (id) => {
+ return request({
+ url: '/smartpark/material/detail',
+ method: 'get',
+ params: id ,
+ cryptoToken: false,
+ cryptoData: false
+ })
+}
+export const submitData = (formData) => {
+ return request({
+ url: '/smartpark/onePutStorage/submit',
+ method: 'post',
+ data: formData ,
+ cryptoToken: false,
+ cryptoData: false
+ })
}
\ No newline at end of file
diff --git a/src/views/firstOrder/components/inDialog copy.vue b/src/views/firstOrder/components/inDialog copy.vue
new file mode 100644
index 0000000..3300b68
--- /dev/null
+++ b/src/views/firstOrder/components/inDialog copy.vue
@@ -0,0 +1,477 @@
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 批量选择
+ 单项选择
+
+
+
+
+
+
+
+
+
+ {{ inDate }}
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.requiredQuantity || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 入库账目表格:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ Number(scope.row.inboundQuantity || 0) + Number(scope.row.theInboundQuantity || 0) }}
+
+
+
+
+
+
+
+
+ {{ scope.row.userInfoVO ? scope.row.userInfoVO.name : (sizeForm.submitName || '') }}
+
+
+
+
+ {{ inDate }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firstOrder/components/inDialog.vue b/src/views/firstOrder/components/inDialog.vue
index 92a09e0..8996723 100644
--- a/src/views/firstOrder/components/inDialog.vue
+++ b/src/views/firstOrder/components/inDialog.vue
@@ -1,14 +1,14 @@
+ :append-to-body="true" width="70%" @close="handleCloseDetail" fullscreen >
基本信息
-
+
@@ -29,10 +29,10 @@
-
-
-
+
+
@@ -46,10 +46,28 @@
-->
+
+
+
+
+
+
+
+
+
- 批量选择
+ 批量选择
单项选择
@@ -63,24 +81,39 @@
{{ inDate }}
新增
-
+
+
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+ {{ scope.row.requiredQuantity || 0 }}
+
@@ -89,7 +122,7 @@
- -->
+ -->
-->
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.unit || '' }}
+
+
+
+
+ {{ scope.row.requiredQuantity || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
入库账目表格:
-
+
+
-
+
+
+
+
+
+ {{ scope.row.type === "ny" ? "耐用品" : (scope.row.type === "yh" ? "易耗品" : "") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ Number(scope.row.inboundQuantity || 0) + Number(scope.row.theInboundQuantity || 0) }}
+
+
+
+
+
+
+
+
+ {{ scope.row.userInfoVO ? scope.row.userInfoVO.name : (sizeForm.submitName || '') }}
+
+
+
+
+ {{ inDate }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.type === "1" ? "耐用品" : (scope.row.type === "2" ? "易耗品" : "") }}
+
+
+ {{ scope.row.unitPrice || 0 }}
+
+
+ {{ scope.row.unitPrice || 0 }}
+
@@ -141,6 +300,9 @@
+
+ {{ scope.row.unitPrice || 0 }}
+
@@ -153,7 +315,7 @@
{{ inDate }}
-
+
@@ -162,7 +324,7 @@
@@ -181,7 +343,7 @@