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