换标出库143
This commit is contained in:
@@ -633,4 +633,11 @@ export const emptyTubeVehicleOut = (point, code) => request({
|
||||
export const getTubeVehicleInfo = (point) => request({
|
||||
url:'api/pda/slitter/getTubeVehicleInfo',
|
||||
data: {point_code: point}
|
||||
})
|
||||
/**
|
||||
* 换标出库
|
||||
*/
|
||||
export const vehicleRelabel = (code) => request({
|
||||
url:'api/twoPda/vehicle/relabel',
|
||||
data: {box_no: code}
|
||||
})
|
||||
@@ -127,7 +127,8 @@ export const allAuthority = () => {
|
||||
{menu_id: '7', path: 'RF06', title: '成品入库', sonTree: [
|
||||
{menu_id: '1', title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
|
||||
{menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'},
|
||||
{menu_id: '3', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}
|
||||
{menu_id: '3', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'},
|
||||
{menu_id: '4', title: '换标出库', path: '/pages/SecondPhase/finished/RelabelOut'}
|
||||
]},
|
||||
{menu_id: '8', path: 'RF13', title: '立库库存', sonTree: [
|
||||
{menu_id: '1', title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'}
|
||||
|
||||
Reference in New Issue
Block a user