#
zjj
5 天以前 b9d085099f00a0d38a0371c1f3fa9a57c9ce4d80
pages/check/checkOrder.vue
@@ -2,8 +2,8 @@
   <view class="has-foot">
      <form>
         <view class="cu-form-group" v-show="!isconfirm">
            <view class="title">波次号</view>
            <input placeholder="请扫描波次号" v-model="barcode" @input="search()" focus></input>
            <view class="title">盘点单</view>
            <input placeholder="请扫描盘点单号" v-model="barcode" @input="search()" focus></input>
            <text class='cuIcon-close text-gray margin-right-xs' v-show="barcode!==''" @click="clearCode"></text>
         </view>