fix:分配出库对外编号接口声明
This commit is contained in:
parent
73b657c5de
commit
921bf52761
|
@ -604,5 +604,11 @@ export default {
|
||||||
return await http.post(`${config.API_URL}/wpmw/wpr/cquery/`, data);
|
return await http.post(`${config.API_URL}/wpmw/wpr/cquery/`, data);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
assginNumberOut: {
|
||||||
|
name: "分配出库对外编号",
|
||||||
|
req: async function (data) {
|
||||||
|
return await http.post(`${config.API_URL}/wpmw/wpr/assgin_number_out/`, data);
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue