add人工点维护

This commit is contained in:
2025-04-28 10:34:08 +08:00
parent c5840259de
commit 86188e1055
5 changed files with 101 additions and 19 deletions

View File

@@ -156,9 +156,9 @@ export const doInitShaftPoint = (code, is) => request({
/**
* 子卷质检
*/
export const updatePackageInfo = (ivt, cn, code) => request({
export const updatePackageInfo = (ivt, cn) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn, pointCode: code}
data: {ivt_status: ivt, container_name: cn}
})
/**
* 纸管绑定
@@ -550,4 +550,11 @@ export const downBait = (area, device, point, lk, lkv, rk, rkv, up) => request({
right_spec_value: rkv,
up_or_down: up
}
})
/**
* 人工点维护
*/
export const updatePackagePoint = (ivt, code) => request({
url:'api/twoPda/vehicle/updatePackagePoint',
data: {ivt_status: ivt, pointCode: code}
})

View File

@@ -112,7 +112,8 @@ export const allAuthority = () => {
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'}
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
{menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},