子卷质检添加功能,add任务管理页

This commit is contained in:
2025-10-15 09:38:08 +08:00
parent 528743863d
commit 8b58c7f67c
7 changed files with 159 additions and 6 deletions

View File

@@ -156,14 +156,18 @@ export const doInitShaftPoint = (code, is) => request({
/**
* 子卷质检
*/
export const updatePackageInfo = (ivt, cn, code) => request({
export const updatePackageInfo = (point, ivt, cn, code) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn, pointCode: code}
data: {point_code: point, ivt_status: ivt, container_name: cn, pointCode: code}
})
export const getControlList = () => request({
url:'api/twoPda/vehicle/getControlList',
data: {}
})
export const getPointInfo = (code) => request({
url:'api/twoPda/vehicle/getPointInfo',
data: {point_code: code}
})
/**
* 纸管绑定
*/
@@ -640,4 +644,11 @@ export const getTubeVehicleInfo = (point) => request({
export const vehicleRelabel = (code) => request({
url:'api/twoPda/vehicle/relabel',
data: {box_no: code}
})
/**
* 任务管理(二期分切管理)
*/
export const seeTaskByPoint = (code) => request({
url:'api/pda/slitter/seeTaskByPoint',
data: {data: code}
})

View File

@@ -112,7 +112,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '呼叫套轴', path: '/pages/SecondPhase/slitting/CallAxis'},
{menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'},
{menu_id: '8', title: '人工呼叫空轴', path: '/pages/SecondPhase/slitting/ManEmptyAxle'},
{menu_id: '11', title: '备货出入库', path: '/pages/SecondPhase/slitting/GdsPrepInOut'}
{menu_id: '11', title: '备货出入库', path: '/pages/SecondPhase/slitting/GdsPrepInOut'},
{menu_id: '11', title: '任务管理', path: '/pages/SecondPhase/slitting/Task'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},