三码合一功能

This commit is contained in:
2026-01-05 13:34:30 +08:00
parent 05f5eb6020
commit 450877937d
4 changed files with 133 additions and 22 deletions

View File

@@ -666,4 +666,11 @@ export const seeTaskByPoint = (code) => request({
export const vehicleUnbind = (code) => request({
url:'api/twoPda/st/vehicleUnbind',
data: {vehicle_code: code}
})
})
/**
* 三码合一校验(二期打包间管理-三码合一)
*/
export const checkCode = (ncode, gcode, bcode, ccode) => request({
url:'api/pdmBiSubpackagerelation/checkCode',
data: {nb_code: ncode, gb_code: gcode, box_code: bcode, customer_code: ccode}
})

View File

@@ -119,7 +119,8 @@ export const allAuthority = () => {
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
{menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'},
{menu_id: '1', title: '载具解绑', path: '/pages/SecondPhase/VehicleUnbind'}
{menu_id: '1', title: '载具解绑', path: '/pages/SecondPhase/VehicleUnbind'},
{menu_id: '1', title: '三码合一', path: '/pages/SecondPhase/ThreeCodeToOne'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},