From e617e03a205c107df27e2cf223737fe307e317b9 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 28 Mar 2025 09:23:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:mtm=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/mtm.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/model/mtm.js b/src/api/model/mtm.js index 10ffdb49..ad286a5a 100644 --- a/src/api/model/mtm.js +++ b/src/api/model/mtm.js @@ -468,6 +468,12 @@ export default { return await http.get(`${config.API_URL}/mtm/routepack/${id}/dags/`); }, }, + finalmaterial: { + name: "获取最终物料", + req: async function (id) { + return await http.get(`${config.API_URL}/mtm/routepack/${id}/final_materials/`); + }, + }, update: { name: "更新", req: async function (id, data) {