qingyiay
2023-05-30 4b74ae71c84d7c3a2fcc83d1ef75f11f8f8c05e0
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -57,7 +57,8 @@
               </view>
            </view>
         </view>
         <view class="origin-info" v-if="yyDailyList.orderType == '外购' || yyDailyList.orderType == '内购' || yyDailyList.orderType == '转出'">
         <view class="origin-info"
            v-if="yyDailyList.orderType == '外购' || yyDailyList.orderType == '内购' || yyDailyList.orderType == '转入'">
            <combined-title title="原发信息"></combined-title>
            <view class="body-container">
               <view class="container-block">
@@ -71,7 +72,7 @@
                  <view class="">{{ yyDailyList.hairTwo || 0 }}</view>
               </view>
            </view>
            <view class="body-container">
            <view class="body-container last">
               <view class="container-block">
                  <view class="">净重</view>
                  <view class="">{{ yyDailyList.cleanTwo || 0 }}</view>
@@ -100,7 +101,9 @@
         id: '',
         yyDailyList: {},
         orderPlanDetail: {},
         coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请', '进入场院'],
            coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
               '进入场院'
            ],
         index: ''
      };
   },
@@ -124,18 +127,21 @@
};
</script>
<style scoped lang="scss">
<style scoped
   lang="scss">
@mixin flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.main {
   width: 100%;
   margin-top: vww(10);
   color: #303030;
   @include flex;
   flex-direction: column;
   .main-body {
      width: 690rpx;
      height: 1062rpx;
@@ -144,6 +150,7 @@
      border-radius: 20rpx;
      @include flex flex-direction: column;
      align-items: flex-start;
      .body-container {
         color: #303030;
         width: 100%;
@@ -151,16 +158,19 @@
         border-bottom: vww(1) solid #d6d6d6;
         @include flex;
         justify-content: center;
         .container-block {
            width: 96%;
            height: vww(56);
            @include flex;
         }
      }
      .last {
         border-bottom: none;
      }
   }
   .origin-info {
      width: 690rpx;
      min-height: 300rpx;
@@ -172,17 +182,23 @@
      @include flex;
      flex-direction: column;
      align-items: flex-start;
      .body-container {
         width: 100%;
         height: vww(56);
         border-bottom: vww(1) solid #d6d6d6;
         @include flex;
         justify-content: center;
         .container-block {
            width: 94%;
            @include flex;
         }
      }
         .last {
            border-bottom: none;
         }
   }
}
</style>