manage-client 3.3.62 → 3.3.64
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 +1 -1
- package/src/components/sale/filesquery/MeterQuery.vue +5 -0
- package/src/components/webmeter/DrillData/GetNoMetereadData.vue +1 -1
- package/src/components/webmeter/DrillData/LostContactAnalysis.vue +1 -1
- package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +1 -1
- package/src/components/webmeter/DrillData/UserGasAll.vue +1 -1
- package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +1 -1
- package/src/components/webmeter/dataCollection/DataCollection.vue +1 -1
- package/src/components/webmeter/gasAnalysis/NewWebmeterSettlementAnalysis.vue +1 -1
- package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +1 -1
- package/src/components/webmeter/gasStatistics/GasStatistics.vue +1 -1
- package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +1 -1
- package/src/components/webmeter/handplan/NewWebMeterHandPlan.vue +1 -1
- package/src/components/webmeter/instruction/NewQueryInstruct.vue +1 -1
- package/src/components/webmeter/newwebmeter/ArrearageQuery.vue +1 -1
- package/src/components/webmeter/newwebmeter/NewException/NewMeterException.vue +1 -1
- package/src/components/webmeter/newwebmeter/NewException/TotalExceptionByMeter.vue +1 -1
- package/src/components/webmeter/newwebmeter/PriceInstructDetail.vue +1 -1
- package/src/components/webmeter/newwebmeter/PriceInstructList.vue +1 -1
- package/src/components/webmeter/newwebmeter/UserGasList.vue +1 -1
- package/src/components/webmeter/newwebmeter/UserInstructList.vue +1 -1
- package/src/components/webmeter/newwebmeter/signAnalysisListMain.vue +1 -1
- package/src/components/webmeter/recharge/RechargeList.vue +1 -1
- package/src/components/webmeter/report/ReportList.vue +1 -1
- package/src/components/webmeter/reportdata/ReportDataQuery.vue +1 -1
- package/src/filiale/WEINAN/BusinessManage.vue +1 -1
- package/src/filiale/WEINAN/CancellationQuery.vue +3 -10
- package/src/filiale/WEINAN/ChangeMeterQuery.vue +56 -0
- package/src/filiale/WEINAN/ChargeQuery.vue +3 -5
- package/src/filiale/WEINAN/DeviceQuery.vue +3 -10
- package/src/filiale/WEINAN/DisableQuery.vue +3 -10
- package/src/filiale/WEINAN/EnableQuery.vue +3 -10
- package/src/filiale/WEINAN/FillGasQuery.vue +3 -10
- package/src/filiale/WEINAN/InspectListUser.vue +0 -35
- package/src/filiale/WEINAN/MergeFileQuery.vue +3 -10
- package/src/filiale/WEINAN/MeterQuery.vue +3 -5
- package/src/filiale/WEINAN/NewAccountQuery.vue +3 -5
- package/src/filiale/WEINAN/OtherChargeQuery.vue +3 -5
- package/src/filiale/WEINAN/RecordInfoQuery.vue +3 -5
- package/src/filiale/WEINAN/UserGasAll.vue +3 -10
- package/src/filiale/WEINAN/UserGasList.vue +3 -5
- package/src/filiale/WEINAN/UserLostContactAnalysis.vue +3 -10
- package/src/filiale/WEINAN/UserQuery.vue +3 -10
- package/src/filiale/WEINAN/businessquery/FillCardQuery.vue +3 -10
- package/src/filiale/WEINAN/businessquery/HandplanQuery.vue +3 -5
- package/src/filiale/WEINAN/businessquery/MoveMeterQuery.vue +3 -10
- package/src/filiale/WEINAN/businessquery/ReverseQuery.vue +3 -10
- package/src/filiale/WEINAN/businessquery/TransferQuery.vue +3 -10
- package/src/filiale/WEINAN/businessquery/UserInsured.vue +3 -10
- package/src/filiale/WEINAN/filesquery/ChangeUserQuery.vue +3 -10
- package/src/filiale/WEINAN/filesquery/FmyGasDeviceQuery.vue +2 -2
- package/src/filiale/WEINAN/filesquery/GasDeviceQuery.vue +2 -2
- package/src/filiale/WEINAN/filesquery/PriceChangeQuery.vue +3 -10
- package/src/filiale/WEINAN/filesquery/UserDeviceQuery.vue +3 -10
- package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +3 -10
- package/src/filiale/WEINAN/webmeter/LostContactAnalysisList.vue +3 -5
- package/src/filiale/WEINAN/webmeter/NewQueryInstruct.vue +3 -10
- package/src/filiale/WEINAN/webmeter/ReportList.vue +3 -5
- package/src/filiale/WEINAN/webmeter/TotalExceptionByMeter.vue +3 -5
- package/src/filiale/WEINAN/webmeter/UserInstructList.vue +3 -5
- package/src/filiale/kelai/ChargeQuery.vue +1 -1
- package/src/filiale/kelai/GasStatistics.vue +1 -1
- package/src/filiale/kelai/NewAccountQuery.vue +1 -1
- package/src/filiale/kelai/UserQuery.vue +1 -1
- package/src/filiale/ningjin/ManageSellType.vue +1 -1
- package/src/filiale/shiquan/ManageSellType.vue +18 -7
- package/src/filiale/zhongyi/ManageSellType.vue +1 -1
package/package.json
CHANGED
|
@@ -213,6 +213,11 @@
|
|
|
213
213
|
condition="f_networkvalve='{}'">
|
|
214
214
|
</v-select>
|
|
215
215
|
</div>
|
|
216
|
+
<div class="col-sm-2 form-group">
|
|
217
|
+
<label class="font_normal_body">通 气 人 </label>
|
|
218
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_gas_person"
|
|
219
|
+
condition="f_gas_person like '%{}%' " placeholder="通气人">
|
|
220
|
+
</div>
|
|
216
221
|
</div>
|
|
217
222
|
</div>
|
|
218
223
|
</criteria>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
18
18
|
v-model="model.f_user_name" placeholder='客户名称'
|
|
19
|
-
condition="f_user_name
|
|
19
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
20
20
|
>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="col-sm-2 form-group">
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<div class="col-sm-2">
|
|
33
33
|
<label class="font_normal_body">客户名称</label>
|
|
34
34
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_name" placeholder='客户名称'
|
|
35
|
-
condition="f_user_name
|
|
35
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
36
36
|
>
|
|
37
37
|
</div>
|
|
38
38
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<label class="font_normal_body">客户名称</label>
|
|
23
23
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
24
24
|
v-model="model.f_user_name" placeholder='客户名称'
|
|
25
|
-
condition="f_user_name
|
|
25
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
26
26
|
>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="col-sm-2 form-group">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-sm-2 form-group">
|
|
17
17
|
<label class="font_normal_body">客户名称</label>
|
|
18
|
-
<input style="width:60%" class="input_search" condition="f_user_name
|
|
18
|
+
<input style="width:60%" class="input_search" condition="f_user_name like '%{}%'" placeholder='客户名称' type="text"
|
|
19
19
|
v-el:username v-model="model.f_username" v-next-el='userid'>
|
|
20
20
|
</div>
|
|
21
21
|
<div class="col-sm-2 form-group">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<label class="font_normal_body">客户名称</label>
|
|
23
23
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
24
24
|
v-model="model.f_user_name" placeholder='客户名称'
|
|
25
|
-
condition="f_user_name
|
|
25
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
26
26
|
>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="col-sm-2 form-group">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</div>
|
|
24
24
|
<div class="col-sm-2">
|
|
25
25
|
<label class="font_normal_body">客户名称</label>
|
|
26
|
-
<input class="form-control" condition="f_user_name
|
|
26
|
+
<input class="form-control" condition="f_user_name like '%{}%'" placeholder='客户名称'
|
|
27
27
|
type="text"
|
|
28
28
|
v-model="model.f_user_name">
|
|
29
29
|
</div>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
18
18
|
v-model="model.f_user_name" placeholder='客户名称'
|
|
19
|
-
condition="f_user_name
|
|
19
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
20
20
|
>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="col-sm-2 form-group">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
18
18
|
v-model="model.f_user_name" placeholder='客户名称'
|
|
19
|
-
condition="f_user_name
|
|
19
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
20
20
|
>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="col-sm-2 form-group">
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<div class="col-sm-2">
|
|
25
25
|
<label class="font_normal_body">客户名称</label>
|
|
26
26
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
27
|
-
condition="ss.f_user_name
|
|
27
|
+
condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="col-sm-2">
|
|
30
30
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<div class="col-sm-2">
|
|
25
25
|
<label class="font_normal_body">客户名称</label>
|
|
26
26
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
27
|
-
condition="ss.f_user_name
|
|
27
|
+
condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="col-sm-2">
|
|
30
30
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
</div>
|
|
23
23
|
<div class="col-sm-2 form-group">
|
|
24
24
|
<label class="font_normal_body">客户名称</label>
|
|
25
|
-
<input style="width:60%" class="input_search" condition="mr.f_user_name
|
|
25
|
+
<input style="width:60%" class="input_search" condition="mr.f_user_name like '%{}%'" placeholder='客户名称'
|
|
26
26
|
type="text"
|
|
27
27
|
v-model="model.f_user_name">
|
|
28
28
|
</div>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<div class="col-sm-2 form-group">
|
|
22
22
|
<label class="font_normal_body">客户名称</label>
|
|
23
23
|
<input
|
|
24
|
-
class="input_search" condition="f_user_name
|
|
24
|
+
class="input_search" condition="f_user_name like '%{}%'"
|
|
25
25
|
placeholder='客户名称'
|
|
26
26
|
style="width:60%"
|
|
27
27
|
type="text"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<div class="col-sm-2">
|
|
31
31
|
<label class="font_normal_body">客户名称</label>
|
|
32
32
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
33
|
-
condition="s.f_user_name
|
|
33
|
+
condition="s.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
36
|
<div class="span" style="float:right;margin-top:10px">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div class="col-sm-2 form-group">
|
|
20
20
|
<label class="control-label">客户名称</label>
|
|
21
21
|
<input type="text" class="form-control" v-model="model.f_user_name" placeholder='客户名称'
|
|
22
|
-
condition="f_user_name
|
|
22
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
23
23
|
>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="col-sm-2 form-group">
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</div>
|
|
18
18
|
<div class="col-sm-2 form-group">
|
|
19
19
|
<label class="font_normal_body">客户名称</label>
|
|
20
|
-
<input style="width:60%" class="input_search" condition="info.f_user_name
|
|
20
|
+
<input style="width:60%" class="input_search" condition="info.f_user_name like '%{}%'"
|
|
21
21
|
placeholder='客户名称' type="text"
|
|
22
22
|
v-el:username v-model="model.f_username" v-next-el='userid'>
|
|
23
23
|
</div>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</div>
|
|
18
18
|
<div class="col-sm-2 form-group">
|
|
19
19
|
<label class="font_normal_body">客户名称</label>
|
|
20
|
-
<input style="width:60%" class="input_search" condition="info.f_user_name
|
|
20
|
+
<input style="width:60%" class="input_search" condition="info.f_user_name like '%{}%'"
|
|
21
21
|
placeholder='客户名称' type="text"
|
|
22
22
|
v-el:username v-model="model.f_username" v-next-el='userid'>
|
|
23
23
|
</div>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<label class="font_normal_body">客户名称</label>
|
|
18
18
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
19
19
|
v-model="model.f_username" placeholder='客户名称'
|
|
20
|
-
condition="u.f_user_name
|
|
20
|
+
condition="u.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="col-sm-2 form-group">
|
|
23
23
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
<div class="col-sm-2 form-group">
|
|
18
18
|
<label class="font_normal_body">客户名称</label>
|
|
19
|
-
<input style="width:60%" class="input_search" condition="u.f_user_name
|
|
19
|
+
<input style="width:60%" class="input_search" condition="u.f_user_name like '%{}%'" placeholder='客户名称' type="text"
|
|
20
20
|
v-el:username v-model="model.f_username" v-next-el='userid'>
|
|
21
21
|
</div>
|
|
22
22
|
<div class="col-sm-2 form-group">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<div class="col-sm-2">
|
|
28
28
|
<label class="font_normal_body">客户名称</label>
|
|
29
29
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
30
|
-
condition="u.f_user_name
|
|
30
|
+
condition="u.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
31
31
|
</div>
|
|
32
32
|
<div class="span" style="float:right;">
|
|
33
33
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="col-sm-2">
|
|
39
39
|
<label class="font_normal_body">客户名称</label>
|
|
40
40
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
41
|
-
condition="s.f_user_name
|
|
41
|
+
condition="s.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div class="span" style="float:right;margin-top:10px">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="col-sm-2">
|
|
39
39
|
<label class="font_normal_body">客户名称</label>
|
|
40
40
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
41
|
-
condition="ui.f_user_name
|
|
41
|
+
condition="ui.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div class="span" style="float:right;margin-top:10px">
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<div class="col-sm-2 form-group">
|
|
15
15
|
<label class="font_normal_body">客户名称</label>
|
|
16
16
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
17
|
-
condition=" f_user_name
|
|
17
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'>
|
|
18
18
|
</div>
|
|
19
19
|
<!-- <div class="col-sm-2">-->
|
|
20
20
|
<!-- <label class="font_normal_body">组织机构</label>-->
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<user-insured v-if="show.includes('用户参保查询')" @deal-msg="dealMsg" :data="data"></user-insured>
|
|
71
71
|
</tabs>
|
|
72
72
|
<tabs header="开户查询" v-if="permission('开户查询')">
|
|
73
|
-
<new-account-query v-if="show
|
|
73
|
+
<new-account-query v-if="show.includes('开户查询')" @deal-msg="dealMsg"></new-account-query>
|
|
74
74
|
</tabs>
|
|
75
75
|
<!-- <tabs header="资源操作记录查询" v-if="permission('资源操作记录查询')">-->
|
|
76
76
|
<!-- <resource-operating-query v-if="show == '资源操作记录查询'" @deal-msg="dealMsg" :data="data"></resource-operating-query>-->
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
<label class="font_normal_body">用户类型</label>
|
|
114
114
|
<v-select :value.sync="model.f_user_type"
|
|
115
115
|
v-model="model.f_user_type"
|
|
116
|
-
@change="$parent.$parent.userTypeChange()"
|
|
117
116
|
:options='$parent.$parent.userTypes' placeholder='请选择'
|
|
118
117
|
condition="f_user_type = '{}'"
|
|
119
118
|
close-on-select></v-select>
|
|
@@ -411,7 +410,6 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
411
410
|
dep:[],
|
|
412
411
|
user:[],
|
|
413
412
|
},
|
|
414
|
-
userusetypes: [],
|
|
415
413
|
useinstitutions: [],
|
|
416
414
|
userusenatures: [],
|
|
417
415
|
//合计数据
|
|
@@ -445,14 +443,6 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
445
443
|
this.useinstitutions = this.$appdata.getParam(str)
|
|
446
444
|
}
|
|
447
445
|
},
|
|
448
|
-
userTypeChange () {
|
|
449
|
-
this.userusetypes = []
|
|
450
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
451
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
452
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
453
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
446
|
initParams() {
|
|
457
447
|
// 初始化气表品牌
|
|
458
448
|
let brandArr = []
|
|
@@ -686,6 +676,9 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
686
676
|
},
|
|
687
677
|
},
|
|
688
678
|
computed: {
|
|
679
|
+
userusetypes () {
|
|
680
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
681
|
+
},
|
|
689
682
|
userTypes() {
|
|
690
683
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
691
684
|
},
|
|
@@ -164,6 +164,41 @@
|
|
|
164
164
|
close-on-select clear-button>
|
|
165
165
|
</v-select>
|
|
166
166
|
</div>
|
|
167
|
+
<div class="col-sm-2 form-group">
|
|
168
|
+
<label for="f_user_usetype" class="font_normal_body ">用气类型</label>
|
|
169
|
+
<v-select :value.sync="model.f_user_usetype" :search="false"
|
|
170
|
+
@change="$parent.$parent.userUseTypeChange()"
|
|
171
|
+
v-model="model.f_user_usetype"
|
|
172
|
+
:options='$parent.$parent.userusetypes'
|
|
173
|
+
condition="f_user_usetype = '{}'"
|
|
174
|
+
placeholder='用气类型'
|
|
175
|
+
value-single="true"
|
|
176
|
+
close-on-select>
|
|
177
|
+
</v-select>
|
|
178
|
+
</div>
|
|
179
|
+
<div class="col-sm-2 form-group">
|
|
180
|
+
<label for="f_use_institution" class="font_normal_body">用气机构</label>
|
|
181
|
+
<v-select :value.sync="model.f_use_institution" :search="false"
|
|
182
|
+
@change="$parent.$parent.userUseInstitutionChange()"
|
|
183
|
+
v-model="model.f_use_institution"
|
|
184
|
+
:options='$parent.$parent.useinstitutions'
|
|
185
|
+
condition="f_use_institution = '{}'"
|
|
186
|
+
placeholder='用气机构'
|
|
187
|
+
value-single="true"
|
|
188
|
+
close-on-select>
|
|
189
|
+
</v-select>
|
|
190
|
+
</div>
|
|
191
|
+
<div class="col-sm-2 form-group">
|
|
192
|
+
<label for="f_user_usenature" class="font_normal_body ">使用性质</label>
|
|
193
|
+
<v-select :value.sync="model.f_user_usenature" :search="false"
|
|
194
|
+
v-model="model.f_user_usenature"
|
|
195
|
+
:options='$parent.$parent.userusenatures'
|
|
196
|
+
condition="f_user_usenature = '{}'"
|
|
197
|
+
placeholder='使用性质'
|
|
198
|
+
value-single="true"
|
|
199
|
+
close-on-select>
|
|
200
|
+
</v-select>
|
|
201
|
+
</div>
|
|
167
202
|
</div>
|
|
168
203
|
</div>
|
|
169
204
|
</criteria>
|
|
@@ -419,6 +454,8 @@
|
|
|
419
454
|
|
|
420
455
|
//合计数据
|
|
421
456
|
sumsmodel: {},
|
|
457
|
+
useinstitutions: [],
|
|
458
|
+
userusenatures: [],
|
|
422
459
|
changemeter_fee:[
|
|
423
460
|
{label: '全部', value: ''},
|
|
424
461
|
{label: '销售', value: '> 0'},
|
|
@@ -438,6 +475,22 @@
|
|
|
438
475
|
readySomething(this)
|
|
439
476
|
},
|
|
440
477
|
methods: {
|
|
478
|
+
userUseInstitutionChange () {
|
|
479
|
+
this.userusenatures = []
|
|
480
|
+
this.$refs.paged.$refs.cri.model.f_user_usenature = ''
|
|
481
|
+
if (this.$refs.paged.$refs.cri.model.f_use_institution) {
|
|
482
|
+
let str = this.$refs.paged.$refs.cri.model.f_use_institution + '使用性质'
|
|
483
|
+
this.userusenatures = this.$appdata.getParam(str)
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
userUseTypeChange () {
|
|
487
|
+
this.useinstitutions = []
|
|
488
|
+
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
489
|
+
if (this.$refs.paged.$refs.cri.model.f_user_usetype) {
|
|
490
|
+
let str = this.$refs.paged.$refs.cri.model.f_user_usetype + '机构'
|
|
491
|
+
this.useinstitutions = this.$appdata.getParam(str)
|
|
492
|
+
}
|
|
493
|
+
},
|
|
441
494
|
view(row){
|
|
442
495
|
this.showupload = true
|
|
443
496
|
this.selected= row
|
|
@@ -574,6 +627,9 @@
|
|
|
574
627
|
}
|
|
575
628
|
},
|
|
576
629
|
computed: {
|
|
630
|
+
userusetypes () {
|
|
631
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
632
|
+
},
|
|
577
633
|
// getstart(){
|
|
578
634
|
// return `开始时间:${this.$refs.paged.$refs.cri.model.startDate} 结束时间:${this.$refs.paged.$refs.cri.model.endDate}`
|
|
579
635
|
// },
|
|
@@ -543,7 +543,6 @@
|
|
|
543
543
|
{label: '未优惠', value: '= 0'}
|
|
544
544
|
],
|
|
545
545
|
showupload:false,
|
|
546
|
-
userusetypes: [],
|
|
547
546
|
useinstitutions: [],
|
|
548
547
|
userusenatures: [],
|
|
549
548
|
selected:{},
|
|
@@ -650,13 +649,9 @@
|
|
|
650
649
|
},
|
|
651
650
|
userTypeChange () {
|
|
652
651
|
this.gasproperties=[]
|
|
653
|
-
this.userusetypes = []
|
|
654
652
|
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
655
653
|
this.$refs.paged.$refs.cri.model.f_gasproperties=''
|
|
656
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
657
654
|
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
658
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
659
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
660
655
|
}
|
|
661
656
|
else{
|
|
662
657
|
this.gasproperties =[{label: '全部', value: ''}]
|
|
@@ -814,6 +809,9 @@
|
|
|
814
809
|
orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_userinfo_code'`
|
|
815
810
|
}
|
|
816
811
|
},
|
|
812
|
+
userusetypes () {
|
|
813
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
814
|
+
},
|
|
817
815
|
getfield() {
|
|
818
816
|
return exportConfig.chargeConfig
|
|
819
817
|
},
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
<label class="font_normal_body">客户类型</label>
|
|
64
64
|
<v-select :value.sync="model.f_user_type"
|
|
65
65
|
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
66
|
-
@change="$parent.$parent.userTypeChange()"
|
|
67
66
|
condition="f_user_type = '{}'"
|
|
68
67
|
close-on-select></v-select>
|
|
69
68
|
</div>
|
|
@@ -436,7 +435,6 @@
|
|
|
436
435
|
org:[this.$login.f.orgid],
|
|
437
436
|
slice_area: []
|
|
438
437
|
},
|
|
439
|
-
userusetypes: [],
|
|
440
438
|
useinstitutions: [],
|
|
441
439
|
userusenatures: [],
|
|
442
440
|
// 合计数据
|
|
@@ -467,14 +465,6 @@
|
|
|
467
465
|
this.useinstitutions = this.$appdata.getParam(str)
|
|
468
466
|
}
|
|
469
467
|
},
|
|
470
|
-
userTypeChange () {
|
|
471
|
-
this.userusetypes = []
|
|
472
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
473
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
474
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
475
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
468
|
async getinputtores () {
|
|
479
469
|
// 获取抄表员
|
|
480
470
|
let rs = []
|
|
@@ -614,6 +604,9 @@
|
|
|
614
604
|
},
|
|
615
605
|
},
|
|
616
606
|
computed:{
|
|
607
|
+
userusetypes () {
|
|
608
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
609
|
+
},
|
|
617
610
|
authArr () {
|
|
618
611
|
return this.$login.r ? this.$login.r : []
|
|
619
612
|
},
|
|
@@ -137,7 +137,6 @@
|
|
|
137
137
|
<label class="font_normal_body">用户类型</label>
|
|
138
138
|
<v-select :value.sync="model.f_user_type"
|
|
139
139
|
v-model="model.f_user_type"
|
|
140
|
-
@change="$parent.$parent.userTypeChange()"
|
|
141
140
|
:options='$parent.$parent.userTypes' placeholder='请选择'
|
|
142
141
|
condition="f_user_type = '{}'"
|
|
143
142
|
close-on-select></v-select>
|
|
@@ -380,7 +379,6 @@
|
|
|
380
379
|
//默认打印列
|
|
381
380
|
defaultfield: [],
|
|
382
381
|
tfoot: '',
|
|
383
|
-
userusetypes: [],
|
|
384
382
|
useinstitutions: [],
|
|
385
383
|
userusenatures: [],
|
|
386
384
|
initres: {
|
|
@@ -419,14 +417,6 @@
|
|
|
419
417
|
this.useinstitutions = this.$appdata.getParam(str)
|
|
420
418
|
}
|
|
421
419
|
},
|
|
422
|
-
userTypeChange () {
|
|
423
|
-
this.userusetypes = []
|
|
424
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
425
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
426
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
427
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
420
|
view(row){
|
|
431
421
|
this.showupload = true
|
|
432
422
|
this.selected= row
|
|
@@ -577,6 +567,9 @@
|
|
|
577
567
|
},
|
|
578
568
|
},
|
|
579
569
|
computed: {
|
|
570
|
+
userusetypes () {
|
|
571
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
572
|
+
},
|
|
580
573
|
userTypes() {
|
|
581
574
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
582
575
|
},
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
<label class="font_normal_body">用户类型</label>
|
|
112
112
|
<v-select :value.sync="model.f_user_type"
|
|
113
113
|
v-model="model.f_user_type"
|
|
114
|
-
@change="$parent.$parent.userTypeChange()"
|
|
115
114
|
:options='$parent.$parent.userTypes' placeholder='请选择'
|
|
116
115
|
condition="f_user_type = '{}'"
|
|
117
116
|
close-on-select></v-select>
|
|
@@ -336,7 +335,6 @@
|
|
|
336
335
|
tfoot: '',
|
|
337
336
|
//合计数据
|
|
338
337
|
sumsmodel: {},
|
|
339
|
-
userusetypes: [],
|
|
340
338
|
useinstitutions: [],
|
|
341
339
|
userusenatures: [],
|
|
342
340
|
operattype:[{label: '全部', value: ''},{label: '启用', value: '启用'},{label: '复拆表', value: '复拆表'},{label: '销户启用', value: '销户启用'}],
|
|
@@ -367,14 +365,6 @@
|
|
|
367
365
|
this.useinstitutions = this.$appdata.getParam(str)
|
|
368
366
|
}
|
|
369
367
|
},
|
|
370
|
-
userTypeChange () {
|
|
371
|
-
this.userusetypes = []
|
|
372
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
373
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
374
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
375
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
368
|
view(row){
|
|
379
369
|
this.showupload = true
|
|
380
370
|
this.selected= row
|
|
@@ -513,6 +503,9 @@
|
|
|
513
503
|
}
|
|
514
504
|
},
|
|
515
505
|
computed: {
|
|
506
|
+
userusetypes () {
|
|
507
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
508
|
+
},
|
|
516
509
|
userTypes() {
|
|
517
510
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
518
511
|
},
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
<label class="font_normal_body">用户类型</label>
|
|
104
104
|
<v-select :value.sync="model.f_user_type"
|
|
105
105
|
v-model="model.f_user_type"
|
|
106
|
-
@change="$parent.$parent.userTypeChange()"
|
|
107
106
|
:options='$parent.$parent.userTypes' placeholder='请选择'
|
|
108
107
|
condition="f_user_type = '{}'"
|
|
109
108
|
close-on-select></v-select>
|
|
@@ -328,7 +327,6 @@
|
|
|
328
327
|
user:[],
|
|
329
328
|
},
|
|
330
329
|
showupload:false,
|
|
331
|
-
userusetypes: [],
|
|
332
330
|
useinstitutions: [],
|
|
333
331
|
userusenatures: [],
|
|
334
332
|
selected:{},
|
|
@@ -361,14 +359,6 @@
|
|
|
361
359
|
this.useinstitutions = this.$appdata.getParam(str)
|
|
362
360
|
}
|
|
363
361
|
},
|
|
364
|
-
userTypeChange () {
|
|
365
|
-
this.userusetypes = []
|
|
366
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
367
|
-
this.$refs.paged.$refs.cri.model.f_use_institution = ''
|
|
368
|
-
let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
|
|
369
|
-
this.userusetypes = this.$appdata.getParam(str)
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
362
|
view(row){
|
|
373
363
|
this.showupload = true
|
|
374
364
|
this.selected= row
|
|
@@ -512,6 +502,9 @@
|
|
|
512
502
|
}
|
|
513
503
|
},
|
|
514
504
|
computed: {
|
|
505
|
+
userusetypes () {
|
|
506
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气类型')]
|
|
507
|
+
},
|
|
515
508
|
getCondition() {
|
|
516
509
|
return {
|
|
517
510
|
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
|
|
@@ -179,41 +179,6 @@
|
|
|
179
179
|
condition="f_user_state = '{}'"
|
|
180
180
|
close-on-select></v-select>
|
|
181
181
|
</div>
|
|
182
|
-
<div class="col-sm-2 form-group">
|
|
183
|
-
<label for="f_user_usetype" class="font_normal_body ">用气类型</label>
|
|
184
|
-
<v-select :value.sync="model.f_user_usetype" :search="false"
|
|
185
|
-
@change="$parent.$parent.userUseTypeChange()"
|
|
186
|
-
v-model="model.f_user_usetype"
|
|
187
|
-
:options='$parent.$parent.userusetypes'
|
|
188
|
-
condition="f_user_usetype = '{}'"
|
|
189
|
-
placeholder='用气类型'
|
|
190
|
-
value-single="true"
|
|
191
|
-
close-on-select>
|
|
192
|
-
</v-select>
|
|
193
|
-
</div>
|
|
194
|
-
<div class="col-sm-2 form-group">
|
|
195
|
-
<label for="f_use_institution" class="font_normal_body">用气机构</label>
|
|
196
|
-
<v-select :value.sync="model.f_use_institution" :search="false"
|
|
197
|
-
@change="$parent.$parent.userUseInstitutionChange()"
|
|
198
|
-
v-model="model.f_use_institution"
|
|
199
|
-
:options='$parent.$parent.useinstitutions'
|
|
200
|
-
condition="f_use_institution = '{}'"
|
|
201
|
-
placeholder='用气机构'
|
|
202
|
-
value-single="true"
|
|
203
|
-
close-on-select>
|
|
204
|
-
</v-select>
|
|
205
|
-
</div>
|
|
206
|
-
<div class="col-sm-2 form-group">
|
|
207
|
-
<label for="f_user_usenature" class="font_normal_body ">使用性质</label>
|
|
208
|
-
<v-select :value.sync="model.f_user_usenature" :search="false"
|
|
209
|
-
v-model="model.f_user_usenature"
|
|
210
|
-
:options='$parent.$parent.userusenatures'
|
|
211
|
-
condition="f_user_usenature = '{}'"
|
|
212
|
-
placeholder='使用性质'
|
|
213
|
-
value-single="true"
|
|
214
|
-
close-on-select>
|
|
215
|
-
</v-select>
|
|
216
|
-
</div>
|
|
217
182
|
|
|
218
183
|
</div>
|
|
219
184
|
|