#
whycq
2024-03-20 ff95408930fe7e44b7c5a398ed6428047c55057a
pages/pakin/pakin.vue
@@ -8,7 +8,7 @@
         </view>
         <view class="item">
            <view class="code-decs">品番二维码:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()">
            <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()" maxlength="600">
         </view>
      </view>
      <view class="mat-list-title">
@@ -448,4 +448,4 @@
      text-align: center;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
   }
</style>
</style>