yangan
2023-10-25 d709ecdc3a6dcea3705a623c7efe4976aa05e5ee
pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue
@@ -46,8 +46,8 @@
            </view>
            <view class="body-container">
               <view class="container-block">
                  <view class="">通知单编号</view>
                  <view class="">{{ faYunDetailobj.code || '' }}</view>
                  <view class="container-block_prefix">通知单编号</view>
                  <view class="container-block_suffix">{{ faYunDetailobj.code || '' }}</view>
               </view>
            </view>
            <view class="body-container last">
@@ -59,7 +59,7 @@
         </view>
         <view class="origin-info"
            v-if="faYunDetailobj.orderType == '外购' || faYunDetailobj.orderType == '内购' || faYunDetailobj.orderType == '转出'">
            <combined-title title="原发信息"></combined-title>
            <combined-title title="验质信息"></combined-title>
            <view class="body-container">
               <view class="container-block">
                  <view class="">皮重</view>
@@ -147,6 +147,15 @@
               width: 96%;
               height: vww(56);
               @include flex;
               &_prefix {
                  width: 25%;
               }
               &_suffix {
                  flex: 0.8;
                  word-break: break-all;
               }
            }
         }