lbq
2025-12-23 94d565b9bc2d441972f203ace2423dc1fe156934
pages/inspect/check.vue
@@ -2,14 +2,14 @@
   <view class="has-foot">
      <form>
         <view class="cu-form-group margin-top">
            <view class="title">质检单</view>
            <input placeholder="请扫描质检单" v-model="isptCode" focus></input>
            <view class="title">容器号</view>
            <input placeholder="请扫描容器编码" v-model="isptCode" focus></input>
            <text class='cuIcon-search text-blue' @click="search"></text>
         </view>
         <view class="cu-form-group ">
            <view class="title">物料码</view>
            <input placeholder="请扫描物料码" v-model="barcode"></input>
            <view class="title">物料号</view>
            <input placeholder="请扫描物料编码" v-model="barcode"></input>
            <text class='cuIcon-search text-blue' @click="scrollTo"></text>
         </view>
      </form>
@@ -115,7 +115,7 @@
      </view>
      <view class="cu-bar btn-group foot">
         <button class="cu-btn text-blue line-blue shadow" @click="clear">清空</button>
         <button class="cu-btn bg-blue shadow-blur" @click="confirm">提交</button>
         <button class="cu-btn bg-blue shadow-blur" @click="confirm">解锁</button>
      </view>
   </view>