manage-client 4.0.20 → 4.0.22

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon Nov 04 18:30:03 CST 2024
2
+ gradle.version=8.5
Binary file
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.20",
3
+ "version": "4.0.22",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -563,6 +563,7 @@
563
563
  },
564
564
  ready() {
565
565
  this.$refs.paged.$refs.cri.model.f_meter_state=['已抄表']
566
+ this.$refs.paged.$refs.cri.model.f_hand_state=['有效']
566
567
  this.getaddress()
567
568
  readySomething(this).then(() => {
568
569
  this.$emit('ready')
@@ -240,6 +240,26 @@
240
240
  condition="f_gas_date <= '{} 23:59:59'">
241
241
  </datepicker>
242
242
  </div>
243
+ <div class="col-sm-2 form-group">
244
+ <label for="startGasDate1" class="font_normal_body">档案通气时间</label>
245
+ <datepicker id="startGasDate1" placeholder="开始日期" style="width:60%"
246
+ v-model="model.startGasDate1"
247
+ :value.sync="model.startGasDate1"
248
+ :format="'yyyy-MM-dd'"
249
+ :show-reset-button="true"
250
+ condition="f_uservent_date >= '{} 00:00:00'">
251
+ </datepicker>
252
+ </div>
253
+ <div class="col-sm-2 form-group">
254
+ <label for="endGasDate1" class="font_normal_body">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;至&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</label>
255
+ <datepicker id="endGasDate1" placeholder="结束日期" style="width:60%"
256
+ v-model="model.endGasDate1"
257
+ :value.sync="model.endGasDate1"
258
+ :format="'yyyy-MM-dd'"
259
+ :show-reset-button="true"
260
+ condition="f_uservent_date <= '{} 23:59:59'">
261
+ </datepicker>
262
+ </div>
243
263
  <!--表册片区-->
244
264
  <div class="col-sm-2 form-group">
245
265
  <label class="font_normal_body">表册片区</label>
@@ -386,6 +406,9 @@
386
406
  <th>
387
407
  <nobr>通气时间</nobr>
388
408
  </th>
409
+ <th>
410
+ <nobr>档案通气时间</nobr>
411
+ </th>
389
412
  <th>
390
413
  <nobr>发卡状态</nobr>
391
414
  </th>
@@ -485,6 +508,9 @@
485
508
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
486
509
  <nobr>{{row.f_gas_date}}</nobr>
487
510
  </td>
511
+ <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
512
+ <nobr>{{row.f_uservent_date}}</nobr>
513
+ </td>
488
514
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
489
515
  <nobr>{{row.f_whether_hairpin}}</nobr>
490
516
  </td>
@@ -26,7 +26,8 @@ export default {
26
26
  'f_inputtor': '抄表员',
27
27
  'f_bank_idnumber': '银行身份证号',
28
28
  'f_bank_pay_number': '缴费编号',
29
- 'f_gas_date': '通气时间'
29
+ 'f_gas_date': '通气时间',
30
+ 'f_uservent_date': '档案通气时间'
30
31
  },
31
32
 
32
33
  // 垃圾费查询