manage-client 4.0.8 → 4.0.9
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
|
@@ -84,6 +84,14 @@
|
|
|
84
84
|
close-on-select></v-select>
|
|
85
85
|
<!--:options='$parent.$parent.fillGasTypes' placeholder='请选择'-->
|
|
86
86
|
</div>
|
|
87
|
+
<div class="col-sm-2 form-group" v-if="$parent.$parent.isChangeTableAndFillGas">
|
|
88
|
+
<label class="font_normal_body">换表类型</label>
|
|
89
|
+
<v-select :value.sync="model.f_type_table"
|
|
90
|
+
v-model="model.f_type_table"
|
|
91
|
+
:options='$parent.$parent.changeTypes' placeholder='请选择'
|
|
92
|
+
condition="f_type_table = '{}'"
|
|
93
|
+
close-on-select></v-select>
|
|
94
|
+
</div>
|
|
87
95
|
|
|
88
96
|
<div class="col-sm-2 form-group">
|
|
89
97
|
<label class="font_normal_body">卡  号</label>
|
|
@@ -142,6 +150,7 @@
|
|
|
142
150
|
condition="f_gasproperties = '{}'"
|
|
143
151
|
close-on-select></v-select>
|
|
144
152
|
</div>
|
|
153
|
+
|
|
145
154
|
</div>
|
|
146
155
|
|
|
147
156
|
</div>
|
|
@@ -191,6 +200,9 @@
|
|
|
191
200
|
<nobr>补气类型</nobr>
|
|
192
201
|
</th>
|
|
193
202
|
<th>
|
|
203
|
+
<nobr>换表类型</nobr>
|
|
204
|
+
</th>
|
|
205
|
+
<th>
|
|
194
206
|
<!-- <nobr>补气日期</nobr>-->
|
|
195
207
|
<data-order field="f_operate_date" name="补气日期"
|
|
196
208
|
:order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
|
|
@@ -248,6 +260,9 @@
|
|
|
248
260
|
<td style="text-align: center;">
|
|
249
261
|
<nobr>{{row.f_type}}</nobr>
|
|
250
262
|
</td>
|
|
263
|
+
<td style="text-align: center;">
|
|
264
|
+
<nobr>{{row.f_type_table}}</nobr>
|
|
265
|
+
</td>
|
|
251
266
|
<td style="text-align: center;">
|
|
252
267
|
<nobr>{{row.f_operate_date}}</nobr>
|
|
253
268
|
</td>
|
|
@@ -418,6 +433,8 @@
|
|
|
418
433
|
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
419
434
|
}
|
|
420
435
|
|
|
436
|
+
console.log("==========================",this.model.f_type)
|
|
437
|
+
console.log("==========================",this.$refs.paged.$refs.cri.model.f_type.includes('换表补气'))
|
|
421
438
|
this.search()
|
|
422
439
|
},
|
|
423
440
|
search(){
|
|
@@ -545,6 +562,7 @@
|
|
|
545
562
|
},
|
|
546
563
|
watch: {
|
|
547
564
|
'all'(val) {
|
|
565
|
+
console.log("==========================",this.$refs.paged.$refs.criteria.model.f_type)
|
|
548
566
|
if (val) {
|
|
549
567
|
this.modelval = this.bodyData
|
|
550
568
|
} else {
|
|
@@ -571,6 +589,9 @@
|
|
|
571
589
|
}
|
|
572
590
|
},
|
|
573
591
|
computed: {
|
|
592
|
+
isChangeTableAndFillGas() {
|
|
593
|
+
return this.$refs.paged.$refs.cri.model.f_type.includes('换表补气')
|
|
594
|
+
},
|
|
574
595
|
getCondition() {
|
|
575
596
|
return {
|
|
576
597
|
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
|
|
@@ -585,6 +606,9 @@
|
|
|
585
606
|
chargeState() {
|
|
586
607
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('补气状态')]
|
|
587
608
|
},
|
|
609
|
+
changeTypes() {
|
|
610
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('换表类型')]
|
|
611
|
+
},
|
|
588
612
|
usertypes() {
|
|
589
613
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
590
614
|
}
|
|
@@ -357,6 +357,9 @@
|
|
|
357
357
|
<th>
|
|
358
358
|
<nobr>表号</nobr>
|
|
359
359
|
</th>
|
|
360
|
+
<th>
|
|
361
|
+
<nobr>表封号</nobr>
|
|
362
|
+
</th>
|
|
360
363
|
<th>
|
|
361
364
|
<nobr>小区</nobr>
|
|
362
365
|
</th>
|
|
@@ -401,6 +404,12 @@
|
|
|
401
404
|
<th>
|
|
402
405
|
<nobr>缴费编号</nobr>
|
|
403
406
|
</th>
|
|
407
|
+
<th>
|
|
408
|
+
<nobr>挂表人</nobr>
|
|
409
|
+
</th>
|
|
410
|
+
<th>
|
|
411
|
+
<nobr>通气人</nobr>
|
|
412
|
+
</th>
|
|
404
413
|
<th>
|
|
405
414
|
<nobr>通气状态</nobr>
|
|
406
415
|
</th>
|
|
@@ -458,6 +467,9 @@
|
|
|
458
467
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
459
468
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
460
469
|
</td>
|
|
470
|
+
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
471
|
+
<nobr>{{row.f_metertitles}}</nobr>
|
|
472
|
+
</td>
|
|
461
473
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
462
474
|
<nobr>{{row.f_residential_area}}</nobr>
|
|
463
475
|
</td>
|
|
@@ -500,6 +512,12 @@
|
|
|
500
512
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
501
513
|
<nobr><span v-if="row.f_cost_type =='银行代扣'">{{row.f_bank_pay_number}}</span></nobr>
|
|
502
514
|
</td>
|
|
515
|
+
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
516
|
+
<nobr>{{row.f_gas_person}}</nobr>
|
|
517
|
+
</td>
|
|
518
|
+
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
519
|
+
<nobr>{{row.f_install_person}}</nobr>
|
|
520
|
+
</td>
|
|
503
521
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
504
522
|
<nobr>{{row.f_address_state}}</nobr>
|
|
505
523
|
</td>
|
|
@@ -26,7 +26,11 @@ 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_meternumber': '表号',
|
|
31
|
+
'f_metertitles': '表封号',
|
|
32
|
+
'f_gas_person': '通气人',
|
|
33
|
+
'f_install_person': '挂表人'
|
|
30
34
|
},
|
|
31
35
|
|
|
32
36
|
// 垃圾费查询
|