| | |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 40%;">名称: {{item.matnr}}</view> |
| | | <view style="width: 30%;">品号: {{item.maktx}}</view> |
| | | <view style="width: 40%;">名称: {{item.maknx}}</view> |
| | | <view style="width: 30%;">品号: {{item.matnr}}</view> |
| | | |
| | | |
| | | <view style="width: 30%;">作业: {{item.count}} / 原数: {{item.total}}</view> |
| | | <view style="width: 40%;">规格: {{item.specs}}</view> |
| | | <view style="width: 30%;">单据号: {{item.ordeNo}}</view> |
| | | <view style="width: 30%;">单据号: {{item.orderNo}}</view> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | |
| | | that.infoText.title = '空板出库' |
| | | break; |
| | | } |
| | | that.infoText.barcode = res.data[0].barcode |
| | | that.infoText.workNo = res.data[0].workNo |
| | | that.infoText.staNo = res.data[0].staNo |
| | | that.infoText.sourceLocNo = res.data[0].sourceLocNo |
| | | that.swiperList = res.data[0].matDtos |
| | | // that.infoText.matnr = res.data[0].matDtos[0].matnr |
| | | // that.infoText.specs = res.data[0].matDtos[0].specs |
| | |
| | | } else if(res.data[0].ioType === 107) { |
| | | that.infoText.title = '盘点出库' |
| | | } |
| | | that.infoText.barcode = res.data[0].barcode |
| | | that.infoText.workNo = res.data[0].workNo |
| | | that.infoText.staNo = res.data[0].staNo |
| | | that.infoText.sourceLocNo = res.data[0].sourceLocNo |
| | | that.swiperList = res.data[0].matDtos |
| | | // that.infoText.matnr = res.data[0].matDtos[0].matnr |
| | | // that.infoText.specs = res.data[0].matDtos[0].specs |