add载具解绑
This commit is contained in:
@@ -651,4 +651,11 @@ export const vehicleRelabel = (code) => request({
|
||||
export const seeTaskByPoint = (code) => request({
|
||||
url:'api/pda/slitter/seeTaskByPoint',
|
||||
data: {data: code}
|
||||
})
|
||||
/**
|
||||
* 载具解绑(二期)
|
||||
*/
|
||||
export const vehicleUnbind = (code) => request({
|
||||
url:'api/twoPda/st/vehicleUnbind',
|
||||
data: {vehicle_code: code}
|
||||
})
|
||||
@@ -118,7 +118,8 @@ export const allAuthority = () => {
|
||||
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
|
||||
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
|
||||
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
|
||||
{menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'}
|
||||
{menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'},
|
||||
{menu_id: '1', title: '载具解绑', path: '/pages/SecondPhase/VehicleUnbind'}
|
||||
]},
|
||||
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
|
||||
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
|
||||
|
||||
Reference in New Issue
Block a user