qingyiay
2023-05-15 6087ba7d24f2353c2d01a5e5a384d5a20f97a19b
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -7,7 +7,10 @@
               <view class="top-title">发运计划详情</view>
            </view>
            <view class="middle-container">
               <view class="dept-name" v-show="deptName">{{ deptName }}({{ coalName }})</view>
               <view class="dept-name">
                  {{ deptName }}
                  <text v-show="deptName">({{ coalName }})</text>
               </view>
               <view class="dept-num">
                  <text
                     style="font-size: 46rpx;
@@ -54,7 +57,7 @@
            </view>
         </view>
         <view class="block-top">
            <combined-title title="提煤单详情"></combined-title>
            <combined-title title="提煤单历史"></combined-title>
            <view class="total">
               总净重
               <text>{{ total || 0 }}</text>
@@ -64,7 +67,7 @@
            <view class="empty-pointer" v-if="!yyDailyList">暂无更多数据</view>
            <view class="main-block">
               <view class="main-container">
                  <view class="main-container_content" v-for="(item, index) in yyDailyList" :key="index" @click="showMore(index)">
                  <view class="main-container_content" v-for="(item, index) in yyDailyList" :key="index" @click="showMore(item)">
                     <view class="arrow-icon"><u-icon name="arrow-right" size="30" color="#999999"></u-icon></view>
                     <view class="divider"><u-divider></u-divider></view>
                     <view class="first-line">
@@ -127,9 +130,9 @@
            delta: 1
         });
      },
      showMore(index) {
      showMore(item) {
         uni.navigateTo({
            url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&index=${index}`
            url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}`
         });
      },
      init() {
@@ -214,6 +217,7 @@
         position: relative;
         top: vww(54);
         .dept-name {
            min-width: 100rpx;
            font-size: 32rpx;
            font-weight: normal;
            color: #ffffff;