manage-client 3.3.86 → 3.3.88
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/config/exportConfig.js +71 -0
- package/src/components/sale/filesquery/GasDeviceQuery.vue +7 -4
- package/src/filiale/qianneng/QnAqzzYsmx.vue +146 -5
- package/src/filiale/qianneng/exportConfig.js +2 -1
- package/src/filiale/wenxi/GasDeviceQuery.vue +1 -1
- package/src/filiale/wenxi/HandplanQuery.vue +2 -3
package/package.json
CHANGED
|
@@ -1114,6 +1114,77 @@ export default{
|
|
|
1114
1114
|
enterpriseGasConfig: {
|
|
1115
1115
|
'f_userinfo_code': '燃气户号', 'f_paper_name': '企业名称', 'f_taxpayer_id': '统一社会信用代码', 'f_orgname': '燃气公司标志',
|
|
1116
1116
|
'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_whether_pay': '是否缴费', 'f_input_date': '抄表日期'
|
|
1117
|
+
},
|
|
1118
|
+
gasDeviceConfig: {
|
|
1119
|
+
'f_residential_area': '小区名称',
|
|
1120
|
+
'f_user_name': '户主姓名',
|
|
1121
|
+
'f_idnumber': '身份证号',
|
|
1122
|
+
'f_address': '客户地址',
|
|
1123
|
+
'f_user_phone': '联系电话',
|
|
1124
|
+
|
|
1125
|
+
'f_meter_brand': '品牌',
|
|
1126
|
+
'f_meternumber': '表号',
|
|
1127
|
+
'f_meter_type': '类型',
|
|
1128
|
+
'f_meter_style': '型号',
|
|
1129
|
+
'f_aroundmeter': '表向',
|
|
1130
|
+
'f_position': '生产年月',
|
|
1131
|
+
|
|
1132
|
+
'f_createfile_date': '建档日期',
|
|
1133
|
+
'f_contract_id': '供用气合同编号',
|
|
1134
|
+
'f_gas_date': '通气日期',
|
|
1135
|
+
'f_gas_person': '通气人员',
|
|
1136
|
+
'ventilation_years': '通气年限',
|
|
1137
|
+
'f_defendcard': '防盗卡号',
|
|
1138
|
+
|
|
1139
|
+
'f_icgd_brand': '独立式可燃气体探测器品牌',
|
|
1140
|
+
'f_conn_model': '接头型号',
|
|
1141
|
+
'f_icgd_prdate': '生产日期',
|
|
1142
|
+
'f_gssv_brand': '燃气切断电磁阀品牌',
|
|
1143
|
+
'f_gssv_prdate': '生产日期',
|
|
1144
|
+
|
|
1145
|
+
'zaoju_brand': '品牌',
|
|
1146
|
+
'zaoju_make_date': '生产日期',
|
|
1147
|
+
|
|
1148
|
+
'zaoju_pipe_material': '材质',
|
|
1149
|
+
'zaoju_pipe_length': '长度(米)',
|
|
1150
|
+
'zaoju_pipe_prdate': '生产日期',
|
|
1151
|
+
|
|
1152
|
+
'reshui_brand': '品牌',
|
|
1153
|
+
'reshui_filing_date': '备案日期',
|
|
1154
|
+
'reshui_make_date': '生产日期',
|
|
1155
|
+
|
|
1156
|
+
'reshui_pipe_material': '材质',
|
|
1157
|
+
'reshui_pipe_length': '长度(米)',
|
|
1158
|
+
'reshui_pipe_prdate': '生产日期',
|
|
1159
|
+
|
|
1160
|
+
'bigua_brand': '品牌',
|
|
1161
|
+
'bigua_filing_date': '备案日期',
|
|
1162
|
+
'bigua_make_date': '生产日期',
|
|
1163
|
+
|
|
1164
|
+
'bigua_pipe_material': '材质',
|
|
1165
|
+
'bigua_pipe_length': '长度(米)',
|
|
1166
|
+
'bigua_pipe_prdate': '生产日期',
|
|
1167
|
+
|
|
1168
|
+
'f_fee_type': '类型',
|
|
1169
|
+
'f_money': '金额(元)',
|
|
1170
|
+
'fee_operate_date': '日期',
|
|
1171
|
+
|
|
1172
|
+
'f_min_operate_date': '充值时间',
|
|
1173
|
+
'f_preamount': '金额(元)',
|
|
1174
|
+
|
|
1175
|
+
'yeartimes': '充值时间',
|
|
1176
|
+
'f_preamount_all': '金额(元)',
|
|
1177
|
+
|
|
1178
|
+
'f_upload_date': '安检日期',
|
|
1179
|
+
'f_checker_name': '安检人员',
|
|
1180
|
+
'f_total_gas': '用气总量',
|
|
1181
|
+
'f_total_fee': '总充值额',
|
|
1182
|
+
'f_balance_gas': '剩余气量',
|
|
1183
|
+
'f_defect_content': '发现问题',
|
|
1184
|
+
'f_repair_date': '整改日期',
|
|
1185
|
+
|
|
1186
|
+
'f_comments': '备注'
|
|
1187
|
+
|
|
1117
1188
|
}
|
|
1118
1189
|
}
|
|
1119
1190
|
|
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
<div class="span" style="float:right;">
|
|
46
46
|
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
47
47
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
48
|
-
<
|
|
48
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
49
|
+
:field="$parent.$parent.getExportField"
|
|
50
|
+
sqlurl="rs/easyExcel/gasDeviceExport" sql-name="myGasDeviceQuery" template-name='民用用气设备查询'
|
|
51
|
+
:choose-col="true"></export-excel>
|
|
49
52
|
<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>
|
|
50
53
|
</div>
|
|
51
54
|
</div>
|
|
@@ -302,7 +305,7 @@
|
|
|
302
305
|
<nobr>{{row.f_gssv_brand}}</nobr>
|
|
303
306
|
</td>
|
|
304
307
|
<td style="text-align: center;">
|
|
305
|
-
<nobr>{{row.
|
|
308
|
+
<nobr>{{row.f_gssv_prdate}}</nobr>
|
|
306
309
|
</td>
|
|
307
310
|
<td style="text-align: center;" :class="$parent.$parent.$parent.formatTime(row.alarm_exp_date).indexOf('已过期')!==-1? 'back-red' : 'back-blue'">
|
|
308
311
|
<nobr>{{$parent.$parent.$parent.formatTime(row.alarm_exp_date)}}</nobr>
|
|
@@ -911,7 +914,7 @@
|
|
|
911
914
|
},
|
|
912
915
|
|
|
913
916
|
getCondition() {
|
|
914
|
-
return {condition: this.condition2,orderitem:
|
|
917
|
+
return {condition: this.condition2,orderitem: 'f_userfiles_id desc'}
|
|
915
918
|
},
|
|
916
919
|
getfield() {
|
|
917
920
|
let data = {}
|
|
@@ -931,7 +934,7 @@
|
|
|
931
934
|
return data
|
|
932
935
|
},
|
|
933
936
|
getExportField() {
|
|
934
|
-
return exportConfig.
|
|
937
|
+
return exportConfig.gasDeviceConfig
|
|
935
938
|
},
|
|
936
939
|
addressstate() {
|
|
937
940
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div id="unit" class="flex-row">
|
|
3
3
|
<div class="basic-main" @keyup.enter="search" v-if="!show">
|
|
4
4
|
<div class="flex">
|
|
5
|
-
<div style="flex:1;" class="flex" >
|
|
5
|
+
<!-- <div style="flex:1;" class="flex" > deleted-->
|
|
6
6
|
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
|
7
7
|
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
8
8
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
@@ -103,6 +103,59 @@
|
|
|
103
103
|
></v-select>
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
|
+
|
|
107
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
108
|
+
<div class="col-sm-2 form-group">
|
|
109
|
+
<label for="startCreatetimegmt" class="font_normal_body">结算日期起</label>
|
|
110
|
+
<datepicker id="startJsrq" placeholder="结算日期起" style="width:60%"
|
|
111
|
+
v-model="model.startJsrq"
|
|
112
|
+
:value.sync="model.startJsrq"
|
|
113
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
114
|
+
:show-reset-button="true"
|
|
115
|
+
condition="datefield_lmooize9 >= '{}'">
|
|
116
|
+
</datepicker>
|
|
117
|
+
</div>
|
|
118
|
+
<div class="col-sm-2 form-group">
|
|
119
|
+
<label for="endCreatetimegmt" class="font_normal_body">结算日期止</label>
|
|
120
|
+
<datepicker id="endJsrq" placeholder="结算日期止" style="width:60%"
|
|
121
|
+
v-model="model.endJsrq"
|
|
122
|
+
:value.sync="model.endJsrq"
|
|
123
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
124
|
+
:show-reset-button="true"
|
|
125
|
+
condition="datefield_lmooize9 <= '{}'">
|
|
126
|
+
</datepicker>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="col-sm-2 form-group">
|
|
129
|
+
<label class="font_normal_body">结算人员</label>
|
|
130
|
+
<v-select :value.sync="model.textfield_lmoi6q8p"
|
|
131
|
+
:options='$parent.$parent.jsryArray' placeholder='请选择' v-model="model.textfield_lmoi6q8p" multiple
|
|
132
|
+
condition="textfield_lmoi6q8p in {}"
|
|
133
|
+
></v-select>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="col-sm-2 form-group">
|
|
136
|
+
<label class="font_normal_body">安装施工队伍</label>
|
|
137
|
+
<v-select :value.sync="model.departmentselectfield_lmpm06s8"
|
|
138
|
+
:options='$parent.$parent.jsbmArray' placeholder='请选择' v-model="model.departmentselectfield_lmpm06s8" multiple
|
|
139
|
+
condition="departmentselectfield_lmpm06s8 in {}"
|
|
140
|
+
></v-select>
|
|
141
|
+
</div>
|
|
142
|
+
<div class="col-sm-2 form-group">
|
|
143
|
+
<label class="font_normal_body">队伍核对结果</label>
|
|
144
|
+
<v-select :value.sync="model.textfield_lmpm06sb"
|
|
145
|
+
:options='$parent.$parent.dwhdjgArray' placeholder='请选择' v-model="model.textfield_lmpm06sb" multiple
|
|
146
|
+
condition="textfield_lmpm06sb in {}"
|
|
147
|
+
></v-select>
|
|
148
|
+
</div>
|
|
149
|
+
<div class="col-sm-2 form-group">
|
|
150
|
+
<label class="font_normal_body">是否结算</label>
|
|
151
|
+
<v-select :value.sync="model.sfjs"
|
|
152
|
+
:options="[{label: '全部', value: ''},{label: '已结算', value: '已结算'},{label: '未结算', value: '未结算'}]"
|
|
153
|
+
placeholder='请选择'
|
|
154
|
+
v-model="model.sfjs"
|
|
155
|
+
condition="sfjs in {}"
|
|
156
|
+
></v-select>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
106
159
|
</div>
|
|
107
160
|
</criteria>
|
|
108
161
|
|
|
@@ -147,15 +200,30 @@
|
|
|
147
200
|
<th>
|
|
148
201
|
<nobr>宜达补贴项金额</nobr>
|
|
149
202
|
</th>
|
|
150
|
-
|
|
151
203
|
<th>
|
|
152
204
|
<nobr>与收费比对结果</nobr>
|
|
153
205
|
</th>
|
|
206
|
+
|
|
207
|
+
<th>
|
|
208
|
+
<div style="color: teal"><nobr>结算日期</nobr></div>
|
|
209
|
+
</th>
|
|
210
|
+
<th>
|
|
211
|
+
<div style="color: teal"><nobr>结算人员</nobr></div>
|
|
212
|
+
</th>
|
|
213
|
+
<th>
|
|
214
|
+
<div style="color: teal"><nobr>安装施工队伍</nobr></div>
|
|
215
|
+
</th>
|
|
216
|
+
<th>
|
|
217
|
+
<div style="color: teal"><nobr>结算施工队伍</nobr></div>
|
|
218
|
+
</th>
|
|
219
|
+
<th>
|
|
220
|
+
<div style="color: teal"><nobr>队伍核对结果</nobr></div>
|
|
221
|
+
</th>
|
|
154
222
|
</tr>
|
|
155
223
|
</template>
|
|
156
224
|
<template partial='body'>
|
|
157
225
|
<td style="text-align: center;">
|
|
158
|
-
<a href="javascript:void(0);" onclick="window.open('dingtalk://dingtalkclient/page/link?url=https%3A%2F%2Fyzidur.aliwork.com%2FAPP_FG6RSKCTOEQ3PYSLQT6H%2FprocessDetail%3FprocInsId%3D{{row.forminstanceid}}%26formUuid%3DFORM-4G8667A1HNWACQ0E7FV1U9SI1K0O2V0WSR9ILG%26isAdmin%3Dtrue%26isRenderNav%3Dfalse%26iframeState%3Dadmin%26isFromTable%3Dtrue%26ddtab%3Dtrue')">{{row.title}}</a>
|
|
226
|
+
<nobr><a href="javascript:void(0);" onclick="window.open('dingtalk://dingtalkclient/page/link?url=https%3A%2F%2Fyzidur.aliwork.com%2FAPP_FG6RSKCTOEQ3PYSLQT6H%2FprocessDetail%3FprocInsId%3D{{row.forminstanceid}}%26formUuid%3DFORM-4G8667A1HNWACQ0E7FV1U9SI1K0O2V0WSR9ILG%26isAdmin%3Dtrue%26isRenderNav%3Dfalse%26iframeState%3Dadmin%26isFromTable%3Dtrue%26ddtab%3Dtrue')">{{row.title}}</a></nobr>
|
|
159
227
|
</td>
|
|
160
228
|
<td style="text-align: center;">
|
|
161
229
|
<nobr>{{row.createtimegmt}}</nobr>
|
|
@@ -191,10 +259,25 @@
|
|
|
191
259
|
<td style="text-align: center;">
|
|
192
260
|
<nobr>{{row.ydbtxje}}</nobr>
|
|
193
261
|
</td>
|
|
194
|
-
|
|
195
262
|
<td style="text-align: center;">
|
|
196
263
|
<nobr>{{row.matchedaofeng}}</nobr>
|
|
197
264
|
</td>
|
|
265
|
+
|
|
266
|
+
<td style="text-align: center;">
|
|
267
|
+
<nobr>{{row.datefield_lmooize9}}</nobr>
|
|
268
|
+
</td>
|
|
269
|
+
<td style="text-align: center;">
|
|
270
|
+
<nobr>{{row.textfield_lmoi6q8p}}</nobr>
|
|
271
|
+
</td>
|
|
272
|
+
<td style="text-align: center;">
|
|
273
|
+
<nobr>{{row.departmentselectfield_lmpm06s8}}</nobr>
|
|
274
|
+
</td>
|
|
275
|
+
<td style="text-align: center;">
|
|
276
|
+
<nobr>{{row.departmentselectfield_ln159o9v}}</nobr>
|
|
277
|
+
</td>
|
|
278
|
+
<td style="text-align: center;">
|
|
279
|
+
<nobr>{{row.textfield_lmpm06sb}}</nobr>
|
|
280
|
+
</td>
|
|
198
281
|
</template>
|
|
199
282
|
<template partial='foot'>
|
|
200
283
|
</template>
|
|
@@ -211,7 +294,7 @@
|
|
|
211
294
|
</td>
|
|
212
295
|
</tr>
|
|
213
296
|
</table>
|
|
214
|
-
</div>
|
|
297
|
+
<!-- </div>deleted-->
|
|
215
298
|
|
|
216
299
|
</div>
|
|
217
300
|
</div>
|
|
@@ -257,6 +340,9 @@ export default {
|
|
|
257
340
|
},
|
|
258
341
|
originatorArray:[],
|
|
259
342
|
modifyuserArray:[],
|
|
343
|
+
jsryArray:[],
|
|
344
|
+
jsbmArray:[],
|
|
345
|
+
dwhdjgArray:[],
|
|
260
346
|
//默认打印列
|
|
261
347
|
defaultfield: [],
|
|
262
348
|
config: {
|
|
@@ -311,6 +397,9 @@ export default {
|
|
|
311
397
|
//self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
|
|
312
398
|
this.getModifyuserArray();
|
|
313
399
|
this.getOriginatorArray();
|
|
400
|
+
this.getJsryArray();
|
|
401
|
+
this.getJsbmArray();
|
|
402
|
+
this.getDwhdjgArray();
|
|
314
403
|
},
|
|
315
404
|
methods: {
|
|
316
405
|
async getinputtores () {
|
|
@@ -373,6 +462,58 @@ export default {
|
|
|
373
462
|
}
|
|
374
463
|
this.modifyuserArray = nameArr
|
|
375
464
|
},
|
|
465
|
+
async getJsryArray(){
|
|
466
|
+
let HttpReset = new HttpResetClass()
|
|
467
|
+
var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
|
|
468
|
+
data: {
|
|
469
|
+
condition: "1=1",
|
|
470
|
+
tablename: 'qn_yida_azjslr',
|
|
471
|
+
groupitem: "textfield_lmoi6q8p",
|
|
472
|
+
orderitem: 'textfield_lmoi6q8p',
|
|
473
|
+
items: 'textfield_lmoi6q8p'
|
|
474
|
+
}
|
|
475
|
+
}, {resolveMsg: null, rejectMsg: '获取失败!'})
|
|
476
|
+
let nameArr = []
|
|
477
|
+
for (let row of data.data){
|
|
478
|
+
nameArr.push({label: row.textfield_lmoi6q8p.replace("+"," "), value: row.textfield_lmoi6q8p.replace("+"," ")})
|
|
479
|
+
}
|
|
480
|
+
this.jsryArray = nameArr
|
|
481
|
+
},
|
|
482
|
+
async getJsbmArray(){
|
|
483
|
+
let HttpReset = new HttpResetClass()
|
|
484
|
+
var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
|
|
485
|
+
data: {
|
|
486
|
+
condition: "1=1",
|
|
487
|
+
tablename: 'qn_yida_azjslr',
|
|
488
|
+
groupitem: "departmentselectfield_lmpm06s8",
|
|
489
|
+
orderitem: 'departmentselectfield_lmpm06s8',
|
|
490
|
+
items: 'departmentselectfield_lmpm06s8'
|
|
491
|
+
}
|
|
492
|
+
}, {resolveMsg: null, rejectMsg: '获取失败!'})
|
|
493
|
+
let nameArr = []
|
|
494
|
+
for (let row of data.data){
|
|
495
|
+
nameArr.push({label: row.departmentselectfield_lmpm06s8.replace("+"," "), value: row.departmentselectfield_lmpm06s8.replace("+"," ")})
|
|
496
|
+
}
|
|
497
|
+
this.jsbmArray = nameArr
|
|
498
|
+
},
|
|
499
|
+
async getDwhdjgArray(){
|
|
500
|
+
let HttpReset = new HttpResetClass()
|
|
501
|
+
var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
|
|
502
|
+
data: {
|
|
503
|
+
condition: "1=1",
|
|
504
|
+
tablename: 'qn_yida_azjslr',
|
|
505
|
+
groupitem: "textfield_lmpm06sb",
|
|
506
|
+
orderitem: 'textfield_lmpm06sb',
|
|
507
|
+
items: 'textfield_lmpm06sb'
|
|
508
|
+
}
|
|
509
|
+
}, {resolveMsg: null, rejectMsg: '获取失败!'})
|
|
510
|
+
let nameArr = []
|
|
511
|
+
for (let row of data.data){
|
|
512
|
+
nameArr.push({label: row.textfield_lmpm06sb.replace("+"," "), value: row.textfield_lmpm06sb.replace("+"," ")})
|
|
513
|
+
}
|
|
514
|
+
this.dwhdjgArray = nameArr
|
|
515
|
+
},
|
|
516
|
+
|
|
376
517
|
getotherfooter () {
|
|
377
518
|
// this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
|
|
378
519
|
// this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
|
|
@@ -223,7 +223,8 @@ export default{
|
|
|
223
223
|
qnAqzzYsmx:{
|
|
224
224
|
'title':'标题','createtimegmt':'发起时间','originator':'发起人','modifiedtimegmt':'验收时间','modifyuser':'验收人',
|
|
225
225
|
'textfield_li9rszui':'用户编号','textfield_li9rszuj':'用户姓名',
|
|
226
|
-
'textfield_li9rszuo':'地址','afgxhje':'奥枫个性化金额','afbtxje':'奥枫补贴项金额','ydgxhje':'宜达个性化金额','ydbtxje':'宜达补贴项金额','matchedaofeng':'与收费比对结果'
|
|
226
|
+
'textfield_li9rszuo':'地址','afgxhje':'奥枫个性化金额','afbtxje':'奥枫补贴项金额','ydgxhje':'宜达个性化金额','ydbtxje':'宜达补贴项金额','matchedaofeng':'与收费比对结果',
|
|
227
|
+
'datefield_lmooize9':'结算日期','textfield_lmoi6q8p':'结算人员','departmentselectfield_lmpm06s8':'安装施工队伍','departmentselectfield_ln159o9v':'结算施工队伍','textfield_lmpm06sb':'队伍核对结果'
|
|
227
228
|
},
|
|
228
229
|
}
|
|
229
230
|
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
<th colspan="6"><nobr>燃气灶具连接管</nobr></th>
|
|
191
191
|
<th colspan="5"><nobr>燃气热水器</nobr></th>
|
|
192
192
|
<th colspan="5"><nobr>燃气壁挂炉</nobr></th>
|
|
193
|
-
<th colspan="
|
|
193
|
+
<th colspan="5"><nobr>燃气保险信息</nobr></th>
|
|
194
194
|
<th colspan="2"><nobr>初次充值信息</nobr></th>
|
|
195
195
|
<!-- <th colspan="2"><nobr>每年充值</nobr></th>-->
|
|
196
196
|
<th colspan="7"><nobr>安检信息</nobr></th>
|
|
@@ -741,6 +741,7 @@
|
|
|
741
741
|
// self.loadMeterBooks()
|
|
742
742
|
self.$refs.paged.$refs.cri.model.startDate = self.data ? self.data.startDate : self.$login.toStandardDateString() + ' 00:00:00'
|
|
743
743
|
self.$refs.paged.$refs.cri.model.endDate = self.data ? self.data.endDate : self.$login.toStandardDateString() + ' 23:59:59'
|
|
744
|
+
self.$refs.paged.$refs.cri.model.f_meter_classify = ['机表']
|
|
744
745
|
// self.$refs.paged.$refs.cri.model.handStartDate = self.$login.toStandardDateString() + ' 00:00:00'
|
|
745
746
|
// self.$refs.paged.$refs.cri.model.handEndDate = self.$login.toStandardDateString() + ' 23:59:59'
|
|
746
747
|
|
|
@@ -825,6 +826,7 @@
|
|
|
825
826
|
inputtores:[{label: '全部',value: ''}], //抄表员
|
|
826
827
|
//表册片区
|
|
827
828
|
bookSlice:[{label: '全部',value: ''}],
|
|
829
|
+
metertypes:[{label: '机表',value: '机表'}],
|
|
828
830
|
imgshow:false,
|
|
829
831
|
imgfilename:'',
|
|
830
832
|
percent:0,
|
|
@@ -1226,9 +1228,6 @@
|
|
|
1226
1228
|
},
|
|
1227
1229
|
computed: {
|
|
1228
1230
|
|
|
1229
|
-
metertypes() {
|
|
1230
|
-
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
|
|
1231
|
-
},
|
|
1232
1231
|
banklist() {
|
|
1233
1232
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('银行名称')]
|
|
1234
1233
|
},
|