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