manage-client 4.0.62-2 → 4.0.62

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
Binary file
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.62-2",
3
+ "version": "4.0.62",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -281,9 +281,7 @@
281
281
  <th style="text-align:center">
282
282
  <nobr>启用日期</nobr>
283
283
  </th>
284
- <th style="text-align:center">
285
- <nobr>最后通讯时间</nobr>
286
- </th>
284
+
287
285
  <th style="text-align:center">
288
286
  <nobr>应报天数</nobr>
289
287
  </th>
@@ -331,7 +329,6 @@
331
329
  <td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
332
330
  <td style="text-align:center"><nobr>{{row.f_startuse_date}}</nobr></td>
333
331
 
334
- <td style="text-align:center"><nobr>{{row.f_meteread_date}}</nobr></td>
335
332
  <td style="text-align:center">{{row.ybdays}}</td>
336
333
  <td style="text-align:center">{{row.sbdays}}</td>
337
334
  <td style="text-align:center">
@@ -421,7 +418,6 @@
421
418
  "f_gasproperties":"用气性质",
422
419
  "f_meternumber":"表号",
423
420
  "f_startuse_date":"启用日期",
424
- "f_meteread_date": "最后通讯时间",
425
421
  "ybdays":"应报天数",
426
422
  "sbdays":"实报天数",
427
423
  "max_interval_day":"最长失联天数",
@@ -61,24 +61,6 @@
61
61
  <right-tree @re-res="$parent.$parent.getorg"
62
62
  :initresid='$parent.$parent.org'></right-tree>
63
63
  </div>
64
-
65
- <div class="col-sm-2 form-group">
66
- <label class="font_normal_body">客户类型</label>
67
- <v-select :value.sync="model.f_user_type"
68
- @change="$parent.$parent.userTypeChange()"
69
- :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
70
- condition="f_user_type = '{}'"
71
- close-on-select></v-select>
72
- </div>
73
- <div class="col-sm-2 form-group">
74
- <label class="font_normal_body">用气性质</label>
75
- <v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
76
- :options='$parent.$parent.gasproperties' placeholder='请选择'
77
- condition="f_gasproperties = '{}'"
78
- close-on-select></v-select>
79
- </div>
80
-
81
-
82
64
  <div class="col-sm-2 form-group">
83
65
  <label class="font_normal_body">&nbsp;&nbsp;&nbsp;余额&nbsp;&nbsp;&nbsp;</label>
84
66
  <input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_balance_amount_small"
@@ -199,12 +181,6 @@
199
181
  <th style="text-align:center">
200
182
  <nobr>客户地址</nobr>
201
183
  </th>
202
- <th style="text-align:center">
203
- <nobr>客户类型</nobr>
204
- </th>
205
- <th style="text-align:center">
206
- <nobr>用气性质</nobr>
207
- </th>
208
184
  <th style="text-align:center">
209
185
  <nobr>账户余额</nobr>
210
186
  </th>
@@ -269,9 +245,6 @@
269
245
  <td>
270
246
  <nobr>{{row.address}}</nobr>
271
247
  </td>
272
- <td style="text-align:center">{{row.f_user_type}}</td>
273
- <td style="text-align:center">{{row.f_gasproperties}}</td>
274
-
275
248
  <td style="text-align:center">{{row.f_balance_amount}}</td>
276
249
  <td style="text-align:center">{{row.f_user_phone}}</td>
277
250
  <td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
@@ -387,14 +360,13 @@
387
360
  {label: '日', value: 'day'}
388
361
  ],
389
362
  getfield:{
390
- "f_userinfo_code":"客户编号", "f_user_name":"客户名称","f_residential_area":"小区", "address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质","f_balance_amount":"账户余额","f_user_phone":"联系电话",
363
+ "f_userinfo_code":"客户编号", "f_user_name":"客户名称","f_residential_area":"小区", "address":"客户地址","f_balance_amount":"账户余额","f_user_phone":"联系电话",
391
364
  "f_meternumber":"表号","f_meter_brand":"气表品牌","f_hand_date":"抄表日期","f_insert_date":"最后一次通讯时间","f_electricity":"电池电量","f_batterylevel":"电池电压",
392
365
  "f_signal":"信号强度","f_magneticInterference":"磁干扰异常","f_valvestate":"阀门状态","f_error_type":"异常类型","f_error_level":"异常级别","f_is_read":"处理状态","f_error_reason":"备注信息","f_orgname":"分公司"
393
366
  },
394
367
  outlets: [],
395
368
  operator: [],
396
369
  showdetail:false,
397
- gasproperties:[],
398
370
  rowdata:{},
399
371
  filename: '',
400
372
  criteriaShow: false,
@@ -432,16 +404,6 @@
432
404
  this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid + " and f_error_type IS NOT NULL and f_error_level IS NOT NULL "
433
405
  }
434
406
  },
435
- userTypeChange () {
436
- this.gasproperties=[]
437
- if(this.$refs.paged.$refs.cri.model !==null) {
438
- this.$refs.paged.$refs.cri.model.f_gasproperties=''
439
- this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
440
- }
441
- else{
442
- this.gasproperties =[{label: '全部', value: ''}]
443
- }
444
- },
445
407
  initParams () {
446
408
  let arr = []
447
409
  this.$MagGetSaleParam.getGasbrand().forEach((item) => {
@@ -596,6 +558,9 @@
596
558
  usertypes() {
597
559
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
598
560
  },
561
+ Gasproperties() {
562
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
563
+ },
599
564
  isread() {
600
565
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('处理状态')]
601
566
  },