sale-client 3.4.75 → 3.4.76
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/.gradle/{6.1.1 → 5.5}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/fileChanges/last-build.bin +0 -0
- package/.gradle/5.5/fileContent/fileContent.lock +0 -0
- package/.gradle/{6.1.1 → 5.5}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/gc.properties +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/build/dev-server.js +2 -2
- package/build/libs/SaleClient-3.1.1-11.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/package.json +1 -1
- package/src/components/chargeBatch/ChargeGroupList.vue +165 -151
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
- package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
- package/src/components/webMeter/meterinfo/NewMeterList.vue +9 -9
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +35 -12
- package/src/filiale/macheng/UserBaseInfoNew.vue +346 -346
- package/src/filiale/macheng/sale.js +42 -42
- package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
- package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
- package/src/filiale/tongchuan/sale.js +102 -97
- package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
- package/src/filiale/wuhai/TransferManage.vue +403 -0
- package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
- package/src/filiale/wuhai/sale.js +5 -1
- package/src/main.js +1 -1
- package/src/plugins/LogicService.js +477 -474
- package/src/sale.js +2 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/gc.properties +0 -0
|
@@ -1,270 +1,275 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
<div class="
|
|
4
|
-
<
|
|
5
|
-
<criteria :model='model'
|
|
6
|
-
<
|
|
7
|
-
<div class="
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main" :class="{'basic-main':!selectRow,'binary-left':selectRow}" style="height: 98%;">
|
|
4
|
+
<div class="span">
|
|
5
|
+
<criteria-paged :model='model' v-ref:paged>
|
|
6
|
+
<criteria :model='model' partial='criteria' v-ref:criteria @condition-changed='$parent.search'>
|
|
7
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
8
|
+
<div class="row">
|
|
9
|
+
<res-select-group :initres="$parent.$parent.initres" :show-component="['company','department','operator']" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
10
|
+
<div class="span" style="float:right">
|
|
11
|
+
<button class="button_search button_spacing" @click="search()" v-el:cba>查询</button>
|
|
12
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
|
|
13
|
+
<label class="font_normal_body" v-if="!$parent.$parent.excelTable">超过十万条限制导出</label>
|
|
14
|
+
<export-excel v-if="$parent.$parent.excelTable"
|
|
15
|
+
class="auto"
|
|
16
|
+
:data="{condition: $parent.$parent.condition}"
|
|
17
|
+
:field="$parent.$parent.getfield"
|
|
18
|
+
sqlurl="rs/logic/exportfile" sql-name="salegetOpertionList"
|
|
19
|
+
template-name='指令下发'
|
|
20
|
+
:choose-col="true"></export-excel>
|
|
21
|
+
<button class="button_search button_spacing" @click="$parent.$parent.showModal('开阀')">开阀</button>
|
|
22
|
+
<button class="button_search button_spacing" @click="$parent.$parent.showModal('关阀')">关阀</button>
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
<button class="button_search button_spacing" v-if="$parent.$parent.jurisdiction.includes('自动阀控')" v-show="$parent.$parent.famenShow1==='关闭'" @click="$parent.$parent.openzdkf('开启')">开启自动阀控 </button>
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
<button class="button_search button_spacing" v-if="$parent.$parent.jurisdiction.includes('自动阀控')" v-show="$parent.$parent.famenShow1==='开启'" @click="$parent.$parent.openzdkf('关闭')">关闭自动阀控 </button>
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
28
|
+
<!--<button class="button_search" style="width: max-content" @click="$parent.$parent.setRunParam">批量设置参数-->
|
|
29
|
+
<!--</button>-->
|
|
30
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
34
|
+
<div class="col-sm-2 ">
|
|
35
|
+
<label class="font_normal_body">表 钢 号 </label>
|
|
36
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
37
|
+
v-model="model.f_meternumber"
|
|
38
|
+
placeholder='表钢号'
|
|
39
|
+
condition="f_meternumber like '%{}%'"
|
|
40
|
+
>
|
|
41
|
+
</div>
|
|
42
|
+
<div class="col-sm-2 ">
|
|
43
|
+
<label class="font_normal_body">客户编号</label>
|
|
44
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search "
|
|
45
|
+
v-model="model.f_userinfo_code"
|
|
46
|
+
placeholder='客户号'
|
|
47
|
+
condition="f_userinfo_code like '%{}%'"
|
|
48
|
+
>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="col-sm-2 ">
|
|
51
|
+
<label class="font_normal_body">客户姓名</label>
|
|
52
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
53
|
+
v-model="model.f_user_name"
|
|
54
|
+
placeholder='客户姓名'
|
|
55
|
+
condition="f_user_name like '%{}%'"
|
|
56
|
+
>
|
|
57
|
+
</div>
|
|
57
58
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
59
|
+
<div class="col-sm-2 ">
|
|
60
|
+
<label class="font_normal_body">用气地址</label>
|
|
61
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search "
|
|
62
|
+
v-model="model.f_address"
|
|
63
|
+
placeholder='用气地址'
|
|
64
|
+
:size="model.f_address ? model.f_address.length : 6"
|
|
65
|
+
condition="f_address like '%{}%'"
|
|
66
|
+
>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-sm-2 ">
|
|
69
|
+
<label class="font_normal_body">小 区</label>
|
|
70
|
+
<v-select :value.sync="model.f_residential_area"
|
|
71
|
+
class="select_list select"
|
|
72
|
+
v-model="model.f_residential_area"
|
|
73
|
+
style="width: 60%"
|
|
74
|
+
multiple
|
|
75
|
+
condition="f_residential_area in {}"
|
|
76
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
77
|
+
close-on-select>
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
</v-select>
|
|
80
|
+
</div>
|
|
80
81
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
<div class="col-sm-2 ">
|
|
83
|
+
<label class="font_normal_body">客户类型</label>
|
|
84
|
+
<v-select style="width:60%"
|
|
85
|
+
placeholder='客户类型'
|
|
86
|
+
value-single="true"
|
|
87
|
+
:value.sync="model.f_user_type"
|
|
88
|
+
v-model="model.f_user_type"
|
|
88
89
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
<!-- <div class="col-sm-3 ">-->
|
|
124
|
-
<!-- <label class="font_normal_body" style="word-break:keep-all;">安装时间</label>-->
|
|
125
|
-
<!-- <datepicker style="width:60%"-->
|
|
126
|
-
<!-- placeholder="起始时间"-->
|
|
127
|
-
<!-- :value.sync="model.f_start_date"-->
|
|
128
|
-
<!-- v-model="model.f_start_date"-->
|
|
129
|
-
<!-- :format="'yyyy-MM-dd HH:mm:ss'"-->
|
|
130
|
-
<!-- condition="f_gas_date > '{}'"-->
|
|
131
|
-
<!-- ></datepicker>-->
|
|
132
|
-
<!-- </div>-->
|
|
133
|
-
<!-- <div class="col-sm-3 ">-->
|
|
134
|
-
<!-- <label class="font_normal_body" style="word-break:keep-all;"> 至 </label>-->
|
|
135
|
-
<!-- <datepicker placeholder="结束时间"-->
|
|
136
|
-
<!-- style="width:60%"-->
|
|
137
|
-
<!-- :value.sync="model.f_end_date"-->
|
|
138
|
-
<!-- v-model="model.f_end_date"-->
|
|
139
|
-
<!-- :format="'yyyy-MM-dd HH:mm:ss'"-->
|
|
140
|
-
<!-- condition="f_gas_date < '{}'"-->
|
|
141
|
-
<!-- ></datepicker>-->
|
|
142
|
-
<!-- </div>-->
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
<!-- @change="$parent.$parent.changeShow"-->
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
90
|
+
:options='$parent.$parent.userType'
|
|
91
|
+
close-on-select condition="f_user_type ='{}'">
|
|
92
|
+
</v-select>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="col-sm-2 ">
|
|
95
|
+
<label class="font_normal_body">用气性质</label>
|
|
96
|
+
<v-select style="width:60%"
|
|
97
|
+
placeholder='用气性质'
|
|
98
|
+
value-single="true"
|
|
99
|
+
:value.sync="model.f_gasproperties"
|
|
100
|
+
v-model="model.f_gasproperties"
|
|
101
|
+
:options='$parent.$parent.Gasproperties'
|
|
102
|
+
close-on-select condition="f_gasproperties ='{}'">
|
|
103
|
+
</v-select>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="col-sm-2 ">
|
|
106
|
+
<label class="font_normal_body">气表品牌</label>
|
|
107
|
+
<v-select style="width:60%"
|
|
108
|
+
placeholder='气表品牌'
|
|
109
|
+
:value.sync="model.f_meter_brand"
|
|
110
|
+
v-model="model.f_meter_brand"
|
|
111
|
+
:options='$parent.$parent.meterbrands'
|
|
112
|
+
close-on-select
|
|
113
|
+
>
|
|
114
|
+
</v-select>
|
|
115
|
+
</div>
|
|
116
|
+
<!--<div class="col-sm-3 ">
|
|
117
|
+
<label class="font_normal_body">指令状态</label>
|
|
118
|
+
<v-select style="width:60%" :value.sync="model.f_instruct_state" v-model="model.f_instruct_state"
|
|
119
|
+
placeholder='指令状态'
|
|
120
|
+
:options='$parent.$parent.instructState'
|
|
121
|
+
close-on-select
|
|
122
|
+
condition="f_instruct_state = '{}'"></v-select>
|
|
123
|
+
</div>-->
|
|
124
|
+
<!-- <div class="col-sm-3 ">-->
|
|
125
|
+
<!-- <label class="font_normal_body" style="word-break:keep-all;">安装时间</label>-->
|
|
126
|
+
<!-- <datepicker style="width:60%"-->
|
|
127
|
+
<!-- placeholder="起始时间"-->
|
|
128
|
+
<!-- :value.sync="model.f_start_date"-->
|
|
129
|
+
<!-- v-model="model.f_start_date"-->
|
|
130
|
+
<!-- :format="'yyyy-MM-dd HH:mm:ss'"-->
|
|
131
|
+
<!-- condition="f_gas_date > '{}'"-->
|
|
132
|
+
<!-- ></datepicker>-->
|
|
133
|
+
<!-- </div>-->
|
|
134
|
+
<!-- <div class="col-sm-3 ">-->
|
|
135
|
+
<!-- <label class="font_normal_body" style="word-break:keep-all;"> 至 </label>-->
|
|
136
|
+
<!-- <datepicker placeholder="结束时间"-->
|
|
137
|
+
<!-- style="width:60%"-->
|
|
138
|
+
<!-- :value.sync="model.f_end_date"-->
|
|
139
|
+
<!-- v-model="model.f_end_date"-->
|
|
140
|
+
<!-- :format="'yyyy-MM-dd HH:mm:ss'"-->
|
|
141
|
+
<!-- condition="f_gas_date < '{}'"-->
|
|
142
|
+
<!-- ></datepicker>-->
|
|
143
|
+
<!-- </div>-->
|
|
144
|
+
<div class="col-sm-2 ">
|
|
145
|
+
<label class="font_normal_body">阀门状态</label>
|
|
146
|
+
<!-- @change="$parent.$parent.changeShow"-->
|
|
147
|
+
<v-select style="width:60%" :value.sync="model.f_valvestate" v-model="model.f_valvestate"
|
|
148
|
+
placeholder='全部'
|
|
149
|
+
:options='$parent.$parent.valvestate'
|
|
150
|
+
close-on-select
|
|
151
|
+
condition="f_valvestate = '{}'"></v-select>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="col-sm-2 ">
|
|
154
|
+
<label class="font_normal_body">阀控状态</label>
|
|
155
|
+
<!-- @change="$parent.$parent.changeShow1"-->
|
|
156
|
+
<v-select style="width:60%" :value.sync="model.f_network_valve" v-model="model.f_network_valve"
|
|
157
|
+
placeholder='全部'
|
|
158
|
+
:options='$parent.$parent.f_network_valve'
|
|
159
|
+
close-on-select
|
|
160
|
+
condition="f_network_valve = '{}'"
|
|
161
|
+
></v-select>
|
|
162
|
+
</div>
|
|
151
163
|
</div>
|
|
152
|
-
<div class="col-sm-2 ">
|
|
153
|
-
<label class="font_normal_body">阀控状态</label>
|
|
154
|
-
<!-- @change="$parent.$parent.changeShow1"-->
|
|
155
|
-
<v-select style="width:60%" :value.sync="model.f_network_valve" v-model="model.f_network_valve"
|
|
156
|
-
placeholder='全部'
|
|
157
|
-
:options='$parent.$parent.f_network_valve'
|
|
158
|
-
close-on-select
|
|
159
|
-
condition="f_network_valve = '{}'"
|
|
160
|
-
></v-select>
|
|
161
|
-
</div>
|
|
162
164
|
</div>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
</th>-->
|
|
165
|
+
</criteria>
|
|
166
|
+
<data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
167
|
+
<template partial='head'>
|
|
168
|
+
<tr>
|
|
169
|
+
<th style="text-align:center">
|
|
170
|
+
<nobr>全选</nobr>
|
|
171
|
+
<input @keyup.enter="search" style="width:60%" type="checkbox" v-model='checked1' :checked="$parent.$parent.$parent.checked1"
|
|
172
|
+
@click="$parent.$parent.$parent.checkedALL()">
|
|
173
|
+
</th>
|
|
174
|
+
<th style="text-align:center">
|
|
175
|
+
<nobr>组织机构</nobr>
|
|
176
|
+
</th>
|
|
177
|
+
<th style="text-align:center">
|
|
178
|
+
<nobr>客户号</nobr>
|
|
179
|
+
</th>
|
|
180
|
+
<th style="text-align:center">
|
|
181
|
+
<nobr>客户类型</nobr>
|
|
182
|
+
</th>
|
|
183
|
+
<th style="text-align:center">
|
|
184
|
+
<nobr>用气性质</nobr>
|
|
185
|
+
</th>
|
|
186
|
+
<th style="text-align:center">
|
|
187
|
+
<nobr>客户姓名</nobr>
|
|
188
|
+
</th>
|
|
189
|
+
<th style="text-align:center">
|
|
190
|
+
<nobr>用气地址</nobr>
|
|
191
|
+
</th>
|
|
192
|
+
<th style="text-align:center">
|
|
193
|
+
<nobr>小区</nobr>
|
|
194
|
+
</th>
|
|
195
|
+
<th style="text-align:center">
|
|
196
|
+
<nobr>安装时间</nobr>
|
|
197
|
+
</th>
|
|
198
|
+
<th style="text-align:center;color:#3c763d">
|
|
199
|
+
<nobr>表钢号</nobr>
|
|
200
|
+
</th>
|
|
201
|
+
<th style="text-align:center">
|
|
202
|
+
<nobr>气表品牌</nobr>
|
|
203
|
+
</th>
|
|
204
|
+
<th style="text-align:center">
|
|
205
|
+
<nobr>表编号</nobr>
|
|
206
|
+
</th>
|
|
207
|
+
<th style="text-align:center">
|
|
208
|
+
<nobr>气表型号</nobr>
|
|
209
|
+
</th>
|
|
210
|
+
<th style="text-align:center">
|
|
211
|
+
<nobr>阀门状态</nobr>
|
|
212
|
+
</th>
|
|
213
|
+
<!--<th style="text-align:center">
|
|
214
|
+
<nobr>指令状态</nobr>
|
|
215
|
+
</th>-->
|
|
215
216
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
217
|
+
</tr>
|
|
218
|
+
</template>
|
|
219
|
+
<template partial='body' partial='list' v-ref:grid >
|
|
220
|
+
<tr>
|
|
221
|
+
<td style="text-align:center">
|
|
222
|
+
<input @keyup.enter="search" style="width:60%" type="checkbox" checked="checked" name="opertioninput"
|
|
223
|
+
@click="$parent.$parent.$parent.checked(row)"></td>
|
|
224
|
+
<td style="text-align:center">
|
|
225
|
+
<nobr>{{row.f_orgname}}</nobr>
|
|
226
|
+
</td>
|
|
227
|
+
<td style="text-align:center">
|
|
228
|
+
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
229
|
+
</td>
|
|
230
|
+
<td style="text-align:center">
|
|
231
|
+
<nobr>{{row.f_user_type}}</nobr>
|
|
232
|
+
</td>
|
|
233
|
+
<td style="text-align:center">
|
|
234
|
+
<nobr>{{row.f_gasproperties}}</nobr>
|
|
235
|
+
</td>
|
|
236
|
+
<td style="text-align:center">
|
|
237
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
238
|
+
</td>
|
|
239
|
+
<td>
|
|
240
|
+
<nobr>{{row.f_address}}</nobr>
|
|
241
|
+
</td>
|
|
242
|
+
<td>
|
|
243
|
+
<nobr>{{row.f_residential_area}}</nobr>
|
|
244
|
+
</td>
|
|
245
|
+
<td style="text-align:center">
|
|
246
|
+
<nobr>{{row.f_gas_date}}</nobr>
|
|
247
|
+
</td>
|
|
248
|
+
<td style="text-align:center">
|
|
249
|
+
<nobr>{{row.f_meternumber}}</nobr>
|
|
250
|
+
</td>
|
|
251
|
+
<td style="text-align:center">
|
|
252
|
+
<nobr>{{row.f_meter_brand}}</nobr>
|
|
253
|
+
</td>
|
|
254
|
+
<td style="text-align:center">{{row.f_userfiles_id}}</td>
|
|
255
|
+
<td style="text-align:center">
|
|
256
|
+
<nobr>{{row.f_meter_style}}</nobr>
|
|
257
|
+
</td>
|
|
258
|
+
<td style="text-align:center">
|
|
259
|
+
<nobr>{{row.f_valvestate}}</nobr>
|
|
260
|
+
</td>
|
|
261
|
+
<!--<td style="text-align:center">
|
|
262
|
+
<nobr>{{row.f_instruct_state}}</nobr>
|
|
263
|
+
</td>-->
|
|
264
|
+
</tr>
|
|
265
|
+
</template>
|
|
266
|
+
<template partial='foot'></template>
|
|
267
|
+
</data-grid>
|
|
268
|
+
</criteria-paged>
|
|
269
|
+
</div>
|
|
270
|
+
</div>
|
|
271
|
+
<div style="height: 98%;width: 40%" class="binary-right" v-if="selectRow">
|
|
272
|
+
<sale-web-meter-operate v-if="selectRow" :row="selectRow" @research = research()></sale-web-meter-operate>
|
|
268
273
|
</div>
|
|
269
274
|
</div>
|
|
270
275
|
<modal :show.sync="isShowUserException" >
|
|
@@ -303,22 +308,22 @@ import {HttpResetClass} from 'vue-client'
|
|
|
303
308
|
|
|
304
309
|
let fun = (json) => {
|
|
305
310
|
let array = []
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
311
|
+
array.push({label: '无', value: undefined})
|
|
312
|
+
for (let i = 0; i < json.length; i++) {
|
|
313
|
+
if (json[i] == null) {
|
|
314
|
+
continue
|
|
315
|
+
}
|
|
316
|
+
array.push({label: json[i], value: json[i]})
|
|
310
317
|
}
|
|
311
|
-
array.push({label: json[i], value: json[i]})
|
|
312
|
-
}
|
|
313
318
|
return array
|
|
314
319
|
}
|
|
315
|
-
let readyGen = async function (self) {
|
|
320
|
+
let readyGen = async function (self) {
|
|
316
321
|
await self.$LoadParams.loadParam()
|
|
317
|
-
self.initQueryParam()
|
|
318
|
-
self.getaddress()
|
|
322
|
+
self.initQueryParam()
|
|
323
|
+
self.getaddress()
|
|
319
324
|
}
|
|
320
325
|
export default {
|
|
321
|
-
title: '
|
|
326
|
+
title: '物联综合操作',
|
|
322
327
|
name: 'WebMeterBatchOperationValve',
|
|
323
328
|
data () {
|
|
324
329
|
return {
|
|
@@ -341,6 +346,7 @@ let readyGen = async function (self) {
|
|
|
341
346
|
WarningType: [
|
|
342
347
|
{label: '全部', value: ''}
|
|
343
348
|
],
|
|
349
|
+
selectRow: '',
|
|
344
350
|
initres: {
|
|
345
351
|
org: [this.$login.f.orgid],
|
|
346
352
|
dep: [],
|
|
@@ -387,17 +393,27 @@ let readyGen = async function (self) {
|
|
|
387
393
|
// 初始化气表品牌下拉框
|
|
388
394
|
readyGen(this)
|
|
389
395
|
},
|
|
396
|
+
events: {
|
|
397
|
+
'dblclick' (row) {
|
|
398
|
+
console.log('看看这个row', row)
|
|
399
|
+
this.selectRow = row
|
|
400
|
+
}
|
|
401
|
+
},
|
|
390
402
|
methods: {
|
|
391
|
-
|
|
403
|
+
research () {
|
|
404
|
+
this.selectRow = null
|
|
405
|
+
this.$refs.paged.$refs.criteria.search()
|
|
406
|
+
},
|
|
407
|
+
async getaddress () {
|
|
392
408
|
let HttpReset = new HttpResetClass()
|
|
393
409
|
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
394
410
|
data: {
|
|
395
411
|
condition: `1=1 and s.f_orgid = '${this.$login.f.orgid}'`
|
|
396
412
|
}
|
|
397
413
|
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
398
|
-
console.log('小区',data)
|
|
414
|
+
console.log('小区', data)
|
|
399
415
|
let house = []
|
|
400
|
-
for (let row of data.data){
|
|
416
|
+
for (let row of data.data) {
|
|
401
417
|
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
402
418
|
}
|
|
403
419
|
this.residentialArea = house
|