From 1e82e0eb7d5986fc12b61405197185f1ab6e7068 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 18 Aug 2025 13:42:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=85=A5=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/inm.js | 8 ++++++++ src/components/scFileImport/index.vue | 5 +++-- src/views/inm/mioitem.vue | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/src/api/model/inm.js b/src/api/model/inm.js index 4685781a..4a4a4729 100644 --- a/src/api/model/inm.js +++ b/src/api/model/inm.js @@ -127,6 +127,14 @@ export default { ); } }, + daorumioitem: { + name: "导入", + req: async function(id,data){ + return await http.post( + `${config.API_URL}/inm/mio/${id}/daoru_mioitem/`,data + ); + } + }, }, // 出入库明细 mioitem: { diff --git a/src/components/scFileImport/index.vue b/src/components/scFileImport/index.vue index 0cb6f3de..2dc105cb 100644 --- a/src/components/scFileImport/index.vue +++ b/src/components/scFileImport/index.vue @@ -9,7 +9,7 @@