木箱库存

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
}
})

View File

@@ -74,6 +74,7 @@ export const allAuthority = () => {
{menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'},
{menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'},
{menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'},
{menu_id: '8', title: '木箱库存', path: '/pages/SecondPhase/production/BoxStock'},
{menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'},
{menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'}
]},