| | |
| | | </uni-nav-bar> |
| | | <!-- 搜索框 --> |
| | | <view class="search-bar"> |
| | | <uni-search-bar v-model="wrkNo" placeholder=" 输入托盘码" bgColor="#EEEEEE" @input="search" /> |
| | | <uni-search-bar v-model="barcode" placeholder=" 输入托盘码" bgColor="#EEEEEE" @input="search" /> |
| | | </view> |
| | | <view class="card" v-for="item in menuList" @click="chose(item.sourceLocNo)"> |
| | | <view class="item">工作号:{{item.wrkNo}}</view> |
| | |
| | | storeId: 0, |
| | | store: '', |
| | | wrkNo: '', |
| | | barcode: '', |
| | | menuList: [] |
| | | } |
| | | }, |
| | |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/mobile/barcode/list/pick', |
| | | data: that.wrkNo, |
| | | data: that.barcode, |
| | | header: { |
| | | 'token': uni.getStorageSync('token') |
| | | }, |