| | |
| | | { |
| | | name: '报工', |
| | | url: '/pages/product/report/index', |
| | | icon: 'feeding' |
| | | icon: '报工' |
| | | }, |
| | | { |
| | | name: '取消报工', |
| | | url: '/', |
| | | icon: 'feeding' |
| | | url: '/pages/product/cancelReport/index', |
| | | icon: '取消报工' |
| | | }, |
| | | { |
| | | name: '接收(铜杆)', |
| | | url: '/', |
| | | icon: 'feeding' |
| | | icon: '接收(铜杆)' |
| | | }, |
| | | { |
| | | name: '车间订单下发', |
| | | url: '/', |
| | | icon: '车间订单下发' |
| | | }, |
| | | { |
| | | name: '车间取消下发', |
| | | url: '/', |
| | | icon: '车间取消下发' |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | { |
| | | name: '移库', |
| | | url: '/pages/wareHouse/moveWareHouse/index', |
| | | icon: 'feeding' |
| | | icon: '移库' |
| | | }, |
| | | { |
| | | name: '盘点报告盘点', |
| | | url: '/pages/wareHouse/inventory/index', |
| | | icon: 'feeding' |
| | | icon: '盘点报告盘点' |
| | | }, |
| | | { |
| | | name: '核磅录入', |
| | | url: '/pages/wareHouse/packing/registration', |
| | | icon: 'feeding' |
| | | icon: '核磅录入' |
| | | }, |
| | | { |
| | | name: '库存件盘点', |
| | | url: '/pages/wareHouse/inventory/index', |
| | | icon: '库存件盘点' |
| | | }, |
| | | { |
| | | name: '导体备货盘点', |
| | | url: '/pages/wareHouse/inventory/index', |
| | | icon: '导体备货盘点' |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | { |
| | | name: '领料', |
| | | url: '/pages/wareHouse/moveWareHouse/index', |
| | | icon: 'feeding' |
| | | icon: '领料' |
| | | }, |
| | | { |
| | | name: '取消领料', |
| | | url: '/pages/wareHouse/inventory/index', |
| | | icon: 'feeding' |
| | | icon: '取消领料' |
| | | }, |
| | | ] |
| | | } |
| | |
| | | .wrap { |
| | | height: calc(100vh - 200rpx); |
| | | background: linear-gradient(to bottom, #e5f0ff, #f6f9ff); |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .work-stage-title { |