木箱库存

This commit is contained in:
2025-01-09 11:28:39 +08:00
parent d83ffe536c
commit b8d70542fa
5 changed files with 326 additions and 207 deletions

View File

@@ -324,3 +324,14 @@ export const abnormalOut = (bno, pcode) => request({
point_code: pcode
}
})
/**
* 木箱库存(二期)
*/
// 1.1查询木箱规格点位
export const woodenBoxPoint = (cname) => request({
url: 'api/twoPda/st/woodenBoxPoint',
data: {
container_name: cname
}
})