add分切暂存维护
This commit is contained in:
@@ -557,4 +557,11 @@ export const downBait = (area, device, point, lk, lkv, rk, rkv, up) => request({
|
||||
export const updatePackagePoint = (ivt, code) => request({
|
||||
url:'api/twoPda/vehicle/updatePackagePoint',
|
||||
data: {ivt_status: ivt, pointCode: code}
|
||||
})
|
||||
/**
|
||||
* 分切暂存维护(二期-分切管理)
|
||||
*/
|
||||
export const cutCacheInventory = (code, type) => request({
|
||||
url:'/api/pda/slitter/cutCacheInventory',
|
||||
data: {point_code: code, type: type}
|
||||
})
|
||||
@@ -108,7 +108,8 @@ export const allAuthority = () => {
|
||||
{menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'},
|
||||
{menu_id: '8', title: '饵料下卷', path: '/pages/SecondPhase/slitting/BaitRoll'},
|
||||
{menu_id: '8', title: '空轴绑定', path: '/pages/SecondPhase/slitting/EmptyAxisBind'},
|
||||
{menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'}
|
||||
{menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},
|
||||
{menu_id: '8', title: '分切暂存维护', path: '/pages/SecondPhase/slitting/CacheSave'},
|
||||
]},
|
||||
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
|
||||
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
|
||||
|
||||
Reference in New Issue
Block a user