zwl
4 天以前 2328d89e27688985d5576ed14dc9d88652bad609
pages/order/orderListPickBoard.vue
@@ -16,7 +16,7 @@
       </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>
@@ -34,6 +34,7 @@
            storeId: 0,
            store: '',
            wrkNo: '',
            barcode: '',
            menuList: []
         }
      },
@@ -72,7 +73,7 @@
            let that = this
            uni.request({
               url: this.baseUrl + '/mobile/barcode/list/pick',
               data: that.wrkNo,
               data: that.barcode,
               header: {
                  'token': uni.getStorageSync('token')
               },