This commit is contained in:
Teo
2025-08-19 19:29:14 +08:00
parent ca09a1b326
commit da3a46189e
9 changed files with 116 additions and 66 deletions

View File

@ -121,3 +121,10 @@ export const logisticsDetial = (id) => {
method: 'get'
});
};
export const getDetailBASE = (id) => {
return request({
url: '/cailiaoshebei/purchaseDoc/pic/' + id,
method: 'get'
});
};