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 @@ + + + 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 @@ - --> + --> + @@ -153,7 +315,7 @@ - + @@ -162,7 +324,7 @@ 取 消 暂存 - 提交 + 提交 @@ -181,7 +343,7 @@