fix:工段批次加工进度接口声明

This commit is contained in:
shijing 2025-05-23 13:36:07 +08:00
parent deff7a3247
commit 1524d1403a
1 changed files with 6 additions and 0 deletions

View File

@ -519,6 +519,12 @@ export default {
return await http.post(`${config.API_URL}/wpm/ana/put_prod/`, data); return await http.post(`${config.API_URL}/wpm/ana/put_prod/`, data);
}, },
}, },
batchwork:{
name: "工段批次加工进度",
req: async function (data) {
return await http.post(`${config.API_URL}/wpm/ana/batchwork/`, data);
},
},
}, },
// batchlog: { // batchlog: {
// name: "批次列表", // name: "批次列表",