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