yangan
2024-08-08 7af16f32de779ba2360344218f807c9909677ee1
subPages/bill-of-lading-details/bill-of-lading-details.vue
@@ -11,11 +11,11 @@
            <view class="cutomer-name"
               v-else>客户:{{ coalDetailsData.customerName || '' }}</view>
            <view class="fild-name">
               <view class="">矿场:{{ coalDetailsData.deptName || '暂无' }}</view>
               <view class="">单位:{{ coalDetailsData.deptName || '暂无' }}</view>
               <view class=""
                  v-if="orderType == '转入' || orderType == '转出'">场地:{{ coalDetailsData.filedName || '' }}</view>
               <view class=""
                  v-else>仓库:{{ coalDetailsData.filedName || '暂无' }}</view>
                  v-else>场区:{{ coalDetailsData.filedName || '暂无' }}</view>
            </view>
         </view>
         <view class="block-information">
@@ -1433,11 +1433,21 @@
               height: vww(15);
               @include flex;
               justify-content: flex-start;
               .coalName{
                  width: 45%;
                  height: 40rpx;
                  font-size: 30rpx;
                  font-weight: 300;
                  color: #515151;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
               }
               .coalName,
               .order-type {
                  width: 45%;
                  height: 30rpx;
                  height: 42rpx;
                  font-size: 30rpx;
                  font-weight: 300;
                  color: #515151;
@@ -1460,7 +1470,7 @@
               justify-content: flex-start;
               .send-date {
                  width: 148rpx;
                  min-width: 148rpx;
                  height: 24rpx;
                  margin-left: vww(14);
                  font-size: 28rpx;
@@ -1528,10 +1538,17 @@
         position: relative;
         top: vww(130);
         align-items: flex-start;
         .table{
            width: 98%!important;
         }
         /deep/ .uni-table{
            width: 96%;
            min-width: 0!important;
         
      }
      .uni-table-scroll {
         overflow-x: hidden!important;
      }
         .uni-table::-webkit-scrollbar {
            display: none;
            }