From 4393a1c2335fc418fdbe59afcc2036f2d73100e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 29 May 2024 16:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91kitting,=E6=B3=A8?= =?UTF-8?q?=E5=A1=91=EF=BC=8C=E5=96=B7=E6=B6=82=EF=BC=8C=E8=A3=85=E9=85=8D?= =?UTF-8?q?=EF=BC=8C=E5=9B=9B=E4=B8=AA=E5=8A=9F=E8=83=BD=E7=9A=84=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=A8=A1=E5=9D=97=EF=BC=8C=E5=AF=BC=E5=85=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=89=8D=E7=AB=AF=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/api/wms-api.js | 8 ++ .../index.vue | 119 +----------------- fe/PC/src/filters/excelOrReportsOption.js | 28 +++++ fe/PC/src/filters/status.js | 4 + .../kittingManage/KittingIssueRequest.vue | 72 ++++++++++- .../views/materialIssuePT/IssueRequestPT.vue | 73 ++++++++++- .../views/materialIssueZP/IssueRequestZP.vue | 73 ++++++++++- .../views/materialIssueZS/IssueRequestZS.vue | 73 ++++++++++- 8 files changed, 320 insertions(+), 130 deletions(-) rename fe/PC/src/components/{UploadExcel => UploadExcelByFe}/index.vue (61%) diff --git a/fe/PC/src/api/wms-api.js b/fe/PC/src/api/wms-api.js index 981b1e481..9abd61389 100644 --- a/fe/PC/src/api/wms-api.js +++ b/fe/PC/src/api/wms-api.js @@ -744,6 +744,14 @@ export async function getLocationByTypes(params) { }) } +// 通用导入-前端处理 +export async function createImportExcelByFE(url,data) { + return request({ + url: baseURL + url +'/CreateImportExcel', + method: 'post', + data + }) +} // 客户退拆任务-完成 todo // export async function productionRecycleJobComplete(id) { diff --git a/fe/PC/src/components/UploadExcel/index.vue b/fe/PC/src/components/UploadExcelByFe/index.vue similarity index 61% rename from fe/PC/src/components/UploadExcel/index.vue rename to fe/PC/src/components/UploadExcelByFe/index.vue index e24206002..933147fe5 100644 --- a/fe/PC/src/components/UploadExcel/index.vue +++ b/fe/PC/src/components/UploadExcelByFe/index.vue @@ -9,7 +9,6 @@ v-loading="loading" :modal="false" > - 获取模板 - - 导入数据 - - - + >导入数据
- - - -
@@ -97,7 +59,6 @@