yangan
2024-06-21 7f02619d92353f989cccf29fd58321d4f13500bb
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -90,7 +90,7 @@
                        </view>
                        <view class="line-content">
                           <view class="line-content_text">余量</view>
                           <view class="line-content_num">{{ item.allowance.toFixed(2)  || 0 }}</view>
                           <view class="line-content_num">{{ Number(item.allowance).toFixed(2)  || 0 }}</view>
                        </view>
                     </view>
                  </view>
@@ -114,7 +114,7 @@
         this.cars2 = value.cars2 ? value.cars2 : null;
         this.deptName = value.deptName;
         this.coalName = value.coalName;
         this.productName =  value.productName;
         this.productName =  value.productNames;
         this.carNum = value.carNum ? value.carNum : null
         console.log(value, '发运计划参数');
      },