manage-client 4.1.133 → 4.1.135-tc
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manage-client",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.135-tc",
|
|
4
4
|
"description": "经营管控模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"style": "0.0.3",
|
|
68
68
|
"style-loader": "^0.20.3",
|
|
69
69
|
"swiper": "^5.4.5",
|
|
70
|
-
"system-clients": "
|
|
70
|
+
"system-clients": "4.0.12",
|
|
71
71
|
"ldap-clients": "3.0.96",
|
|
72
72
|
"url-loader": "^0.5.7",
|
|
73
73
|
"vue-amap": "0.5.10",
|
|
74
|
-
"vue-client": "1.
|
|
74
|
+
"vue-client": "1.26.6",
|
|
75
75
|
"vue-hot-reload-api": "^1.2.0",
|
|
76
76
|
"vue-html-loader": "^1.0.0",
|
|
77
77
|
"vue-loader": "8.2.1",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
></v-select>
|
|
361
361
|
</div>
|
|
362
362
|
<div class="col-sm-2 form-group" >
|
|
363
|
-
<label for="startDate2" class="font_normal_body" title="开户时间"
|
|
363
|
+
<label for="startDate2" class="font_normal_body" title="开户时间">户档案开户时间</label>
|
|
364
364
|
<datepicker id="startDate2" placeholder="开始日期" style="width:60%"
|
|
365
365
|
v-model="model.startDate2"
|
|
366
366
|
:value.sync="model.startDate2"
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
</datepicker>
|
|
371
371
|
</div>
|
|
372
372
|
<div class="col-sm-2 form-group" >
|
|
373
|
-
<label for="endDate2" class="font_normal_body" title="开户时间"
|
|
373
|
+
<label for="endDate2" class="font_normal_body" title="开户时间">户档案开户时间</label>
|
|
374
374
|
<datepicker id="endDate2" placeholder="结束日期" style="width:60%"
|
|
375
375
|
v-model="model.endDate2"
|
|
376
376
|
:value.sync="model.endDate2"
|
|
@@ -379,6 +379,26 @@
|
|
|
379
379
|
condition="f_open_date <= '{} 23:59:59'">
|
|
380
380
|
</datepicker>
|
|
381
381
|
</div>
|
|
382
|
+
<div class="col-sm-2 form-group" >
|
|
383
|
+
<label for="startDate2" class="font_normal_body" title="开户时间">表档案开户时间</label>
|
|
384
|
+
<datepicker id="startDate2" placeholder="开始日期" style="width:60%"
|
|
385
|
+
v-model="model.startDate2_uf"
|
|
386
|
+
:value.sync="model.startDate2_uf"
|
|
387
|
+
:format="'yyyy-MM-dd'"
|
|
388
|
+
:show-reset-button="true"
|
|
389
|
+
condition="f_open_date_uf >= '{} 00:00:00'">
|
|
390
|
+
</datepicker>
|
|
391
|
+
</div>
|
|
392
|
+
<div class="col-sm-2 form-group" >
|
|
393
|
+
<label for="endDate2" class="font_normal_body" title="开户时间">表档案开户时间</label>
|
|
394
|
+
<datepicker id="endDate2" placeholder="结束日期" style="width:60%"
|
|
395
|
+
v-model="model.endDate2_uf"
|
|
396
|
+
:value.sync="model.endDate2_uf"
|
|
397
|
+
:format="'yyyy-MM-dd'"
|
|
398
|
+
:show-reset-button="true"
|
|
399
|
+
condition="f_open_date_uf <= '{} 23:59:59'">
|
|
400
|
+
</datepicker>
|
|
401
|
+
</div>
|
|
382
402
|
<div class="col-sm-2 form-group" >
|
|
383
403
|
<label for="startDate3" class="font_normal_body" title="安装日期">安装日期</label>
|
|
384
404
|
<datepicker id="startDate3" placeholder="开始日期" style="width:60%"
|
|
@@ -688,6 +708,9 @@
|
|
|
688
708
|
<data-order field="f_open_date" name="开户时间" :order.sync="$parent.$parent.$parent.orderFields.f_open_date"></data-order>
|
|
689
709
|
|
|
690
710
|
</th>
|
|
711
|
+
<th>
|
|
712
|
+
<data-order field="f_open_date_uf" name="开户时间" :order.sync="$parent.$parent.$parent.orderFields.f_open_date_uf"></data-order>
|
|
713
|
+
</th>
|
|
691
714
|
<th><nobr>证件类型</nobr></th>
|
|
692
715
|
<!-- <th><nobr>证件号码</nobr></th>-->
|
|
693
716
|
<th><nobr>人口数</nobr></th>
|
|
@@ -844,6 +867,7 @@
|
|
|
844
867
|
<td style="text-align: center;"><nobr>{{row.f_gasproperties}}</nobr></td>
|
|
845
868
|
|
|
846
869
|
<td style="text-align: center;"><nobr>{{row.f_open_date}}</nobr></td>
|
|
870
|
+
<td style="text-align: center;"><nobr>{{row.f_open_date_uf}}</nobr></td>
|
|
847
871
|
<td style="text-align: center;"><nobr>{{row.f_credentials}}</nobr></td>
|
|
848
872
|
<!-- <td style="text-align: center;"><nobr>{{row.f_idnumber}}</nobr></td>-->
|
|
849
873
|
<td style="text-align: center;"><nobr>{{row.f_people_num}}</nobr></td>
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
</datepicker>
|
|
238
238
|
</div>
|
|
239
239
|
<div class="col-sm-2 form-group">
|
|
240
|
-
<label for="startDate" class="font_normal_body"
|
|
240
|
+
<label for="startDate" class="font_normal_body">户档案开户开始日期</label>
|
|
241
241
|
<datepicker id="startDate1" placeholder="开始日期" style="width:60%"
|
|
242
242
|
v-model="model.startDate1"
|
|
243
243
|
:value.sync="model.startDate1"
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
</datepicker>
|
|
248
248
|
</div>
|
|
249
249
|
<div class="col-sm-2 form-group">
|
|
250
|
-
<label for="endDate" class="font_normal_body"
|
|
250
|
+
<label for="endDate" class="font_normal_body">户档案开户结束日期</label>
|
|
251
251
|
<datepicker id="endDate1" placeholder="结束日期" style="width:60%"
|
|
252
252
|
v-model="model.endDate1"
|
|
253
253
|
:value.sync="model.endDate1"
|
|
@@ -256,6 +256,26 @@
|
|
|
256
256
|
condition="f_open_date <= '{} 23:59:59'">
|
|
257
257
|
</datepicker>
|
|
258
258
|
</div>
|
|
259
|
+
<div class="col-sm-2 form-group">
|
|
260
|
+
<label for="startDate" class="font_normal_body">表档案开户开始日期</label>
|
|
261
|
+
<datepicker id="startDate1" placeholder="开始日期" style="width:60%"
|
|
262
|
+
v-model="model.startDate1_uf"
|
|
263
|
+
:value.sync="model.startDate1_uf"
|
|
264
|
+
:format="'yyyy-MM-dd'"
|
|
265
|
+
:show-reset-button="true"
|
|
266
|
+
condition="f_open_date_uf >= '{} 00:00:00'">
|
|
267
|
+
</datepicker>
|
|
268
|
+
</div>
|
|
269
|
+
<div class="col-sm-2 form-group">
|
|
270
|
+
<label for="endDate" class="font_normal_body">表档案开户结束日期</label>
|
|
271
|
+
<datepicker id="endDate1" placeholder="结束日期" style="width:60%"
|
|
272
|
+
v-model="model.endDate1_uf"
|
|
273
|
+
:value.sync="model.endDate1_uf"
|
|
274
|
+
:format="'yyyy-MM-dd'"
|
|
275
|
+
:show-reset-button="true"
|
|
276
|
+
condition="f_open_date_uf <= '{} 23:59:59'">
|
|
277
|
+
</datepicker>
|
|
278
|
+
</div>
|
|
259
279
|
<div
|
|
260
280
|
:class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
|
|
261
281
|
class="form-group">
|
|
@@ -383,7 +403,10 @@
|
|
|
383
403
|
<nobr>建档日期</nobr>
|
|
384
404
|
</th>
|
|
385
405
|
<th>
|
|
386
|
-
<nobr
|
|
406
|
+
<nobr>户档案开户日期</nobr>
|
|
407
|
+
</th>
|
|
408
|
+
<th>
|
|
409
|
+
<nobr>表档案开户日期</nobr>
|
|
387
410
|
</th>
|
|
388
411
|
<th>
|
|
389
412
|
<nobr>建档人</nobr>
|
|
@@ -470,6 +493,9 @@
|
|
|
470
493
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
471
494
|
<nobr>{{row.f_open_date}}</nobr>
|
|
472
495
|
</td>
|
|
496
|
+
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
497
|
+
<nobr>{{row.f_open_date_uf}}</nobr>
|
|
498
|
+
</td>
|
|
473
499
|
<td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
474
500
|
<nobr>{{row.f_createfile_person}}</nobr>
|
|
475
501
|
</td>
|
|
@@ -4,7 +4,7 @@ export default{
|
|
|
4
4
|
userConfig: { 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话',
|
|
5
5
|
'f_idnumber': '身份证号', 'f_balance': '账户余额', 'f_address': '客户地址', 'f_residential_area': '小区',
|
|
6
6
|
'f_building': '楼栋', 'f_unit': '单元', 'f_floor': '楼层', 'f_room': '门牌号',
|
|
7
|
-
'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_open_date': '
|
|
7
|
+
'f_user_state': '客户状态', 'f_createfile_date': '建档日期', 'f_open_date': '户档案开户日期', 'f_open_date_uf': '户档案开户日期', 'f_createfile_person': '建档人', 'f_comments': '备注',
|
|
8
8
|
'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号', 'f_inputtor': '抄表员',
|
|
9
9
|
'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_gas_date': '点火时间', 'isbgl': '是否壁挂炉',
|
|
10
10
|
'f_is_mgq': '是否煤改气', 'f_is_empty': '是否空房', 'f_is_vacant': '是否空置户', 'f_is_alone': '是否孤寡老人'
|
|
@@ -182,7 +182,8 @@ export default{
|
|
|
182
182
|
'f_user_type': '客户类型',
|
|
183
183
|
'f_gasproperties': '用气性质',
|
|
184
184
|
'value': '气价详情',
|
|
185
|
-
'f_open_date': '
|
|
185
|
+
'f_open_date': '户档案开户时间',
|
|
186
|
+
'f_open_date_uf': '表档案开户时间',
|
|
186
187
|
'f_credentials': '证件类型',
|
|
187
188
|
'f_idnumber': '身份证号',
|
|
188
189
|
'f_people_num': '人口数',
|
|
@@ -188,6 +188,14 @@
|
|
|
188
188
|
condition="f_gasproperties = '{}'"
|
|
189
189
|
close-on-select></v-select>
|
|
190
190
|
</div>
|
|
191
|
+
<div class="col-sm-2 form-group">
|
|
192
|
+
<label class="font_normal_body">客户状态</label>
|
|
193
|
+
<v-select :value.sync="model.f_user_state"
|
|
194
|
+
v-model="model.f_user_state"
|
|
195
|
+
:options='$parent.$parent.userstates' placeholder='请选择'
|
|
196
|
+
condition="f_user_state = '{}'"
|
|
197
|
+
close-on-select></v-select>
|
|
198
|
+
</div>
|
|
191
199
|
</div>
|
|
192
200
|
</div>
|
|
193
201
|
</criteria>
|
|
@@ -530,6 +538,9 @@
|
|
|
530
538
|
getfield () {
|
|
531
539
|
return exportConfig.GasStatistics
|
|
532
540
|
},
|
|
541
|
+
userstates() {
|
|
542
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
|
|
543
|
+
},
|
|
533
544
|
usertypes() {
|
|
534
545
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
535
546
|
},
|