| | |
| | | <view class="searchBox"> |
| | | <view class="searchIcon"><uni-icons type="search" size="20" color="#dadada"></uni-icons></view> |
| | | <view class="searchArea"> |
| | | <input v-model="locNo" type="text" placeholder=" 库位号" @input="searchByLoc" placeholder-style="line-height: 85rpx;"></view> |
| | | <input v-model="locNo" type="text" placeholder=" Номер места" @input="searchByLoc" placeholder-style="line-height: 85rpx;"></view> |
| | | <view class="closeIcon"><uni-icons type="closeempty" size="20" color="#dadada" @click="removeLocNo"></uni-icons></view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="searchBox"> |
| | | <view class="searchIcon"><uni-icons type="search" size="20" color="#dadada"></uni-icons></view> |
| | | <view class="searchArea"> |
| | | <input v-model="matnr" type="text" placeholder=" 商品编码" @input="searchByMatnr" placeholder-style="line-height: 85rpx;"></view> |
| | | <input v-model="matnr" type="text" placeholder=" По умолчанию" @input="searchByMatnr" placeholder-style="line-height: 85rpx;"></view> |
| | | <view class="closeIcon"><uni-icons type="closeempty" size="20" color="#dadada" @click="removeMatnr"></uni-icons></view> |
| | | </view> |
| | | </view> |
| | |
| | | <checkbox :value="item.id+''" :checked="item.checked" style="display: block;" /> |
| | | </label> |
| | | <view class="data-list-left"> |
| | | <view class="matnr"><text style="width: 700rpx;">编码:{{item.matnr}}</text></view> |
| | | <view><text style="width: 700rpx;">品名:{{item.maktx}}</text></view> |
| | | <view><text style="width: 700rpx;">合同号:{{item.batch}}</text></view> |
| | | <view class="matnr"><text style="width: 700rpx;">Код товара:{{item.matnr}}</text></view> |
| | | <view><text style="width: 700rpx;">Наименование товара:{{item.maktx}}</text></view> |
| | | <view><text style="width: 700rpx;">Номер партии:{{item.batch}}</text></view> |
| | | <view> |
| | | <text style="width: 700rpx;">数量:{{item.anfme}}</text> |
| | | <text style="width: 700rpx;">Количество:{{item.anfme}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="data-list-right"> |
| | |
| | | </checkbox-group> |
| | | <!-- 无数据显示 --> |
| | | <view class="square-none" v-show="matList.length === 0"> |
| | | <view class="v-show">暂无更多数据...</view> |
| | | <view class="v-show">Нет дополнительных данных...</view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | console.log(that.matList) |
| | | } else { |
| | | uni.showToast({ |
| | | title: "暂无更多数据", |
| | | title: "反选</text>", |
| | | position: 'top', |
| | | duration: 1000 |
| | | }); |