This commit is contained in:
x
2026-08-03 09:54:36 +08:00
parent d5b624c4dd
commit d2ad8f41f3
2 changed files with 12 additions and 2 deletions

View File

@@ -120,13 +120,22 @@ export const twoPdaReturnIn = (type, no, pcode) => request({
point_code: pcode 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', url:'api/twoPda/vehicle/reback',
data: { data: {
bill_type: type, bill_type: type,
is_un_cap: iucap,
box_no: no, box_no: no,
vehicle_code: code, vehicle_code: code,
point_code: pcode point_code: pcode

View File

@@ -74,7 +74,8 @@ export const allAuthority = () => {
{menu_id: '1', zh_title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'}, {menu_id: '1', zh_title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
{menu_id: '2', zh_title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'}, {menu_id: '2', zh_title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'},
{menu_id: '3', zh_title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}, {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: '8', path: 'RF13', zh_title: '立库库存', sonTree: [
{menu_id: '1', zh_title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'} {menu_id: '1', zh_title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'}