#
whycq
2024-04-01 f11f38fbd00c39c9a021807b6b585c6fb0c5aa96
pages/tzsk/AGV/AGVPakinBing.vue
@@ -17,9 +17,9 @@
            </view>
         </view>
      </view>
      <!-- <view class="mat-list-title">
      <view class="mat-list-title">
         商品列表
      </view> -->
      </view>
      <scroll-view>
         <view class="list" v-for="(item,i) in dataList" :key="i">
            <view class="list-left">
@@ -217,7 +217,9 @@
         // barcode input 事件
         barcodeInput() {
            // 不设置定时器 会出现扫入的字符串不全
            this.barcode = this.barcode.split('_')[1]
            if (this.barcode.split('_')[1]) {
               this.barcode = this.barcode.split('_')[1]
            }
            setTimeout(() => {
               var len = this.barcode.length
               if (len != 10) {
@@ -495,10 +497,13 @@
<style>
   @import url('../../../static/css/wms.css/wms.css');
   .list:first-child {
      margin-top: 280rpx;
   }
   .code {
      width: 100%;
      position: fixed;
      min-height: 200rpx;
      min-height: 140rpx;
      background-color: #FFF;
      z-index: 10;
   }
@@ -506,7 +511,7 @@
   .item {
      display: flex;
      align-items: center;
      height: 100rpx;
      height: 70rpx;
      margin-left: 20rpx;
      border-bottom: 1px solid #DCDFE6;
   }
@@ -538,7 +543,7 @@
      width: 100%;
      background-color: white;
      position: fixed;
      margin-top: 200rpx;
      margin-top: 140rpx;
      z-index: 9;
      /* border-top: 1px solid #DCDFE6; */
      text-align: center;