| | |
| | | * 常用服务 |
| | | * useful server |
| | | */ |
| | | const icon_prefix="/static/home/128/" |
| | | const icon_prefix = "/static/home/128/" |
| | | |
| | | export const us = { |
| | | data:[ |
| | | { |
| | | title:"待办", |
| | | icon:icon_prefix+"todo.png", |
| | | description:"待办事项", |
| | | useCount:1000, |
| | | page:'ToDoList' |
| | | }, |
| | | { |
| | | title:"已办", |
| | | icon:icon_prefix+"todoManger.png", |
| | | description:"已办事项", |
| | | useCount:1000, |
| | | page:'TaskManagerList' |
| | | export const ps = { |
| | | data: [{ |
| | | title: "排产工单", |
| | | icon: icon_prefix + "todo.png", |
| | | description: "排产工单", |
| | | useCount: 1000, |
| | | page: 'ProductionManager' |
| | | }, |
| | | { |
| | | title:"扫一扫", |
| | | icon:icon_prefix+"icon_sacan.png", |
| | | description:"扫码", |
| | | useCount:10000, |
| | | page:'spare' |
| | | } |
| | | ] |
| | | title: "报工", |
| | | icon: icon_prefix + "icon_report.png", |
| | | description: "报工", |
| | | useCount: 1000, |
| | | page: 'report' |
| | | }, |
| | | { |
| | | title: "上料", |
| | | icon: icon_prefix + "icon_into.png", |
| | | description: "上料", |
| | | useCount: 1000, |
| | | page: 'materialLoading' |
| | | }, |
| | | { |
| | | title: "下料", |
| | | icon: icon_prefix + "icon_out.png", |
| | | description: "下料", |
| | | useCount: 1000, |
| | | page: 'ProductionManager' |
| | | }] |
| | | } |
| | | |
| | | |
| | | |
| | | export const us = { |
| | | data: [ |
| | | |
| | | { |
| | | title: "待办", |
| | | icon: icon_prefix + "todo.png", |
| | | description: "待办事项", |
| | | useCount: 1000, |
| | | page: 'ToDoList' |
| | | }, |
| | | { |
| | | title: "已办", |
| | | icon: icon_prefix + "todoManger.png", |
| | | description: "已办事项", |
| | | useCount: 1000, |
| | | page: 'TaskManagerList' |
| | | }, |
| | | { |
| | | title: "扫一扫", |
| | | icon: icon_prefix + "icon_sacan.png", |
| | | description: "扫码", |
| | | useCount: 10000, |
| | | page: 'spare' |
| | | } |
| | | ] |
| | | } |
| | | |
| | | |
| | |
| | | * other server 其他服务 |
| | | */ |
| | | export const os = { |
| | | data:[ |
| | | { |
| | | title:"待点检", |
| | | icon:icon_prefix+"xinwen.png", |
| | | description:"设备点检", |
| | | useCount:10000, |
| | | page:'checkList' |
| | | },{ |
| | | title:"待周保", |
| | | icon:icon_prefix+"toupiao.png", |
| | | description:"设备周保", |
| | | useCount:10000, |
| | | page:'baoZhou' |
| | | }, |
| | | { |
| | | title:"历史点检", |
| | | icon:icon_prefix+"icon_historicalInspection.png", |
| | | description:"历史点检", |
| | | useCount:10000, |
| | | page:'historicalInspection' |
| | | },{ |
| | | title:"历史保养", |
| | | icon:icon_prefix+"icon_historicalMaintenance.png", |
| | | description:"历史保养", |
| | | useCount:10000, |
| | | page:'historicalMaintenance' |
| | | } |
| | | ] |
| | | data: [{ |
| | | title: "待点检", |
| | | icon: icon_prefix + "xinwen.png", |
| | | description: "设备点检", |
| | | useCount: 10000, |
| | | page: 'checkList' |
| | | }, { |
| | | title: "待周保", |
| | | icon: icon_prefix + "toupiao.png", |
| | | description: "设备周保", |
| | | useCount: 10000, |
| | | page: 'baoZhou' |
| | | }, |
| | | { |
| | | title: "历史点检", |
| | | icon: icon_prefix + "icon_historicalInspection.png", |
| | | description: "历史点检", |
| | | useCount: 10000, |
| | | page: 'historicalInspection' |
| | | }, { |
| | | title: "历史保养", |
| | | icon: icon_prefix + "icon_historicalMaintenance.png", |
| | | description: "历史保养", |
| | | useCount: 10000, |
| | | page: 'historicalMaintenance' |
| | | }, |
| | | { |
| | | title: "历史维修", |
| | | icon: icon_prefix + "historicalRepair.png", |
| | | description: "历史维修", |
| | | useCount: 10000, |
| | | page: 'historicalRepair' |
| | | }, |
| | | { |
| | | title: "故障报修", |
| | | icon: icon_prefix + "baoxiu.png", |
| | | description: "设备报修", |
| | | useCount: 10000, |
| | | page: 'reportRepair' |
| | | }, { |
| | | title: "待维修", |
| | | icon: icon_prefix + "repair.png", |
| | | description: "设备维修", |
| | | useCount: 10000, |
| | | page: 'maintenanceReport' |
| | | }, |
| | | // { |
| | | // title: "设备台账", |
| | | // icon: icon_prefix + "repair.png", |
| | | // description: "设备台账", |
| | | // useCount: 10000, |
| | | // page: 'device' |
| | | // } |
| | | ] |
| | | } |
| | | |
| | | |
| | |
| | | * other server 其他服务 |
| | | */ |
| | | export const ws = { |
| | | data:[ |
| | | { |
| | | title:"报修", |
| | | icon:icon_prefix+"baoxiu.png", |
| | | description:"设备报修", |
| | | useCount:10000, |
| | | page:'reportRepair' |
| | | },{ |
| | | title:"待维修", |
| | | icon:icon_prefix+"repair.png", |
| | | description:"设备维修", |
| | | useCount:10000, |
| | | page:'maintenanceReport' |
| | | },{ |
| | | title:"历史维修", |
| | | icon:icon_prefix+"historicalRepair.png", |
| | | description:"历史维修", |
| | | useCount:10000, |
| | | page:'historicalRepair' |
| | | } |
| | | ] |
| | | data: [{ |
| | | title: "质量检验", |
| | | icon: icon_prefix + "icon_quality.png", |
| | | description: "质量检验", |
| | | useCount: 10000, |
| | | page: 'qualityInspection' |
| | | }, |
| | | { |
| | | title: "不合格品审批", |
| | | icon: icon_prefix + "icon_wait.png", |
| | | description: "不合格品审批", |
| | | useCount: 10000, |
| | | page: 'defectiveProductReview' |
| | | } |
| | | ] |
| | | } |
| | | |
| | | /** |
| | | * other server 安灯服务 |
| | | */ |
| | | export const as = { |
| | | data: [{ |
| | | title: "安灯呼叫", |
| | | icon: icon_prefix + "historicalRepair.png", |
| | | description: "安灯呼叫", |
| | | useCount: 10000, |
| | | page: 'andonCall' |
| | | }, |
| | | { |
| | | title: "安灯处理", |
| | | icon: icon_prefix + "historicalRepair.png", |
| | | description: "安灯处理", |
| | | useCount: 10000, |
| | | page: 'andonHandler' |
| | | } |
| | | ] |
| | | } |