| | |
| | | </view> |
| | | <view class="list-view"> |
| | | <scroll-view style="overflow: hidden;overflow-y: scroll;height: auto;"> |
| | | <view class="list" v-for="(item,i) in dataList" :key="i"> |
| | | <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-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>
|
| | | <!-- 底部操作按钮 -->
|
| | |
| | | comb() {
|
| | | uni.vibrateShort();
|
| | | let that = this; |
| | | this.$toast.loading('加载中...')
|
| | | this.$toast.loading('上架中...')
|
| | | uni.request({
|
| | | url: that.baseUrl + '/pda/matnr/in/barcode',
|
| | | data: JSON.stringify({
|