退货入库
This commit is contained in:
@@ -98,4 +98,14 @@ export const createOrder = (code, name) => request({
|
||||
point_code: code,
|
||||
container_name: name
|
||||
}
|
||||
})
|
||||
/**
|
||||
* 二期退货入库
|
||||
*/
|
||||
export const twoPdaReturnIn = (no, pcode) => request({
|
||||
url:'api/twoPda/vehicle/returnIn',
|
||||
data: {
|
||||
box_no: no,
|
||||
point_code: pcode
|
||||
}
|
||||
})
|
||||
@@ -83,6 +83,10 @@ export const authority = () => {
|
||||
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
|
||||
{menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'}
|
||||
]},
|
||||
{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'}
|
||||
]}
|
||||
]
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user