manage-client 4.1.143 → 4.1.145
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
|
@@ -203,6 +203,12 @@
|
|
|
203
203
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
204
204
|
合计金额: {{(sumsmodel.f_preamount-sumsmodel.cardfee).toFixed(2)}}
|
|
205
205
|
</td>
|
|
206
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
207
|
+
退费笔数: {{sumsmodel.f_tuifei_count.toFixed(2)}} 
|
|
208
|
+
</td>
|
|
209
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
210
|
+
退费金额: {{sumsmodel.f_tuifei_money.toFixed(2)}}
|
|
211
|
+
</td>
|
|
206
212
|
</tr>
|
|
207
213
|
</table>
|
|
208
214
|
</div>
|
|
@@ -247,7 +253,9 @@
|
|
|
247
253
|
f_pregas:0,
|
|
248
254
|
f_preamount:0,
|
|
249
255
|
xianjin:0,
|
|
250
|
-
zhuanzhang:0
|
|
256
|
+
zhuanzhang:0,
|
|
257
|
+
f_tuifei_count: 0,
|
|
258
|
+
f_tuifei_money: 0
|
|
251
259
|
}),
|
|
252
260
|
gasproperties:[],
|
|
253
261
|
show:false,
|
|
@@ -269,14 +277,16 @@
|
|
|
269
277
|
sumsmodel: {},
|
|
270
278
|
sumField: {
|
|
271
279
|
'cardfee': '卡费', 'f_pregas': '方量', 'f_preamount': '金额', 'xiaoji': '小计','xianjin': '现金',
|
|
272
|
-
'zhuanzhang': '转账'
|
|
280
|
+
'zhuanzhang': '转账', 'f_tuifei_count': '退费笔数', 'f_tuifei_money': '退费金额'
|
|
273
281
|
},
|
|
274
282
|
pageSum: {
|
|
275
283
|
'cardfee': '0.00',
|
|
276
284
|
'f_pregas': '0.00',
|
|
277
285
|
'f_preamount': '0.00',
|
|
278
286
|
'xianjin': '0.00',
|
|
279
|
-
'zhuanzhang': '0.00'
|
|
287
|
+
'zhuanzhang': '0.00',
|
|
288
|
+
'f_tuifei_count': '0.00',
|
|
289
|
+
'f_tuifei_money': '0.00'
|
|
280
290
|
},
|
|
281
291
|
defaultfield: [],
|
|
282
292
|
config: {
|