sale-client 4.3.74 → 4.3.75
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 +1 -1
- package/src/filiale/hongYa/HandQueryUser.vue +4 -4
- package/src/filiale/hongYa/HistoryHandQueryUser.vue +4 -4
- package/src/filiale/hongYa/WebHandQueryUser.vue +4 -4
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
<td style="text-align:center">{{row.f_input_date}}</td>
|
|
109
109
|
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
110
110
|
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
111
|
-
<td style="text-align:center">{{row.f_balance}}</td>
|
|
112
|
-
<td style="text-align:center">{{row.f_oughtamount}}</td>
|
|
113
|
-
<td style="text-align:center">{{row.f_oughtfee}}</td>
|
|
114
|
-
<td style="text-align:center">{{row.f_curbalance}}</td>
|
|
111
|
+
<td style="text-align:center">{{row.f_balance.toFixed(2)}}</td>
|
|
112
|
+
<td style="text-align:center">{{row.f_oughtamount.toFixed(2)}}</td>
|
|
113
|
+
<td style="text-align:center">{{row.f_oughtfee.toFixed(2)}}</td>
|
|
114
|
+
<td style="text-align:center">{{row.f_curbalance.toFixed(2)}}</td>
|
|
115
115
|
<td style="text-align:center">{{row.f_whether_pay}}</td>
|
|
116
116
|
<td style="text-align:center" v-if="!$parent.$parent.$parent.f_calculation.includes('表端结算')">{{row.f_stair1price}}</td>
|
|
117
117
|
<td style="text-align:center" v-if="!$parent.$parent.$parent.f_calculation.includes('表端结算')">{{row.f_stairamount1}}</td>
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
<td style="text-align:center">{{row.f_input_date}}</td>
|
|
101
101
|
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
102
102
|
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
103
|
-
<td style="text-align:center">{{row.f_balance}}</td>
|
|
104
|
-
<td style="text-align:center">{{row.f_oughtamount}}</td>
|
|
105
|
-
<td style="text-align:center">{{row.f_oughtfee}}</td>
|
|
106
|
-
<td style="text-align:center">{{row.f_curbalance}}</td>
|
|
103
|
+
<td style="text-align:center">{{row.f_balance.toFixed(2)}}</td>
|
|
104
|
+
<td style="text-align:center">{{row.f_oughtamount.toFixed(2)}}</td>
|
|
105
|
+
<td style="text-align:center">{{row.f_oughtfee.toFixed(2)}}</td>
|
|
106
|
+
<td style="text-align:center">{{row.f_curbalance.toFixed(2)}}</td>
|
|
107
107
|
<td style="text-align:center">{{row.f_meter_classify}}</td>
|
|
108
108
|
<td style="text-align:center">{{row.f_meter_state}}</td>
|
|
109
109
|
<td style="text-align:center">{{row.f_result_state?row.f_result_state:''}}</td>
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
<td style="text-align:center">{{row.f_input_date}}</td>
|
|
107
107
|
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
108
108
|
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
109
|
-
<td style="text-align:center">{{row.f_balance}}</td>
|
|
110
|
-
<td style="text-align:center">{{row.f_oughtamount}}</td>
|
|
111
|
-
<td style="text-align:center">{{row.f_oughtfee}}</td>
|
|
112
|
-
<td style="text-align:center">{{row.f_curbalance}}</td>
|
|
109
|
+
<td style="text-align:center">{{row.f_balance.toFixed(2)}}</td>
|
|
110
|
+
<td style="text-align:center">{{row.f_oughtamount.toFixed(2)}}</td>
|
|
111
|
+
<td style="text-align:center">{{row.f_oughtfee.toFixed(2)}}</td>
|
|
112
|
+
<td style="text-align:center">{{row.f_curbalance.toFixed(2)}}</td>
|
|
113
113
|
<td style="text-align:center" v-if="!row.f_meter_type.includes('物联网表')">{{row.f_whether_pay}}</td>
|
|
114
114
|
<td style="text-align:center" v-if="!f_calculation.includes('表端结算')">{{row.f_stair1price}}</td>
|
|
115
115
|
<td style="text-align:center" v-if="!f_calculation.includes('表端结算')">{{row.f_stairamount1}}</td>
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|