| | |
| | | <view style="width: 10vw;">目标站:{{infoText.staNo}}</view> |
| | | <view style="flex: 1;">商品编号</view> |
| | | <view style="flex: 1;">商品名称</view> |
| | | <view style="flex: 1;">规格</view> |
| | | <!-- <view style="flex: 1;">批号</view> --> |
| | | <view style="width: 10vw;">数量</view> |
| | | <view style="flex: 1;">箱码</view> |
| | | <!-- <view style="flex: 1;">箱码</view> --> |
| | | <view style="width: 10vw;">库存数量</view> |
| | | <view style="width: 10vw;">现存数量</view> |
| | | </view> |
| | | <!-- body --> |
| | | <view class="swiper-body"> |
| | |
| | | <view style="width: 10vw;">No:{{i+1}}</view> |
| | | <view style="flex: 1;">{{item.matNo}}</view> |
| | | <view style="flex: 1;">{{item.maknx}}</view> |
| | | <!-- <view style="width: 20%;">{{item.specs}}</view> --> |
| | | <view style="flex:1">{{item.specs}}</view> |
| | | <view style="width: 10vw;">{{item.count}}</view> |
| | | <view style="flex: 1;">{{item.zpallet}}</view> |
| | | <!-- <view style="flex: 1;">{{item.zpallet}}</view> --> |
| | | <view style="width: 10vw;">{{item.anfme}}</view> |
| | | <view style="width: 10vw;">{{parseInt(item.anfme) - parseInt(item.count)}}</view> |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | |
| | | setInterval(()=>{ |
| | | this.getDate2() |
| | | this.getUrl() |
| | | this.getInfo() |
| | | this.getError() |
| | | // this.getInfo2() |
| | | // this.getError2() |
| | | // this.getInfo() |
| | | // this.getError() |
| | | this.getInfo2() |
| | | this.getError2() |
| | | this.controller() |
| | | },1000) |
| | | |
| | | setInterval(()=>{ |
| | | this.getDate2() |
| | | this.getUrl() |
| | | this.getInfo() |
| | | this.getError() |
| | | // this.getInfo2() |
| | | // this.getError2() |
| | | this.controller() |