From e66f7726937b40524a726a4d2efdd026897a2b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 9 Sep 2024 09:17:35 +0800 Subject: [PATCH] =?UTF-8?q?HL-5833=20=E8=A3=85=E9=85=8D=E6=8A=A5=E5=B7=A5b?= =?UTF-8?q?om=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/rawMaterialConsumptionInfo/index.ts | 4 ++++ .../rawMaterialConsumptionInfo/index.vue | 24 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/api/wms/rawMaterialConsumptionInfo/index.ts b/src/api/wms/rawMaterialConsumptionInfo/index.ts index 477158e1f..6acc4feef 100644 --- a/src/api/wms/rawMaterialConsumptionInfo/index.ts +++ b/src/api/wms/rawMaterialConsumptionInfo/index.ts @@ -54,4 +54,8 @@ export const exportAssemblyMaterialUsage = async (params) => { } +// 下载用户导入模板 +export const importTemplate = () => { + return request.download({ url: '/wms/backflush-record-detailb/get-import-template-error' }) +} diff --git a/src/views/wms/productionManage/productreceiptAssemble/rawMaterialConsumptionInfo/index.vue b/src/views/wms/productionManage/productreceiptAssemble/rawMaterialConsumptionInfo/index.vue index 7839573f2..1a98248be 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/rawMaterialConsumptionInfo/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/rawMaterialConsumptionInfo/index.vue @@ -33,6 +33,10 @@ + + +