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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.12",
3
+ "version": "3.7.13",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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: {