fix:wpm新增接口声明

This commit is contained in:
shijing 2025-02-07 14:57:20 +08:00
parent e8449383c8
commit 9a9be3857e
1 changed files with 8 additions and 0 deletions

View File

@ -416,6 +416,14 @@ export default {
); );
}, },
}, },
mgroups:{
name: "获取可交接的工段",
req: async function (data) {
return await http.post(
`${config.API_URL}/wpm/handover/mgroups/`,data
);
},
},
}, },
//车间库存 //车间库存
wmaterial: { wmaterial: {