| | |
| | | <view>商品编码:{{item.matnr}}</view> |
| | | <view>商品名称:{{item.maknx}}</view> |
| | | <view>规格:{{item.specs}}</view> |
| | | <view>图号:{{item.model}}</view> |
| | | <view>图号:{{item.model ? item.model :''}}</view> |
| | | <view>数量:{{item.count}} / {{item.total ? item.total : '--'}}</view> |
| | | |
| | | |
| | |
| | | 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 = '盘点出库' |
| | | }else if (res.data[0].ioType === 1) { |
| | | that.infoText.title = '全板入库' |
| | | }else if (res.data[0].ioType === 10) { |
| | | that.infoText.title = '空板入库' |
| | | }else if (res.data[0].ioType === 54) { |
| | | that.infoText.title = '并板入库' |
| | | }else if (res.data[0].ioType === 110) { |
| | | that.infoText.title = '空板出库' |
| | | }else if (res.data[0].ioType === 53) { |
| | | that.infoText.title = '拣料再入库' |
| | | }else if (res.data[0].ioType === 57) { |
| | | that.infoText.title = '盘点再入库' |
| | | } |
| | | |
| | | that.infoText.staNo = res.data[0].staNo |
| | | that.swiperList = res.data[0].matDtos |
| | | // that.infoText.matnr = res.data[0].matDtos[0].matnr |