#
Junjie
2 天以前 6efec75705f30d47dfa323e6f4d3f0f829eea000
pages/basics/combQuery.vue
@@ -33,6 +33,7 @@
                  <view><text style="width: 700rpx;">品名:{{item.maktx}}</text></view>
                  <view><text style="width: 700rpx;">批次:{{item.batch}}</text></view>
                  <view><text style="width: 700rpx;">单号:{{item.orderNo}}</text></view>
                  <view><text style="width: 700rpx;">型号:{{item.model}}</text></view>
                  <view><text style="width: 700rpx;">数量:{{item.anfme}}</text></view>
                  <view>
                     <text style="width: 700rpx;">辅数量:{{item.weight}}</text>
@@ -93,6 +94,11 @@
         },
         request() {
            let that = this
            if(that.barcode == null || that.barcode == "") {
               that.matList = []
               return;
            }
            uni.request({
               url: that.commonUrl + '/waitPakin/list/auth',
               header: {
@@ -203,7 +209,7 @@
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 240rpx;
      height: 410rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -238,7 +244,7 @@
      /* background-color: #ffff7f; */
      display: inline-block;
      float: left;
      height: 180rpx;
      height: 280rpx;
      width: 500rpx;
      color: #676767;
   }
@@ -253,7 +259,7 @@
      float: right;
      width: 100rpx;
      height: 180rpx;
      line-height: 180rpx;
      line-height: 450rpx;
   }
   .data-list-right label {