| | |
| | | url: '/order/orderPakin' |
| | | }, |
| | | { |
| | | title: 'Bom入库单', |
| | | name: 'orderBomPakin', |
| | | color: 'red', |
| | | cuIcon: 'pullup', |
| | | url: '/order/orderBomPakin' |
| | | }, |
| | | { |
| | | title: '组托上架', |
| | | name: 'putOn', |
| | | color: 'orange', |
| | |
| | | success(res) { |
| | | res = res.data |
| | | that.elements = [ |
| | | { |
| | | title: '组件入库', |
| | | name: 'modulePakin', |
| | | color: 'green', |
| | | cuIcon: 'order', |
| | | url: '/pakin/modulePakin' |
| | | }, |
| | | // { |
| | | // title: '组件入库', |
| | | // name: 'modulePakin', |
| | | // color: 'green', |
| | | // cuIcon: 'order', |
| | | // url: '/pakin/modulePakin' |
| | | // }, |
| | | ] |
| | | if (res.code === 200) { |
| | | if (res.data == undefined || res.data == null || res.data == "") { |