|  |  | 
 |  |  |  | 
 |  |  |                 console.log('设备品牌:', brand); | 
 |  |  |                 console.log('设备型号:', model); | 
 |  |  |  | 
 |  |  |                 if (brand.indexOf("DS-MDT202") != -1) { | 
 |  |  |                     action = "android.intent.ACTION_SCAN_OUTPUT"; | 
 |  |  |                     extraKey = "barcode"; | 
 |  |  |                 } | 
 |  |  |                 // Zebra设备配置 | 
 |  |  |                 if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) { | 
 |  |  |                 else if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) { | 
 |  |  |                     action = "com.zebra.scan"; | 
 |  |  |                     extraKey = "com.motorolasolutions.emdk.datawedge.data_string"; | 
 |  |  |                 } | 
 
 |  |  | 
 |  |  |             back-icon-color="#000" /> | 
 |  |  |         <view class="finishProductIn-locno-search"> | 
 |  |  |             <u-search v-model="keywords" shape="square" bg-color="rgba(250,252,255,0.36)" :show-action="false" | 
 |  |  |                 placeholder="请输入车间订单号" @clear="search" @custom="search" @search="search" @input="search"> | 
 |  |  |                 placeholder="请输入订单号" @clear="search" @custom="search" @search="search" @input="search"> | 
 |  |  |             </u-search> | 
 |  |  |         </view> | 
 |  |  |         <view class="wrap"> | 
 |  |  | 
 |  |  |                         .getWorkshopOrder({ | 
 |  |  |                             current: this.pageNum, | 
 |  |  |                             size: this.pageSize, | 
 |  |  |                             moNo: value, | 
 |  |  |                             ifsOrderNo: value, | 
 |  |  |                         }) | 
 |  |  |                         .then((res) => { | 
 |  |  |                             this.list = res.data.records; | 
 
 |  |  | 
 |  |  |               </view> | 
 |  |  |               <view class="packing-registration-param-item-right"> | 
 |  |  |                 <u-input | 
 |  |  |                 type="number" | 
 |  |  |                   class="item-one item-two" | 
 |  |  |                   v-model="modalList.verificationWeight" | 
 |  |  |                 /> | 
 |  |  | 
 |  |  |               </view> | 
 |  |  |               <view class="packing-registration-param-item-right"> | 
 |  |  |                 <u-input | 
 |  |  |                 type="number" | 
 |  |  |                   class="item-one item-two" | 
 |  |  |                   v-model="modalList.forkliftWeight" | 
 |  |  |                 /> |