add 分切上轴

This commit is contained in:
2025-02-26 11:21:55 +08:00
parent f0b721b3ea
commit a4ea019417
4 changed files with 213 additions and 1 deletions

View File

@@ -391,4 +391,17 @@ export const callPaperShaft = (area, location, ulk, ulv, urk, urv, size, qzz, nu
qzz_generation: qzz,
qqz_num: num
}
})
/**
* 分切上轴(一期分切管理)
*/
export const cutUpShaft = (area, device, point, lk, rk) => request({
url:'api/pda/in/cutUpShaft',
data: {
area: area,
device_code: device,
point_code: point,
left_spec: lk,
right_spec: rk
}
})

View File

@@ -22,7 +22,8 @@ export const allAuthority = () => {
{menu_id: '5', title: '子卷出站', path: '/pages/ProductManage/ZjOutStore'},
{menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'},
{menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'},
{menu_id: '8', title: '分切呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'}
{menu_id: '8', title: '分切呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'},
{menu_id: '8', title: '分切上轴', path: '/pages/ProductManage/UpperShaftCut'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},
@@ -251,6 +252,12 @@ export const queryDeviceByarea = () => {
}
return res
}
export const devicePointQuery = () => {
let res = {
data: [{value: '0aa', text: 'aa'}, {value: '0bb', text: 'bb'}]
}
return res
}
export const zjInBound = () => {
let res = {
content: [{package_box_sn: '01'}, {package_box_sn: '02'}]