| | |
| | | url: '/pakin/pickAgain' |
| | | }, |
| | | { |
| | | title: 'AGV组托', |
| | | name: 'AGVPakin', |
| | | color: 'blue', |
| | | cuIcon: 'pullup', |
| | | url: '/tzsk/AGV/AGVPakin' |
| | | }, |
| | | { |
| | | title: 'AGV上架绑定', |
| | | name: 'AGVPakinBing', |
| | | color: 'mauve', |
| | | // cuIcon: 'pullup', |
| | | url: '/tzsk/AGV/AGVPakinBing' |
| | | }, |
| | | { |
| | | title: 'AGV启动入库', |
| | | name: 'AGVStart', |
| | | color: 'pink', |
| | | // cuIcon: 'pullup', |
| | | url: '/tzsk/AGV/AGVStart' |
| | | }, |
| | | { |
| | | title: 'AGV上架组托', |
| | | name: 'AGVPakinOn', |
| | | color: 'brown', |
| | | // cuIcon: 'pullup', |
| | | url: '/tzsk/AGV/AGVPakinOn' |
| | | }, |
| | | { |
| | | title: '订单入库', |
| | | name: 'orderPakin', |
| | | color: 'red', |
| | |
| | | method: 'POST', |
| | | success(res) { |
| | | res = res.data |
| | | that.elements = [] |
| | | that.elements = [ |
| | | { |
| | | title: '组件物料', |
| | | name: 'moduleMat', |
| | | color: 'green', |
| | | cuIcon: 'order', |
| | | url: '/mat/moduleMat' |
| | | }, |
| | | ] |
| | | if (res.code === 200) { |
| | | if (res.data == undefined || res.data == null || res.data == "") { |
| | | that.elements = that.elements2 |