fix:工段批次加工进度接口声明
This commit is contained in:
parent
deff7a3247
commit
1524d1403a
|
|
@ -519,6 +519,12 @@ export default {
|
|||
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: {
|
||||
// name: "批次列表",
|
||||
|
|
|
|||
Loading…
Reference in New Issue