apply-clients 5.0.35-36 → 5.0.35-39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +16 -16
- package/package.json +2 -2
- package/src/components/app_apply/ApplyToDoList.vue +2920 -2822
- package/src/components/app_apply/OneToMany.vue +192 -0
- package/src/components/app_apply/PlaceControler.vue +299 -287
- package/src/components/app_apply/ezhou/ServiceView.vue +787 -765
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +2 -1
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +1827 -1827
- package/src/components/product/ServiceView.vue +804 -804
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +454 -454
- package/src/components/product/applyReport/ApplyReport.vue +32 -6
- package/src/components/product/applyReport/PrintApplyReport.vue +7 -2
- package/src/ezhouAndroid.js +46 -44
|
@@ -180,7 +180,8 @@
|
|
|
180
180
|
<div class="flex" style="height: 10%">
|
|
181
181
|
<div novalidate class="form-inline auto" partial>
|
|
182
182
|
<p class="bg-info text-center" style="padding: 8px;font-size: 20px">合计收费记录共
|
|
183
|
-
<span style="color: red">{{modeluse.rows.length}}</span
|
|
183
|
+
<span style="color: red">{{modeluse.rows.length}}</span>笔,合计收费金额<span style="color: red">{{price.rows[0].f_charge_money}}</span>元,
|
|
184
|
+
合计应缴总金额<span style="color: red">{{price.rows[0].f_total_cost}}</span>元,
|
|
184
185
|
已缴<span style="color: red">{{price.rows[0].f_cumulative_money}}</span>元,未缴<span style="color: red">{{price.rows[0].f_unaccounts_money}}</span>元
|
|
185
186
|
</p>
|
|
186
187
|
</div>
|