| | |
| | | } else if (res.data.records[0].ioType == 10) { |
| | | res.data.records[0]['ioTitle'] = '空板入库' |
| | | } else if (res.data.records[0].ioType == 53) { |
| | | res.data.records[0]['ioTitle'] = '拣料再入库' |
| | | res.data.records[0]['ioTitle'] = '拣料回库' |
| | | } else if (res.data.records[0].ioType == 101) { |
| | | res.data.records[0]['ioTitle'] = '全板出库' |
| | | _this.btnType = 'out' |
| | |
| | | } |
| | | _this.wrkMast = res.data.records[0] |
| | | _this.getWrkDetl(_this.wrkMast.wrkNo) |
| | | } else if (res.code === 200 && res.data.records.length == 0) { |
| | | _this.wrkMast = null |
| | | _this.wrkDetls = [] |
| | | } |
| | | } |
| | | }) |