add 子卷包装解绑 118

This commit is contained in:
2025-02-27 18:28:04 +08:00
parent 9a80f155d5
commit 433d92bf20
6 changed files with 93 additions and 2 deletions

View File

@@ -420,3 +420,12 @@ export const twoBoxOut = (data) => request({
data: data
}
})
/**
* 子卷包装解绑(二期打包间管理)
*/
export const toEndSub = (code) => request({
url:'api/twoPda/vehicle/toEndSub',
data: {
container_name: code
}
})

View File

@@ -101,6 +101,9 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'},
{menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
{menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'},