木箱库存
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
@@ -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'}
|
||||
]},
|
||||
|
||||
Reference in New Issue
Block a user