whycq
2023-02-04 b75ab103d8763245432c773d32c1f38239ec162f
pages/basics/stockCheck.vue
@@ -56,10 +56,13 @@
            <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" >
               <view class="data-list-left">
                  <view class="matnr"><text style="width: 400rpx;">编码:{{item.matnr}}</text></view>
                  <view><text style="width: 400rpx;">规格:{{item.specs}}</text></view>
                  <view><text style="width: 400rpx;">品名:{{item.maktx}}</text></view>
                  <view><text style="width: 400rpx;">批号:{{item.batch}}</text></view>
                  <view><text style="width: 400rpx;">客户信息:{{item.cstmr}}</text></view>
                  <view>
                     <text style="width: 400rpx;">数量:{{item.anfme}}</text>
                     <text style="width: 400rpx;">备注:{{item.memo}}</text>
                     <text style="width: 400rpx;margin-left: 100rpx">数量:{{item.anfme}}</text>
                  </view>
               </view>
               <view class="data-list-right">
@@ -305,9 +308,10 @@
               },
               success(result) {
                  var res = result.data
                     console.log(result)
                  if (res.code === 200) {
                     that.matList = []
                     that.barcode = ''
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})
                  } else if (res.code == 403) {
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})
                     setTimeout(() => {
@@ -424,7 +428,7 @@
   }
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 180rpx;
      height: 240rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -432,7 +436,7 @@
      margin-top: 20rpx;
   }
   .data-list:last-child {
      margin-bottom: 160rpx;
      margin-bottom: 180rpx;
   }
   .data-list-left {
      display: inline-block;
@@ -448,8 +452,8 @@
      display: inline-block;
      float: right;
      width: 200rpx;
      height: 180rpx;
      line-height: 180rpx;
      height: 230rpx;
      line-height: 230rpx;
   }
   .data-list-right label {
      display: inline-block;