add 空轴回库

This commit is contained in:
2025-02-10 16:34:31 +08:00
parent 447041926f
commit ab2e5f8f54
4 changed files with 122 additions and 1 deletions

View File

@@ -364,3 +364,14 @@ export const forcedFeedShaft = (area, dname, dcode, ulk, ulv, urk, urv, dlk, dlv
down_right_size_v: drv,
}
})
/**
* 空轴回库(一期分切管理)
*/
export const shaftGoBack = (area, size, qzz) => request({
url:'api/pda/paper/shaftGoBack',
data: {
area: area,
qzz_size: size,
qzz_generation: qzz
}
})

View File

@@ -20,7 +20,8 @@ export const allAuthority = () => {
{menu_id: '3', title: '空轴配送', path: '/pages/ProductManage/ZjDelivery'},
{menu_id: '4', title: '空轴进站', path: '/pages/ProductManage/ZjInStore'},
{menu_id: '5', title: '子卷出站', path: '/pages/ProductManage/ZjOutStore'},
{menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'}
{menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'},
{menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},