sale-client 3.7.12 → 3.7.13
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
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
*/
|
|
147
147
|
import Vue from 'vue'
|
|
148
148
|
import {PagedList, HttpResetClass} from 'vue-client'
|
|
149
|
+
import * as Util from '../../../../Util'
|
|
149
150
|
|
|
150
151
|
export default {
|
|
151
152
|
title: '气费减免',
|
|
@@ -183,7 +184,9 @@
|
|
|
183
184
|
}
|
|
184
185
|
},
|
|
185
186
|
ready () {
|
|
186
|
-
this.$refs.paged.$refs.cri.search()
|
|
187
|
+
// this.$refs.paged.$refs.cri.search()
|
|
188
|
+
this.$refs.paged.$refs.cri.model.f_stat_data = Util.toStandardDateString() + ' 00:00:00'
|
|
189
|
+
this.$refs.paged.$refs.cri.model.f_end_data = Util.toStandardDateString() + ' 23:59:59'
|
|
187
190
|
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
188
191
|
},
|
|
189
192
|
methods: {
|