add 扫码下卷

This commit is contained in:
2025-04-12 15:46:46 +08:00
parent 366c52a7b0
commit b684a9befd
4 changed files with 219 additions and 1 deletions

View File

@@ -507,4 +507,14 @@ export const startIntoTube = (area, location, ulk, ulv, urk, urv, size, qzz) =>
qzz_size: size,
qzz_generation: qzz
}
})
/**
* 扫码下卷(一期分切管理)
*/
export const pdaDownRoll = (code, arr) => request({
url:'api/pda/out/pdaDownRoll',
data: {
point_code: code,
container: arr
}
})

View File

@@ -25,7 +25,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'},
{menu_id: '9', title: '分切上轴', path: '/pages/ProductManage/UpperShaftCut'},
{menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'},
{menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'}
{menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'},
{menu_id: '11', title: '扫码下卷', path: '/pages/ProductManage/ScanRoll'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},