manage-client 4.1.154 → 4.1.156
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
|
@@ -177,6 +177,8 @@
|
|
|
177
177
|
this.sumhtml += '卡费合计: ' + `<font color="blue">${this.sumsmodel['cardfee']} </font>`
|
|
178
178
|
this.sumhtml += '方量合计: ' + `<font color="blue">${this.sumsmodel['f_pregas']} </font>`
|
|
179
179
|
this.sumhtml += '金额合计: ' + `<font color="blue">${this.sumsmodel['f_preamount']} </font>`
|
|
180
|
+
this.sumhtml += '退费笔数: ' + `<font color="blue">${this.sumsmodel['f_tuifei_count']} </font>`
|
|
181
|
+
this.sumhtml += '退费金额: ' + `<font color="blue">${this.sumsmodel['f_tuifei_money']} </font>`
|
|
180
182
|
this.sumhtml += '</th></tr>'
|
|
181
183
|
this.sumhtml3 = `<tr><th colspan=${this.modelval.length}>   小 计:`
|
|
182
184
|
this.sumhtml3 += '现金合计: ' + `<font color="blue">${this.sumsmodel['xianjin']} </font>`
|
|
@@ -525,8 +525,8 @@
|
|
|
525
525
|
})
|
|
526
526
|
},
|
|
527
527
|
clearmsg() {
|
|
528
|
-
Object.keys(this.$refs.paged.$refs.
|
|
529
|
-
this.$refs.paged.$refs.
|
|
528
|
+
Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
|
|
529
|
+
this.$refs.paged.$refs.cri.model[key] = []
|
|
530
530
|
})
|
|
531
531
|
},
|
|
532
532
|
close() {
|