This commit is contained in:
2024-07-01 17:08:12 +08:00
parent cd8cf51179
commit c70acc617f
2 changed files with 6 additions and 6 deletions

View File

@@ -179,8 +179,8 @@ export const toCleanCutCacheInventory = (code) => request({
/**
* 木箱称重
*/
export const boxinfogetBoxInfo = (code) => request({
url:'api/boxinfogetBoxInfo',
export const getBoxInfo = (code) => request({
url:'api/boxinfo/getBoxInfo',
data: {box_no: code}
})
export const saveBoxInfo = (code, weight) => request({