| | |
| | | <view class="item"> |
| | | <view class="code-decs">托盘码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" |
| | | @input="getBarcodeList()"> |
| | | > |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">订单号:</view> |
| | | <uni-combox :candidates="orderNoList" placeholder="请选择订单" v-model="orderNo"></uni-combox> |
| | | <uni-combox :candidates="orderNoList" placeholder="请选择订单" v-model="orderNo" @input="getOrderDet()"></uni-combox> |
| | | </view> |
| | | </view> |
| | | <view class="mat-list-title"> |
| | |
| | | if (res.code === 200) { |
| | | that.dataList = res.data |
| | | for (var i = 0; i < that.dataList.length; i++){ |
| | | that.dataList[i].anfme = 0; |
| | | that.$set(that.dataList[i],'checked',false) |
| | | } |
| | | } |