|
|
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 汇总统计 进青 --> |
|
|
|
|
<view class="form_item"> |
|
|
|
|
<view class="form_item_label">进终到车次统计:</view> |
|
|
|
|
<view class="form_item_label">进青终到车次统计:</view> |
|
|
|
|
<view class="form_item_input"> |
|
|
|
|
{{form.entranceVehicleCount === 0 ? form.entranceVehicleCount : form.entranceVehicleCount || ''}} |
|
|
|
|
</view> |
|
|
|
|
@ -51,7 +51,7 @@ |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label" |
|
|
|
|
:style="checkNotEmpty(form.entranceVehicleCount) && form.entranceVehicleCount === yoyMom.minusDaysEntranceVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
终到此次统计环比</view> |
|
|
|
|
终到车次统计环比</view> |
|
|
|
|
<view class="rate_item_input" |
|
|
|
|
:style="checkNotEmpty(form.entranceVehicleCount) && form.entranceVehicleCount === yoyMom.minusDaysEntranceVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
{{formatDigit(form.entranceVehicleCountMom)}}% |
|
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="line"></view> |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label">终到此次统计同比</view> |
|
|
|
|
<view class="rate_item_label">终到车次统计同比</view> |
|
|
|
|
<view class="rate_item_input"> |
|
|
|
|
{{formatDigit(form.entranceVehicleCountYoy)}}% |
|
|
|
|
</view> |
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="form_item"> |
|
|
|
|
<view class="form_item_label">进青人次统计:</view> |
|
|
|
|
<view class="form_item_label">进青人数统计:</view> |
|
|
|
|
<view class="form_item_input"> |
|
|
|
|
{{form.exitVehicleCount === 0 ? form.exitVehicleCount : form.exitVehicleCount || ''}} |
|
|
|
|
</view> |
|
|
|
|
@ -83,7 +83,7 @@ |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label" |
|
|
|
|
:style="checkNotEmpty(form.exitVehicleCount) && form.exitVehicleCount === yoyMom.minusDaysExitVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
人次统计环比</view> |
|
|
|
|
人数统计环比</view> |
|
|
|
|
<view class="rate_item_input" |
|
|
|
|
:style="checkNotEmpty(form.exitVehicleCount) && form.exitVehicleCount === yoyMom.minusDaysExitVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
{{formatDigit(form.exitVehicleCountMom)}}% |
|
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="line"></view> |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label">人次统计同比</view> |
|
|
|
|
<view class="rate_item_label">人数统计同比</view> |
|
|
|
|
<view class="rate_item_input"> |
|
|
|
|
{{formatDigit(form.exitVehicleCountYoy)}}% |
|
|
|
|
</view> |
|
|
|
|
@ -131,7 +131,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="form_item"> |
|
|
|
|
<view class="form_item_label">出青人次统计:</view> |
|
|
|
|
<view class="form_item_label">出青人数统计:</view> |
|
|
|
|
<view class="form_item_input"> |
|
|
|
|
{{form.exitVehicleCount === 0 ? form.exitVehicleCount : form.exitVehicleCount || ''}} |
|
|
|
|
</view> |
|
|
|
|
@ -142,7 +142,7 @@ |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label" |
|
|
|
|
:style="checkNotEmpty(form.exitVehicleCount) && form.exitVehicleCount === yoyMom.minusDaysExitVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
人次统计环比</view> |
|
|
|
|
人数统计环比</view> |
|
|
|
|
<view class="rate_item_input" |
|
|
|
|
:style="checkNotEmpty(form.exitVehicleCount) && form.exitVehicleCount === yoyMom.minusDaysExitVehicleSum ?'color: #EB4747':''"> |
|
|
|
|
{{formatDigit(form.exitVehicleCountMom)}}% |
|
|
|
|
@ -150,7 +150,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="line"></view> |
|
|
|
|
<view class="rate_item"> |
|
|
|
|
<view class="rate_item_label">人次统计同比</view> |
|
|
|
|
<view class="rate_item_label">人数统计同比</view> |
|
|
|
|
<view class="rate_item_input"> |
|
|
|
|
{{formatDigit(form.exitVehicleCountYoy)}}% |
|
|
|
|
</view> |
|
|
|
|
|