#
zjj
2024-08-21 54fce333aae7d6f596616a6eb5e65c27c28a9994
pages/basics/stockQuery.vue
@@ -48,7 +48,8 @@
               <checkbox :value="item.id+''" :checked="item.checked" style="display: block;" />
            </label> -->
            <view class="data-list-left">
               <view class="matnr"><text style="width: 700rpx;">规格:{{item.matnr}}</text></view>
               <view class="matnr"><text style="width: 700rpx;">库位:{{item.locNo}}</text></view>
               <view class="matnr"><text style="width: 700rpx;">料号:{{item.matnr}}</text></view>
               <view class="matnr"><text style="width: 700rpx;">规格:{{item.specs}}</text></view>
               <view><text style="width: 700rpx;">品名:{{item.maktx}}</text></view>
               <view><text style="width: 700rpx;">批号:{{item.batch}}</text></view>
@@ -172,7 +173,7 @@
   }
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 230rpx;
      height: 250rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -203,7 +204,7 @@
      /* background-color: #ffff7f; */
      display: inline-block;
      float: left;
      height: 180rpx;
      height: 240rpx;
      width: 500rpx;
      color: #676767;
   }