| | |
| | | </view> |
| | | <view class="list-view"> |
| | | <scroll-view style="overflow: hidden;overflow-y: scroll;height: auto;"> |
| | | <uni-data-checkbox mode="list" icon="left" v-model="value" :localdata="range" @change="change"></uni-data-checkbox> |
| | | |
| | | <!-- <view class="list" v-for="(item,i) in dataList" :key="i"> |
| | | <view class="list" v-for="(item,i) in dataList" :key="i"> |
| | | <view class="list-left"> |
| | | <view class="list-left-item"> |
| | | <view class="desc">No:</view> |
| | |
| | | <view class="left-item">{{item.anfme}}</view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </scroll-view> |
| | | </view>
|
| | | <!-- 底部操作按钮 -->
|
| | |
| | | if (this.barcode.length < 1) { |
| | | return |
| | | } |
| | | if (this.barcode.length != 8) { |
| | | this.messageToggle('error', '拖盘码为8位随机数字!!') |
| | | return |
| | | } |
| | | // if (this.barcode.length != 8) { |
| | | // this.messageToggle('error', '拖盘码为8位随机数字!!') |
| | | // return |
| | | // } |
| | | let that = this |
| | | uni.request({ |
| | | url: that.baseUrl + '/pda/barcode/matnr/' + that.barcode, |