From d54284282c46bd9d806d851dcb71da7d1e862d2d Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sun, 16 Apr 2023 11:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A2=84=E9=AA=8C=E6=94=B6?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=EF=BC=8C=E9=A2=84=E9=AA=8C?= =?UTF-8?q?=E6=94=B6=E6=98=8E=E7=BB=86=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inventory/invPreInSearch.js | 24 ++ .../inventory/InvPreInProductsDetail.vue | 213 ++++++++++ src/views/inventory/InvSupPreInProducts.vue | 365 ++++++++++++++++++ src/views/sync/SysUdimsData.vue | 3 +- 4 files changed, 604 insertions(+), 1 deletion(-) create mode 100644 src/views/inventory/InvPreInProductsDetail.vue create mode 100644 src/views/inventory/InvSupPreInProducts.vue diff --git a/src/api/inventory/invPreInSearch.js b/src/api/inventory/invPreInSearch.js index 96a420e..68579ff 100644 --- a/src/api/inventory/invPreInSearch.js +++ b/src/api/inventory/invPreInSearch.js @@ -26,4 +26,28 @@ export function deleterPrein(data) { }); } +export function getInvPreInProduct(params) { + return axios({ + url: "/spms/inv/pre/in/product/filter", + method: "get", + params: params + }); +} + +export function getInvPreInProductDetail(params) { + return axios({ + url: "/spms/inv/pre/in/product/filterDetail", + method: "get", + params: params + }); +} + +export function deleteInvPreInProduct(data) { + return axios({ + url: "/spms/inv/pre/in/product/delete", + method: "post", + data: data + }); +} + diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue new file mode 100644 index 0000000..708b6a3 --- /dev/null +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -0,0 +1,213 @@ + + + + + + diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue new file mode 100644 index 0000000..e7ffcd9 --- /dev/null +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -0,0 +1,365 @@ + + + + + + diff --git a/src/views/sync/SysUdimsData.vue b/src/views/sync/SysUdimsData.vue index 6acd5b8..b12356e 100644 --- a/src/views/sync/SysUdimsData.vue +++ b/src/views/sync/SysUdimsData.vue @@ -33,9 +33,10 @@ 查询 同步单据 + 同步单据类型