| | |
| | | export const ps = { |
| | | data: [{ |
| | | title: "排产工单", |
| | | icon: icon_prefix + "todo.png", |
| | | icon: icon_prefix + "icon_paichang.png", |
| | | description: "排产工单", |
| | | useCount: 1000, |
| | | page: 'ProductionManager' |
| | |
| | | description: "下料", |
| | | useCount: 1000, |
| | | page: 'ProductionManager' |
| | | }] |
| | | }, |
| | | { |
| | | title: "外协热处理入库", |
| | | icon: icon_prefix + "icon_host.png", |
| | | description: "外协热处理入库", |
| | | useCount: 1000, |
| | | page: 'HeatTreatmentStorage' |
| | | }, |
| | | { |
| | | title: "小内圈入库", |
| | | icon: icon_prefix + "icon_caigou.png", |
| | | description: "小内圈入库", |
| | | useCount: 1000, |
| | | page: 'SmallInnerRingInboundValidator' |
| | | }, |
| | | { |
| | | title: "内部调拨", |
| | | icon: icon_prefix + "icon_tioabo.png", |
| | | description: "内部调拨", |
| | | useCount: 1000, |
| | | page: 'InternalTransfer' |
| | | }, |
| | | { |
| | | title: "线边库入库", |
| | | icon: icon_prefix + "icon_all_into.png", |
| | | description: "入库", |
| | | useCount: 1000, |
| | | page: 'HeatTreatmentStorageList' |
| | | } |
| | | |
| | | ] |
| | | } |
| | | |
| | | |