diff --git a/utils/getData3.js b/utils/getData3.js index ddc3d81..7a2ad75 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -120,13 +120,22 @@ export const twoPdaReturnIn = (type, no, pcode) => request({ point_code: pcode } }) +export const inventoryCheckIn = (no, vcode, pcode) => request({ + url:'api/twoPda/vehicle/inventoryCheckIn', + data: { + box_no: no, + vehicle_code: vcode, + point_code: pcode, + } +}) /** * 异常口入库 */ -export const twoPdaReback = (type, no, code, pcode) => request({ +export const twoPdaReback = (type, iucap, no, code, pcode) => request({ url:'api/twoPda/vehicle/reback', data: { bill_type: type, + is_un_cap: iucap, box_no: no, vehicle_code: code, point_code: pcode diff --git a/utils/mork2.js b/utils/mork2.js index 9413476..18b7be4 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -74,7 +74,8 @@ export const allAuthority = () => { {menu_id: '1', zh_title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'}, {menu_id: '2', zh_title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'}, {menu_id: '3', zh_title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}, - {menu_id: '4', zh_title: '生产入库', path: '/pages/SecondPhase/finished/InStoreConfirm'} + {menu_id: '4', zh_title: '生产入库', path: '/pages/SecondPhase/finished/InStoreConfirm'}, + {menu_id: '5', zh_title: '盘点入库', path: '/pages/SecondPhase/finished/CheckToStore'} ]}, {menu_id: '8', path: 'RF13', zh_title: '立库库存', sonTree: [ {menu_id: '1', zh_title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'}