add 分切呼叫送轴

This commit is contained in:
2025-01-12 16:37:21 +08:00
parent 649f50c5b1
commit 2461daff46
4 changed files with 223 additions and 10 deletions

View File

@@ -95,7 +95,8 @@ export const allAuthority = () => {
{menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'},
{menu_id: '8', title: '子卷重量维护', path: '/pages/SecondPhase/slitting/SubRollWeight'},
{menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'},
{menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'}
{menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'},
{menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
@@ -244,7 +245,7 @@ export const queryBoxSpec = () => {
}
export const queryDeviceByarea = () => {
let res = {
data: [{value: '01', text: 'a'}, {value: '02', text: 'bc'}]
data: [{value: '0aa', text: 'aa'}, {value: '0bb', text: 'bb'}]
}
return res
}
@@ -259,4 +260,22 @@ export const doSubRollWeightBindingTip = () => {
tip: '111111'
}
return res
}
export const paperQueryPaperMaterial = () => {
let res = {
rows: [{
"text": "纸制筒管|纸管|3英寸|300",
"value": "482210000000001"
}, {
"text": "纸制筒管|纸管|3英寸|340",
"value": "482210000000002"
}, {
"text": "纸制筒管|纸管|3英寸|350",
"value": "482210000000003"
}, {
"text": "纸制筒管|纸管|3英寸|380",
"value": "482210000000004"
}]
}
return res
}