apply-clients 3.5.5-65 → 3.5.5-67
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/package.json
CHANGED
|
@@ -531,9 +531,11 @@
|
|
|
531
531
|
},
|
|
532
532
|
// 缴费前置
|
|
533
533
|
chargeBefore () {
|
|
534
|
-
if
|
|
535
|
-
this
|
|
536
|
-
|
|
534
|
+
if(Number(this.show_data.f_due_money)>0){
|
|
535
|
+
if (Number(this.show_data.f_due_money) > Number(this.show_data.f_cumulative_payment_money) || Number(this.show_data.f_surplus_money) > 0) {
|
|
536
|
+
this.$showAlert('费用未结清!!!', 'warning', 3000)
|
|
537
|
+
throw null
|
|
538
|
+
}
|
|
537
539
|
}
|
|
538
540
|
},
|
|
539
541
|
// 缴费前置
|
|
@@ -82,9 +82,11 @@
|
|
|
82
82
|
</tr>
|
|
83
83
|
<tr>
|
|
84
84
|
<td>施工内容:</td>
|
|
85
|
-
<td
|
|
85
|
+
<td >{{ selectdata.f_install_situation }}</td>
|
|
86
86
|
<td>计划完工时间:</td>
|
|
87
87
|
<td>{{ selectdata.f_commencement_date }}</td>
|
|
88
|
+
<td>安装位置:</td>
|
|
89
|
+
<td>{{ selectdata.f_install_position }}</td>
|
|
88
90
|
</tr>
|
|
89
91
|
<tr>
|
|
90
92
|
<td>备注:</td>
|