add装箱口木箱回库
This commit is contained in:
@@ -517,4 +517,14 @@ export const pdaDownRoll = (code, arr) => request({
|
||||
point_code: code,
|
||||
container: arr
|
||||
}
|
||||
})
|
||||
/**
|
||||
* 装箱口木箱回库
|
||||
*/
|
||||
export const boxReturn = (code, box) => request({
|
||||
url:'api/pdmBiSubpackagerelation/boxReturn',
|
||||
data: {
|
||||
device_code: code,
|
||||
box: box
|
||||
}
|
||||
})
|
||||
@@ -108,7 +108,8 @@ export const allAuthority = () => {
|
||||
{menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'}
|
||||
]},
|
||||
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
|
||||
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'}
|
||||
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
|
||||
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'}
|
||||
]},
|
||||
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
|
||||
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
|
||||
|
||||
Reference in New Issue
Block a user