manage-client 4.1.146 → 4.1.148

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.
Files changed (29) hide show
  1. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  2. package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
  3. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  4. package/.gradle/6.1.1/gc.properties +0 -0
  5. package/.gradle/7.4/checksums/checksums.lock +0 -0
  6. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  7. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  8. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  9. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  10. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  11. package/.gradle/7.4/gc.properties +0 -0
  12. package/.gradle/9.3.0/checksums/checksums.lock +0 -0
  13. package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
  14. package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
  15. package/.gradle/9.3.0/gc.properties +0 -0
  16. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  17. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  18. package/.gradle/checksums/checksums.lock +0 -0
  19. package/.gradle/vcs-1/gc.properties +0 -0
  20. package/package.json +1 -1
  21. package/src/components/SellReport/BankManager.vue +7 -1
  22. package/src/components/SellReport/GasPropertiesManager.vue +7 -1
  23. package/src/components/SellReport/SiteManager.vue +7 -1
  24. package/src/components/WebReport/BussinessType.vue +17 -4
  25. package/src/components/WebReport/Paymentpie.vue +7 -1
  26. package/src/filiale/wenxi/MeterExceptionList.vue +35 -0
  27. package/src/filiale/jinbin/exportConfig.js +0 -1110
  28. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
  29. package/src/filiale/jinbin/sale.js +0 -7
File without changes
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Jun 04 15:26:04 CST 2026
2
+ gradle.version=9.3.0
Binary file
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.146",
3
+ "version": "4.1.148",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1,5 +1,5 @@
1
1
  <template lang="html">
2
- <div id="charts">
2
+ <div id="charts" style="width:100%;height:100%;min-height:300px;">
3
3
  <div id="bm" :style="{width:'100%',height:'100%'}"></div>
4
4
  </div>
5
5
  </template>
@@ -125,10 +125,16 @@ export default {
125
125
  searchdata () {
126
126
  let getGen =getData(this)
127
127
  co(getGen)
128
+ },
129
+ resizeChart (){
130
+ if (this.xc) {
131
+ this.xc.resize()
132
+ }
128
133
  }
129
134
  },
130
135
  ready () {
131
136
  this.searchdata()
137
+ window.addEventListener('resize', this.resizeChart)
132
138
  },
