| | |
| | | } |
| | | // infoType1:只有拣料等信息 |
| | | that.infoType = 1 |
| | | switch (res.data[0].ioType) { |
| | | case 1: |
| | | that.infoText.title = '全板入库' |
| | | break; |
| | | case 1: |
| | | that.infoText.title = '空板入库' |
| | | break; |
| | | case 53: |
| | | that.infoText.title = '拣料回库' |
| | | break; |
| | | case 54: |
| | | that.infoText.title = '并板回库' |
| | | break; |
| | | case 57: |
| | | that.infoText.title = '盘点回库' |
| | | break; |
| | | case 101: |
| | | that.infoText.title = '全板出库' |
| | | break; |
| | | case 103: |
| | | that.infoText.title = '拣料出库' |
| | | break; |
| | | case 104: |
| | | that.infoText.title = '并板出库' |
| | | break; |
| | | case 107: |
| | | that.infoText.title = '盘点出库' |
| | | break; |
| | | case 110: |
| | | that.infoText.title = '空板出库' |
| | | break; |
| | | } |
| | | if (res.data[0].ioType === 101) { |
| | | that.infoText.title = '全板出库' |
| | | } else if(res.data[0].ioType === 103) { |
| | | that.infoText.title = '检料出库' |
| | | that.infoText.title = '拣料出库' |
| | | } else if(res.data[0].ioType === 107) { |
| | | that.infoText.title = '盘点出库' |
| | | } |