#
zwl
18 小时以前 b5390b1f1254d1a286a78c3d22da0366b3a27096
pages/pakin/outConfilm.vue
@@ -6,11 +6,11 @@
            <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
               @input="barcodeInput()">
         </view>
         <view class="item">
         <!-- <view class="item">
            <view class="code-decs">站点码:</view>
            <input type="text" placeholder="单纯下架不需要扫站点码" v-model="staNo" :focus="staNos"
            @input="staNoInput()">
         </view>
         </view>    -->
         <view class="item">
            <view class="code-decs">1批号:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="batch1" :focus="batch1s"
@@ -279,8 +279,8 @@
            this.barcodeFocus = false;
            this.matFocus = false;
            setTimeout(() => {
               this.staNo = '';
               this.staNos = true;
               this.batch1 = '';
               this.batch1s = true;
            }, 100);
         },// 站点光标清空重置
         batch1ss() {