空载具出入库
This commit is contained in:
@@ -17,6 +17,15 @@ export const twoPdaVehicleIn = (code, type, pcode, layer) => request({
|
||||
layer: layer
|
||||
}
|
||||
})
|
||||
// 1.1空载具出库-【出库按钮】
|
||||
export const twoPdaVehicleOut = (pcode, type, num) => request({
|
||||
url:'api/twoPda/vehicle/vehicleOut',
|
||||
data: {
|
||||
point_code: pcode,
|
||||
vehicle_type: type,
|
||||
num: num
|
||||
}
|
||||
})
|
||||
// 字典获取
|
||||
export const dictDetailpdaPost = (no, code) => request({
|
||||
url:'api/dict/dictDetail/pdaPost',
|
||||
|
||||
@@ -5,8 +5,9 @@ export const allAuthority = () => {
|
||||
rf_menu0: {},
|
||||
rf_menu1: {
|
||||
sonTree: [
|
||||
{menu_id: '1', path: 'RF08', zh_title: '载具入库', sonTree: [
|
||||
{menu_id: '1', zh_title: '空载具入库', path: '/pages/SecondPhase/EmptyVehicleInStore'}
|
||||
{menu_id: '1', path: 'RF08', zh_title: '载具出入库', sonTree: [
|
||||
{menu_id: '1', zh_title: '空载具入库', path: '/pages/SecondPhase/EmptyVehicleInStore'},
|
||||
{menu_id: '2', zh_title: '空载具出库', path: '/pages/SecondPhase/EmptyVehicleOutStore'}
|
||||
]},
|
||||
{menu_id: '2', path: 'RF11', zh_title: '空木箱入库', sonTree: [
|
||||
{menu_id: '1', zh_title: '空木箱入库', path: '/pages/SecondPhase/EmptyBoxInStore'}
|
||||
|
||||
Reference in New Issue
Block a user