余轴退回

This commit is contained in:
2025-03-05 15:11:58 +08:00
parent a64a5efc46
commit 7100156c36
5 changed files with 107 additions and 74 deletions

View File

@@ -450,3 +450,15 @@ export const toEndSub = (code) => request({
container_name: code
}
})
/**
* 余轴退回(一期分切管理)
*/
export const remainShaftBack = (code, size, ge, flag) => request({
url:'api/pda/paper/remainShaftBack',
data: {
point_code: code,
qzz_size: size,
qzz_generation: ge,
flag: flag
}
})

View File

@@ -24,7 +24,7 @@ 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/PlusShaftReturn'}
{menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},