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