| | |
| | | <uni-tag :text="item.batch" type="warning"></uni-tag> |
| | | </view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <!-- <view class="list-left-item"> |
| | | <view class="desc">可用数量:</view> |
| | | <view class="left-item"> |
| | | {{item.count}} |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="list-left-item"> |
| | | <view class="desc">使用数量:</view> |
| | | <view class="desc">数量:</view> |
| | | <view class="left-item">{{item.useCount}}</view> |
| | | </view> |
| | | </view> |
| | |
| | | } |
| | | } |
| | | }) |
| | | |
| | | }, |
| | | getChecked() { |
| | | let checkedList = this.checkedDataList; |
| | |
| | | checkedList.push(data) |
| | | } |
| | | } |
| | | this.matnr = "" |
| | | this.checkedDataList = checkedList; |
| | | this.switchCheckedList() |
| | | }, |