请求套轴

This commit is contained in:
2025-03-26 15:07:41 +08:00
parent c8df265dbd
commit 36a14b5aa3
4 changed files with 211 additions and 1 deletions

View File

@@ -487,4 +487,20 @@ export const rollCacheManage = (code, flag) => request({
point_code: code,
flag: flag
}
})
/**
* 请求套轴(一期)
*/
export const startIntoTube = (area, location, ulk, ulv, urk, urv, size, qzz) => request({
url:'api/pda/paper/startIntoTube',
data: {
area: area,
location: location,
up_left_size_k: ulk,
up_left_size_v: ulv,
up_right_size_k: urk,
up_right_size_v: urv,
qzz_size: size,
qzz_generation: qzz
}
})

View File

@@ -24,7 +24,8 @@ export const allAuthority = () => {
{menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'},
{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: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'},
{menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},