133
139
  watch: {
134
140
  'startdate' (val) {
@@ -1,5 +1,5 @@
1
1
  <template lang="html">
2
- <div id="charts">
2
+ <div id="charts" style="width:100%;height:100%;min-height:300px;">
3
3
  <div id="GasPropertiesManager">
4
4
  <button class="button_export button_spacing" @click="change('f_user_type')">一级用气性质</button>
5
5
  <button class="button_export button_spacing" @click="change('f_gasproperties')">二级用气性质</button>
@@ -124,10 +124,16 @@ export default {
124
124
  searchdata () {
125
125
  let getGen = getData(this)
126
126
  co(getGen)
127
+ },
128
+ resizeChart (){
129
+ if (this.xc) {
130
+ this.xc.resize()
131
+ }
127
132
  }
128
133
  },
129
134
  ready () {
130
135
  this.searchdata()
136
+ window.addEventListener('resize', this.resizeChart)
131
137
  },
132
138
  watch: {
133
139
  'startdate' (val) {
@@ -1,5 +1,5 @@
1
1
  <template lang="html">
2
- <div id="charts">
2
+ <div id="charts" style="width:100%;height:100%;min-height:300px;">
3
3
  <div id="gph" :style="{width:'100%',height:'100%'}"></div>
4
4
  </div>
5
5
  </template>
@@ -126,10 +126,16 @@ export default {
126
126
  searchdata () {
127
127
  let getGen =getData(this)
128
128
  co(getGen)
129
+ },
130
+ resizeChart (){
131
+ if (this.xc) {
132
+ this.xc.resize()
133
+ }
129
134
  }
130
135
  },
131
136
  ready () {
132
137
  this.searchdata()
138
+ window.addEventListener('resize', this.resizeChart)
133
139
  },
134
140
  watch: {
135
141
  'startdate' (val) {
@@ -1,6 +1,6 @@
1
1
  <template lang="html">
2
- <div id="charts">
3
- <div id="sm" :style="{width:'100%',height:'98%'}"></div>
2
+ <div id="charts" :style="{width:'100%',height:'100%',minHeight:'0'}">
3
+ <div id="sm" :style="{width:'100%',height:'100%'}"></div>
4
4
  </div>
5
5
  </template>
6
6
 
@@ -51,8 +51,12 @@ export default {
51
51
  xc: ''
52
52
  }
53
53
  },
54
- methods: {
54
+ methods: {
55
55
  set (arrparams,numdata,pricedata) {
56
+ if (this.xc) {
57
+ this.xc.dispose()
58
+ this.xc = null
59
+ }
56
60
  this.xc = echarts.init(document.getElementById('sm'))
57
61
  this.xc.setOption({
58
62
  title : {
@@ -112,14 +116,23 @@ export default {
112
116
  }
113
117
  ]
114
118
  })
119
+ this.$nextTick(() => {
120
+ this.xc && this.xc.resize()
121
+ })
115
122
  },
116
123
  searchdata () {
117
124
  let getGen = getData(this)
118
125
  co(getGen)
119
- }
126
+ },
127
+ resizeChart (){
128
+ if (this.xc) {
129
+ this.xc.resize()
130
+ }
131
+ }
120
132
  },
121
133
  ready () {
122
134
  this.searchdata()
135
+ window.addEventListener('resize', this.resizeChart)
123
136
  },
124
137
  watch: {
125
138
  'startdate' (val) {
@@ -1,5 +1,5 @@
1
1
  <template lang="html">
2
- <div id="charts">
2
+ <div id="charts" style="width:100%;height:100%;min-height:300px;">
3
3
  <div id="pp" :style="{width:'100%',height:'98%'}"></div>
4
4
  </div>
5
5
  </template>
@@ -136,10 +136,16 @@ export default {
136
136
  searchdata () {
137
137
  let getGen =getData(this);
138
138
  co(getGen);
139
+ },
140
+ resizeChart (){
141
+ if (this.xc) {
142
+ this.xc.resize()
143
+ }
139
144
  }
140
145
  },
141
146
  ready () {
142
147
  this.searchdata()
148
+ window.addEventListener('resize', this.resizeChart)
143
149
  },
144
150
  watch: {
145
151
  'startdate' (val) {
@@ -75,6 +75,13 @@
75
75
  <input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_oughtamount_big"
76
76
  condition="f_oughtamount <= '{}' " placeholder="小于等于">
77
77
  </div>
78
+ <div class="col-sm-2 form-group">
79
+ <label class="font_normal_body">失联天数</label>
80
+ <input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_day_small"
81
+ condition="f_day >= '{}' " placeholder="大于等于">
82
+ <input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_day_big"
83
+ condition="f_day <= '{}' " placeholder="小于等于">
84
+ </div>
78
85
  <div class="col-sm-2 form-group">
79
86
  <label class="font_normal_body">气表品牌</label>
80
87
  <v-select :value.sync="model.f_meter_brand" multiple="true"
@@ -169,6 +176,17 @@
169
176
  close-on-select>
170
177
  </v-select>
171
178
  </div>
179
+ <div class="col-sm-2 form-group">
180
+ <label class="font_normal_body">是否失联</label>
181
+ <v-select style="width:60%"
182
+ v-model="model.f_sl_state"
183
+ placeholder='是否失联'
184
+ :value.sync="model.f_sl_state"
185
+ :options='$parent.$parent.isPush'
186
+ condition="f_sl_state = '{}'"
187
+ close-on-select>
188
+ </v-select>
189
+ </div>
172
190
  <div class="col-sm-2 form-group">
173
191
  <label class="font_normal_body">备注信息</label>
174
192
  <input style="width:60%" type="text" class="input_search"
@@ -229,6 +247,12 @@
229
247
  <th style="text-align:center">
230
248
  <nobr>最后一次通讯时间</nobr>
231
249
  </th>
250
+ <th style="text-align:center">
251
+ <nobr>是否失联</nobr>
252
+ </th>
253
+ <th style="text-align:center">
254
+ <nobr>失联天数</nobr>
255
+ </th>
232
256
  <th style="text-align:center">
233
257
  <nobr>电池电量</nobr>
234
258
  </th>
@@ -294,6 +318,12 @@
294
318
  <td style="text-align:center">
295
319
  <nobr>{{row.f_insert_date}}</nobr>
296
320
  </td>
321
+ <td style="text-align:center">
322
+ <nobr>{{row.f_sl_state}}</nobr>
323
+ </td>
324
+ <td style="text-align:center">
325
+ <nobr>{{row.f_day}}</nobr>
326
+ </td>
297
327
  <td style="text-align:center">
298
328
  <nobr>{{row.f_electricity}}</nobr>
299
329
  </td>
@@ -390,6 +420,8 @@
390
420
  "f_meter_brand":"气表品牌",
391
421
  "f_hand_date":"抄表日期",
392
422
  "f_insert_date":"最后一次通讯时间",
423
+ "f_sl_state":"是否失联",
424
+ "f_day":"失联天数",
393
425
  "f_electricity":"电池电量",
394
426
  "f_batterylevel":"电池电压",
395
427
  "f_signal":"信号强度",
@@ -590,6 +622,9 @@
590
622
  isread() {
591
623
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('处理状态')]
592
624
  },
625
+ isPush() {
626
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('是否失联')]
627
+ },
593
628
  GetErrorLevel() {
594
629
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('异常级别')]
595
630
  },