From 36d57e116dca16b2d6aedb92b56e3ed5dc95f57e Mon Sep 17 00:00:00 2001 From: "hongrui.an" <297504645@qq.com> Date: Wed, 4 Jun 2025 17:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90EQI=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E6=99=AE=E9=80=9A=E5=A4=B4=E9=83=A8=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E5=8F=8A=E9=80=9A=E7=94=A8=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=B0=81=E8=A3=85=E5=BC=80=E5=8F=91=EF=BC=8C=E5=B7=B2=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E9=A1=B5=E9=9D=A2=E4=BD=BF=E7=94=A8=E6=96=B0=E5=B0=81?= =?UTF-8?q?=E8=A3=85=E8=81=94=E8=B0=83=E5=BC=80=E5=8F=91=EF=BC=8C=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=8E=92=E5=BA=8F=E5=B0=81=E8=A3=85=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/api/common/index.js | 9 + Web/src/components/elPager/index.vue | 8 +- Web/src/components/elTable/index.vue | 18 +- Web/src/components/importPop/index.vue | 251 ++++++++++-------- Web/src/components/tablePage/index.vue | 204 +++++++++++--- .../logisticsPlan/supplierMrpMonth/index.vue | 95 ++----- .../views/logisticsPlan/supplierPo/index.vue | 52 ++++ .../supplierProPlaning/index.vue | 92 ++----- .../logisticsPlan/supplierSaWeek/index.vue | 92 ++----- 9 files changed, 441 insertions(+), 380 deletions(-) create mode 100644 Web/src/views/logisticsPlan/supplierPo/index.vue diff --git a/Web/src/api/common/index.js b/Web/src/api/common/index.js index 28e3535..4c7738a 100644 --- a/Web/src/api/common/index.js +++ b/Web/src/api/common/index.js @@ -18,4 +18,13 @@ export function postCommonExport(urlName,params) { responseType:'blob', params:params }) +} + +// 获取导入模板 +export function getCommonImportTemplate(urlName) { + return request({ + url: `/api/${urlName}/getimporttemplate`, + method: 'get', + responseType:'blob', + }) } \ No newline at end of file diff --git a/Web/src/components/elPager/index.vue b/Web/src/components/elPager/index.vue index fcc04a7..fced1f7 100644 --- a/Web/src/components/elPager/index.vue +++ b/Web/src/components/elPager/index.vue @@ -1,8 +1,8 @@