From 592561c54fa73f472b6961a9a00f5fde0d6ba1f3 Mon Sep 17 00:00:00 2001 From: taozi <1362265981@qq.com> Date: Thu, 25 Dec 2025 18:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=BA=A7=E5=BA=93=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/firstOrder/inbound.js | 15 +- src/api/firstOrder/list.js | 2 +- src/api/materials/list.js | 8 + .../firstOrder/components/inDialog copy 2.vue | 709 ++++++++++++++++++ .../firstOrder/components/inDialog copy.vue | 22 +- src/views/firstOrder/components/inDialog.vue | 523 ++++++------- .../firstOrder/components/purchaseDialog.vue | 9 +- src/views/firstOrder/inbound.vue | 76 +- src/views/firstOrder/list.vue | 101 ++- src/views/materials/index.vue | 53 +- 10 files changed, 1091 insertions(+), 427 deletions(-) create mode 100644 src/views/firstOrder/components/inDialog copy 2.vue diff --git a/src/api/firstOrder/inbound.js b/src/api/firstOrder/inbound.js index 237c9f1..1a31f50 100644 --- a/src/api/firstOrder/inbound.js +++ b/src/api/firstOrder/inbound.js @@ -61,11 +61,22 @@ export const getDetailList = (id) => { cryptoData: false }) } -export const submitData = (formData) => { +export const submitData = (sizeForm) => { + console.log('api中的数据',sizeForm) return request({ url: '/smartpark/onePutStorage/submit', method: 'post', - data: formData , + data: sizeForm , + cryptoToken: false, + cryptoData: false + }) +} +export const editList = (onePutStorageId) => { + console.log('api中的数据',onePutStorageId) + return request({ + url: '/smartpark/onePutStorage/detail', + method: 'get', + params: { onePutStorageId } , cryptoToken: false, cryptoData: false }) diff --git a/src/api/firstOrder/list.js b/src/api/firstOrder/list.js index 12cf269..edf1eb1 100644 --- a/src/api/firstOrder/list.js +++ b/src/api/firstOrder/list.js @@ -25,4 +25,4 @@ export const recordList = (current, size, params) => { cryptoToken: false, cryptoData: false }) -} \ No newline at end of file +} diff --git a/src/api/materials/list.js b/src/api/materials/list.js index 4612ae4..a9a1746 100644 --- a/src/api/materials/list.js +++ b/src/api/materials/list.js @@ -40,3 +40,11 @@ export const remove = (ids) => { cryptoData: false }) } +export const getCode = () => { + return request({ + url: '/smartpark/material/getMaterialEnumList', + method: 'get', + cryptoToken: false, + cryptoData: false + }) +} diff --git a/src/views/firstOrder/components/inDialog copy 2.vue b/src/views/firstOrder/components/inDialog copy 2.vue new file mode 100644 index 0000000..40eeea8 --- /dev/null +++ b/src/views/firstOrder/components/inDialog copy 2.vue @@ -0,0 +1,709 @@ + + + diff --git a/src/views/firstOrder/components/inDialog copy.vue b/src/views/firstOrder/components/inDialog copy.vue index 3300b68..6c96c8f 100644 --- a/src/views/firstOrder/components/inDialog copy.vue +++ b/src/views/firstOrder/components/inDialog copy.vue @@ -69,7 +69,6 @@ -