yangan
2024-08-19 1610dd3e77de3e0c1525e8fbd7bf39776705e84f
subPages/bill-of-lading-details/bill-of-lading-details.vue
@@ -1,7 +1,7 @@
<template>
   <view class="bill-of-lading-details">
      <view class="top-banner"
         style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/loadingbanner.png') no-repeat;background-size: cover;">
         style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/loadingbanner.png') no-repeat;background-size: cover;">
         <u-notice-bar :text="originInfoNotice"
            v-if="haveInputOrigin&&!isSpecial"
            fontSize='36'></u-notice-bar>
@@ -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">
@@ -23,7 +23,7 @@
               <view class="basic">
                  <view class="coalName">{{ coalDetailsData.productNames || coalDetailsData.productName }}</view>
                  <view class="status-button"
                     style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/statusbutton.png') no-repeat;
                     style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/statusbutton.png') no-repeat;
                              background-size: cover;">
                     {{coalDetailsData.statusView||''}}
                  </view>
@@ -49,19 +49,19 @@
               <view class="weigh-item" v-if="isShowClean">
                  <view class="item">
                     <view class="concrete"
                        style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/skin.png') no-repeat;background-size: cover;">
                        style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/skin.png') no-repeat;background-size: cover;">
                        皮</view>
                     <view class="num" v-if="weightObj.skin">{{  Number(weightObj.skin).toFixed(2) ||"" }}</view>
                  </view>
                  <view class="item">
                     <view class="concrete"
                        style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/hair.png') no-repeat;background-size: cover;">
                        style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/hair.png') no-repeat;background-size: cover;">
                        毛</view>
                     <view class="num" v-if="weightObj.hair">{{  Number(weightObj.hair).toFixed(2) ||""  }}</view>
                  </view>
                  <view class="item">
                     <view class="concrete"
                        style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clean.png') no-repeat;background-size: cover;">
                        style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clean.png') no-repeat;background-size: cover;">
                        净</view>
                     <view class="num" v-if="(weightObj.clean || (weightObj.clean &&  weightObj.clean === 0) )">{{ Number(weightObj.clean).toFixed(2)  ||""  }}</view>
                  </view>
@@ -184,7 +184,7 @@
                           <u--input placeholder="净重"
                              border="surround"
                              v-model="coalContactClean"
                              :disabled="isModifyoriginInfo"></u--input>
                              disabled></u--input>
                        </view>
                        <view class="unit">吨</view>
                     </view>
@@ -281,7 +281,7 @@
                  plain
                  @click="rcsqClick"
                  shape="circle"
                  :disabled="currentPageCoalStatus>= 3"></u-button>
                  :disabled="currentPageCoalStatus>= 3 &&  currentPageCoalStatus!==24"></u-button>
               <!-- <u-button text="入场申请"
                  type="primary"
                  plain
@@ -307,14 +307,14 @@
         </view>
      </view>
      <view class="weigh-ability">
         <view class="weigh-button">
         <!-- <view class="weigh-button">
            <u-button text="上磅计量"
               @click="cengZhongClick"
               type="primary"
               shape="circle"
               :disabled="haveInputOrigin&&!isSpecial"
               :loading="weighHouseLoading"></u-button>
         </view>
         </view> -->
         <!-- <view class="weigh-button"
            v-show='ablePrintInduction&&!(coalDetailsData.skin&&coalDetailsData.hair)'>
            <u-button text="打印入门证"
@@ -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;
@@ -1454,13 +1464,13 @@
            }
            .time {
               width: 35%;
               width: 50%;
               height: vww(12);
               display: flex;
               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;
            }