manage-client 4.1.2 → 4.1.3-yangchun
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/build/dev-server.js +5 -39
- package/package.json +1 -1
- package/src/filiale/shexian/GasInspection.vue +1 -1
- package/src/filiale/yangchun/BusinesQuery.vue +3 -1
- package/src/filiale/yangchun/CancellationQuery.vue +3 -1
- package/src/filiale/yangchun/ChangeMeterQuery.vue +2 -1
- package/src/filiale/yangchun/ChangeUserQuery.vue +3 -2
- package/src/filiale/yangchun/ChargeQuery.vue +2 -1
- package/src/filiale/yangchun/DeviceQuery.vue +3 -2
- package/src/filiale/yangchun/DisableQuery.vue +3 -1
- package/src/filiale/yangchun/EnableQuery.vue +3 -1
- package/src/filiale/yangchun/FillCardQuery.vue +3 -1
- package/src/filiale/yangchun/FillGasQuery.vue +3 -1
- package/src/filiale/yangchun/GetNoMetereadData.vue +425 -0
- package/src/filiale/yangchun/HandplanQuery.vue +3 -1
- package/src/filiale/yangchun/LostContactAnalysisList.vue +745 -0
- package/src/filiale/yangchun/MeterExceptionList.vue +635 -0
- package/src/filiale/yangchun/MeterQuery.vue +4 -2
- package/src/filiale/yangchun/NewGasStatistics.vue +3 -1
- package/src/filiale/yangchun/NewQueryInstruct.vue +617 -0
- package/src/filiale/yangchun/NewWebmeterSettlementAnalysis.vue +433 -0
- package/src/filiale/yangchun/OtherChargeNopayQuery.vue +3 -1
- package/src/filiale/yangchun/OtherChargeQuery.vue +3 -1
- package/src/filiale/yangchun/RechargeList.vue +373 -0
- package/src/filiale/yangchun/RecordInfoQuery.vue +3 -2
- package/src/filiale/yangchun/ReportDataQuery.vue +341 -0
- package/src/filiale/yangchun/ReportList.vue +474 -0
- package/src/filiale/yangchun/TransferQuery.vue +3 -1
- package/src/filiale/yangchun/UserLostContactAnalysis.vue +693 -0
- package/src/filiale/yangchun/UserQuery.vue +3 -2
- package/src/filiale/yangchun/WebHandplanQuery.vue +3 -1
- package/src/filiale/yangchun/WebhandMonthGas.vue +3 -1
- package/src/filiale/yangchun/overDueQuery.vue +3 -1
- package/src/filiale/yangchun/priceadjustQuery.vue +2 -1
- package/src/filiale/yangchun/pricechangeRecordQuery.vue +3 -1
- package/src/filiale/yangchun/webmeterManage.js +18 -0
- package/src/main.js +3 -3
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
package/build/dev-server.js
CHANGED
|
@@ -12,11 +12,11 @@ var compiler = webpack(config)
|
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
13
|
// var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
|
|
14
14
|
var shaoguan = 'http://119.146.1.106:8300/'
|
|
15
|
-
var qtx
|
|
15
|
+
var qtx= 'http://36.103.222.144:6300/'
|
|
16
16
|
// var bendi = 'http://220.194.141.253:8600/'
|
|
17
17
|
// var bendi = 'http://203.57.101.233:9001'
|
|
18
18
|
// var bendi = 'http://172.168.1.11:9001/'
|
|
19
|
-
// var bendi = 'http://
|
|
19
|
+
// var bendi = 'http://192.168.50.4:8400/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
22
|
var bendi = 'http://192.168.50.67:30785/'
|
|
@@ -29,42 +29,8 @@ var proxyTable = {
|
|
|
29
29
|
'/rs/logic/exportfile': {
|
|
30
30
|
target: bendi
|
|
31
31
|
},
|
|
32
|
-
'/dataManage': {
|
|
33
|
-
target: 'http://203.57.101.233:9001/'
|
|
34
|
-
|
|
35
|
-
},
|
|
36
|
-
'/api/af-revenue/sql/WeChatPaydetail': {
|
|
37
|
-
pathRewrite: {
|
|
38
|
-
'^/api/af-revenue': '/rs'
|
|
39
|
-
},
|
|
40
|
-
target: 'http://127.0.0.1:8080/'
|
|
41
|
-
},
|
|
42
|
-
'/api/af-revenue/sql/WeChatPayment': {
|
|
43
|
-
pathRewrite: {
|
|
44
|
-
'^/api/af-revenue': '/rs'
|
|
45
|
-
},
|
|
46
|
-
target: 'http://127.0.0.1:8080/'
|
|
47
|
-
},
|
|
48
|
-
'/api/af-revenue/sql/getGasInspection': {
|
|
49
|
-
pathRewrite: {
|
|
50
|
-
'^/api/af-revenue': '/rs'
|
|
51
|
-
},
|
|
52
|
-
target: 'http://127.0.0.1:8080/'
|
|
53
|
-
},
|
|
54
|
-
'/api/af-revenue/sql/inspectList_sellinggas': {
|
|
55
|
-
pathRewrite: {
|
|
56
|
-
'^/api/af-revenue': '/rs'
|
|
57
|
-
},
|
|
58
|
-
target: 'http://127.0.0.1:8080/'
|
|
59
|
-
},
|
|
60
|
-
'/api/af-revenue/sql/inspectList': {
|
|
61
|
-
pathRewrite: {
|
|
62
|
-
'^/api/af-revenue': '/rs'
|
|
63
|
-
},
|
|
64
|
-
target: 'http://127.0.0.1:8080/'
|
|
65
|
-
},
|
|
66
32
|
'/api': {
|
|
67
|
-
target: 'http://192.168.50.67:
|
|
33
|
+
target: 'http://192.168.50.67:30785'
|
|
68
34
|
|
|
69
35
|
},
|
|
70
36
|
'/rs/sql/chargeQuery_by_gasproperties': {
|
|
@@ -78,7 +44,7 @@ var proxyTable = {
|
|
|
78
44
|
},
|
|
79
45
|
// 查找资源服务数据
|
|
80
46
|
'/rs/search': {
|
|
81
|
-
target:
|
|
47
|
+
target: bendi
|
|
82
48
|
},
|
|
83
49
|
// 查找资源服务数据
|
|
84
50
|
'/rs/logic/getLogin': {
|
|
@@ -120,7 +86,7 @@ var proxyTable = {
|
|
|
120
86
|
target: bendi
|
|
121
87
|
},
|
|
122
88
|
'/rs/vue': {
|
|
123
|
-
target:
|
|
89
|
+
target: bendi
|
|
124
90
|
},
|
|
125
91
|
'/rs/file': {
|
|
126
92
|
target: bendi
|
package/package.json
CHANGED
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
import { PagedList } from 'vue-client'
|
|
320
320
|
import Vue from 'vue'
|
|
321
321
|
import plugin from 'system-clients/src/plugins/GetLoginInfoService'
|
|
322
|
-
import exportConfig from "
|
|
322
|
+
import exportConfig from "../../components/sale/config/exportConfig";
|
|
323
323
|
|
|
324
324
|
let readySomething = async function (self) {
|
|
325
325
|
await self.$MagLoadParams.loadParam()
|
|
@@ -58,7 +58,9 @@
|
|
|
58
58
|
:field="$parent.$parent.getfield"
|
|
59
59
|
:header="$parent.$parent.other"
|
|
60
60
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="BusinesQuery" template-name='业务记录导出'
|
|
61
|
-
:choose-col="true"
|
|
61
|
+
:choose-col="true"
|
|
62
|
+
v-if="this.$login.r.includes('业务查询导出')"
|
|
63
|
+
></export-excel>
|
|
62
64
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
63
65
|
:defaultfield="$parent.$parent.defaultfield" titletable="业务记录"
|
|
64
66
|
:sumsmodel="$parent.$parent.sumsmodel"></print-data>
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
:field="$parent.$parent.getfield"
|
|
53
53
|
:header="$parent.$parent.other"
|
|
54
54
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="CancellationQuery" template-name='销户查询导出'
|
|
55
|
-
:choose-col="true"
|
|
55
|
+
:choose-col="true"
|
|
56
|
+
v-if="this.$login.r.includes('销户查询导出')"
|
|
57
|
+
></export-excel>
|
|
56
58
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
57
59
|
:defaultfield="$parent.$parent.defaultfield"
|
|
58
60
|
titletable="销户记录"
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
<export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
|
|
56
56
|
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
57
57
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="changeMeterQuery" template-name='换表查询导出'
|
|
58
|
-
:choose-col="true"
|
|
58
|
+
:choose-col="true"
|
|
59
|
+
v-if="this.$login.r.includes('换表查询导出')">
|
|
59
60
|
</export-excel>
|
|
60
61
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
61
62
|
:defaultfield="$parent.$parent.defaultfield"
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
<export-excel :data="$parent.$parent.getCondition"
|
|
52
52
|
:field="$parent.$parent.getfield"
|
|
53
53
|
:header="$parent.$parent.other"
|
|
54
|
-
v-if="$parent.$parent.authArr.includes('档案查询导出')"
|
|
55
54
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="changeuserquery" template-name='档案变更导出'
|
|
56
|
-
:choose-col="true"
|
|
55
|
+
:choose-col="true"
|
|
56
|
+
v-if="this.$login.r.includes('档案变更导出')"
|
|
57
|
+
></export-excel>
|
|
57
58
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
58
59
|
:defaultfield="$parent.$parent.defaultfield"
|
|
59
60
|
titletable="档案变更"
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
53
53
|
:defaultselect="$parent.$parent.defaultexport"
|
|
54
54
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="chargeQuery" template-name='收费查询导出'
|
|
55
|
-
:choose-col="true"
|
|
55
|
+
:choose-col="true"
|
|
56
|
+
v-if="this.$login.r.includes('收费查询导出')">
|
|
56
57
|
</export-excel>
|
|
57
58
|
|
|
58
59
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
@@ -40,8 +40,9 @@
|
|
|
40
40
|
<export-excel :data="$parent.$parent.getCondition"
|
|
41
41
|
:field="$parent.$parent.getExportField"
|
|
42
42
|
:header="$parent.$parent.other"
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="deviceQuery" template-name='表具设备查询导出' :choose-col="true"
|
|
44
|
+
v-if="this.$login.r.includes('用气设备查询导出')"
|
|
45
|
+
></export-excel>
|
|
45
46
|
<print-data :sum-field="$parent.$parent.getExportField" :model="$parent.model" :field="$parent.$parent.getExportField"
|
|
46
47
|
:defaultfield="$parent.$parent.defaultfield"
|
|
47
48
|
titletable="表具设备查询"
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
:field="$parent.$parent.getfield"
|
|
53
53
|
:header="$parent.$parent.other"
|
|
54
54
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="disableQuery" template-name='停用查询导出'
|
|
55
|
-
:choose-col="true"
|
|
55
|
+
:choose-col="true"
|
|
56
|
+
v-if="this.$login.r.includes('停用查询导出')"
|
|
57
|
+
></export-excel>
|
|
56
58
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
57
59
|
:defaultfield="$parent.$parent.defaultfield"
|
|
58
60
|
titletable="停用记录"
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
:field="$parent.$parent.getfield"
|
|
52
52
|
:header="$parent.$parent.other"
|
|
53
53
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="enableQuery" template-name='启用查询导出'
|
|
54
|
-
:choose-col="true"
|
|
54
|
+
:choose-col="true"
|
|
55
|
+
v-if="this.$login.r.includes('启用查询导出')"
|
|
56
|
+
></export-excel>
|
|
55
57
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
56
58
|
:defaultfield="$parent.$parent.defaultfield"
|
|
57
59
|
titletable="启用记录"
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
<export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
|
|
52
52
|
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
53
53
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="fillCardQuery" template-name='补卡查询导出'
|
|
54
|
-
:choose-col="true"
|
|
54
|
+
:choose-col="true"
|
|
55
|
+
v-if="this.$login.r.includes('补卡查询导出')"
|
|
56
|
+
></export-excel>
|
|
55
57
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
56
58
|
:defaultfield="$parent.$parent.defaultfield"
|
|
57
59
|
titletable="补卡记录"
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
:footer="$parent.$parent.footer"
|
|
53
53
|
:header="$parent.$parent.other"
|
|
54
54
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="fillGasQuery" template-name='补气查询导出'
|
|
55
|
-
:choose-col="true"
|
|
55
|
+
:choose-col="true"
|
|
56
|
+
v-if="this.$login.r.includes('补气查询导出')"
|
|
57
|
+
></export-excel>
|
|
56
58
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
57
59
|
:defaultfield="$parent.$parent.defaultfield"
|
|
58
60
|
titletable="补气记录"
|
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row" v-show="!showdetail">
|
|
3
|
+
<div id='app1' class="basic-main" >
|
|
4
|
+
<criteria-paged :model="model" :pager='true' v-ref:paged>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='$parent.search' v-ref:cri>
|
|
6
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" novalidate partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="col-sm-2 form-group">
|
|
9
|
+
<label class="font_normal_body">客户编号</label>
|
|
10
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
11
|
+
v-model="model.f_userinfo_code" placeholder='客户编号'
|
|
12
|
+
condition="f_userinfo_code like '%{}%'" v-el:xq v-next-el='userinfocode' v-el:username
|
|
13
|
+
>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-sm-2 form-group">
|
|
16
|
+
<label class="font_normal_body">客户名称</label>
|
|
17
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
18
|
+
v-model="model.f_user_name" placeholder='客户名称'
|
|
19
|
+
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
20
|
+
>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="col-sm-2 form-group">
|
|
23
|
+
<label class="font_normal_body">客户地址</label>
|
|
24
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_area"
|
|
25
|
+
placeholder='地址'
|
|
26
|
+
condition="f_address like '%{}%'" v-el:xq v-next-el='address' v-el:area
|
|
27
|
+
>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="col-sm-2 form-group">
|
|
30
|
+
<label class="font_normal_body"> 表号 </label>
|
|
31
|
+
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
32
|
+
v-model="model.f_meternumber" placeholder='表号'
|
|
33
|
+
condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
|
|
34
|
+
>
|
|
35
|
+
</div>
|
|
36
|
+
<div style="float:right">
|
|
37
|
+
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
38
|
+
<button class="button_clear button_spacing" @click="clear">清空</button>
|
|
39
|
+
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
40
|
+
:field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
|
|
41
|
+
:header="$parent.$parent.other"
|
|
42
|
+
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getNoMetereadData" template-name='未上报查询'
|
|
43
|
+
:choose-col="true"
|
|
44
|
+
v-if="this.$login.r.includes('未用气查询导出')"
|
|
45
|
+
></export-excel>
|
|
46
|
+
|
|
47
|
+
<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>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
51
|
+
<div class="col-sm-2 form-group">
|
|
52
|
+
<label class="font_normal_body"> 公司 </label>
|
|
53
|
+
<right-tree @re-res="$parent.$parent.getorg" width="60%"
|
|
54
|
+
:initresid='$parent.$parent.org'></right-tree>
|
|
55
|
+
</div>
|
|
56
|
+
<div class="col-sm-2 form-group">
|
|
57
|
+
<label class="font_normal_body">客户类型</label>
|
|
58
|
+
<v-select style="width:60%" id="f_user_type"
|
|
59
|
+
v-model="model.f_user_type"
|
|
60
|
+
placeholder='客户类型'
|
|
61
|
+
:value.sync="model.f_user_type"
|
|
62
|
+
@change="$parent.$parent.userTypeChange()"
|
|
63
|
+
:options='$parent.$parent.usertypes'
|
|
64
|
+
condition="f_user_type = '{}'"
|
|
65
|
+
close-on-select>
|
|
66
|
+
</v-select>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-sm-2 form-group">
|
|
69
|
+
<label class="font_normal_body">用气性质</label>
|
|
70
|
+
<v-select style="width:60%" id="f_gasproperties"
|
|
71
|
+
v-model="model.f_gasproperties"
|
|
72
|
+
placeholder='用气性质'
|
|
73
|
+
:value.sync="model.f_gasproperties"
|
|
74
|
+
:options='$parent.$parent.gasproperties'
|
|
75
|
+
condition="f_gasproperties = '{}'"
|
|
76
|
+
close-on-select>
|
|
77
|
+
</v-select>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="col-sm-2 form-group">
|
|
80
|
+
<label class="font_normal_body">气表品牌</label>
|
|
81
|
+
<v-select
|
|
82
|
+
placeholder='气表品牌'
|
|
83
|
+
:value.sync="model.f_meter_brand"
|
|
84
|
+
v-model="model.f_meter_brand"
|
|
85
|
+
:options='$parent.$parent.meterbrands'
|
|
86
|
+
close-on-select
|
|
87
|
+
condition="f_meter_brand='{}'">
|
|
88
|
+
</v-select>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="col-sm-2 form-group" >
|
|
91
|
+
<label class="font_normal_body">气表型号</label>
|
|
92
|
+
<v-select
|
|
93
|
+
placeholder='气表型号'
|
|
94
|
+
:value.sync="model.f_meter_style"
|
|
95
|
+
v-model="model.f_meter_style"
|
|
96
|
+
:options='$parent.$parent.meterstyle[model.f_meter_brand]'
|
|
97
|
+
close-on-select
|
|
98
|
+
condition="f_meter_style='{}'">
|
|
99
|
+
</v-select>
|
|
100
|
+
</div>
|
|
101
|
+
<div class="col-sm-2 form-group">
|
|
102
|
+
<label class="font_normal_body">用户状态</label>
|
|
103
|
+
<v-select
|
|
104
|
+
placeholder='用户状态'
|
|
105
|
+
value-single="true"
|
|
106
|
+
style="width:60%"
|
|
107
|
+
:value.sync="model.f_user_state"
|
|
108
|
+
v-model="model.f_user_state"
|
|
109
|
+
:options='$parent.$parent.userstate'
|
|
110
|
+
close-on-select condition="f_user_state ='{}'">
|
|
111
|
+
</v-select>
|
|
112
|
+
</div>
|
|
113
|
+
<div class="col-sm-2 form-group">
|
|
114
|
+
<label class="font_normal_body">开始时间</label>
|
|
115
|
+
<datepicker style="width:60%" id="startdate" placeholder="开始时间"
|
|
116
|
+
v-model="model.startDate"
|
|
117
|
+
:value.sync="model.startDate"
|
|
118
|
+
:disabled-days-of-Week="[]"
|
|
119
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
120
|
+
:show-reset-button="reset">
|
|
121
|
+
</datepicker>
|
|
122
|
+
</div>
|
|
123
|
+
<div class="col-sm-2 form-group">
|
|
124
|
+
<label class="font_normal_body">结束时间</label>
|
|
125
|
+
<datepicker style="width:60%" id="enddate" placeholder="结束日期"
|
|
126
|
+
v-model="model.endDate"
|
|
127
|
+
:value.sync="model.endDate"
|
|
128
|
+
:disabled-days-of-Week="[]"
|
|
129
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
130
|
+
:show-reset-button="reset">
|
|
131
|
+
</datepicker>
|
|
132
|
+
</div>
|
|
133
|
+
<div class="col-sm-2 form-group" >
|
|
134
|
+
<label class="font_normal_body" title="开户时间大于">开户时间</label>
|
|
135
|
+
<datepicker placeholder="开户时间大于" style="width:60%"
|
|
136
|
+
v-model="model.f_open_start_date"
|
|
137
|
+
:value.sync="model.f_open_start_date"
|
|
138
|
+
:format="'yyyy-MM-dd'"
|
|
139
|
+
:show-reset-button="true"
|
|
140
|
+
condition="f_open_date >= '{} 00:00:00'">
|
|
141
|
+
</datepicker>
|
|
142
|
+
</div>
|
|
143
|
+
<div class="col-sm-2 form-group" >
|
|
144
|
+
<label class="font_normal_body" title="开户时间小于">开户时间</label>
|
|
145
|
+
<datepicker placeholder="开户时间小于" style="width:60%"
|
|
146
|
+
v-model="model.f_open_end_date"
|
|
147
|
+
:value.sync="model.f_open_end_date"
|
|
148
|
+
:format="'yyyy-MM-dd'"
|
|
149
|
+
:show-reset-button="true"
|
|
150
|
+
condition="f_open_date <= '{} 23:59:59'">
|
|
151
|
+
</datepicker>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
|
155
|
+
</criteria>
|
|
156
|
+
<data-grid id="lostuserlist" :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
157
|
+
<template partial='head'>
|
|
158
|
+
<tr>
|
|
159
|
+
<th style="text-align:center">
|
|
160
|
+
<nobr>序号</nobr>
|
|
161
|
+
</th>
|
|
162
|
+
<th style="text-align:center">
|
|
163
|
+
<nobr>未上报日期</nobr>
|
|
164
|
+
</th>
|
|
165
|
+
<th style="text-align:center">
|
|
166
|
+
<nobr>开户时间</nobr>
|
|
167
|
+
</th>
|
|
168
|
+
<th style="text-align:center">
|
|
169
|
+
<nobr>客户编号</nobr>
|
|
170
|
+
</th>
|
|
171
|
+
<th style="text-align:center">
|
|
172
|
+
<nobr>客户名称</nobr>
|
|
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" >
|
|
199
|
+
<nobr>组织机构</nobr>
|
|
200
|
+
</th>
|
|
201
|
+
</tr>
|
|
202
|
+
</template>
|
|
203
|
+
<template partial='body'>
|
|
204
|
+
<td style="text-align:center">{{$index+1}}</td>
|
|
205
|
+
<td style="text-align:center">{{row.f_date}}</td>
|
|
206
|
+
<td style="text-align:center">{{row.f_open_date}}</td>
|
|
207
|
+
<td style="text-align: center;"><nobr>
|
|
208
|
+
<span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
|
|
209
|
+
</nobr> </td>
|
|
210
|
+
<td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
|
|
211
|
+
<td style="text-align:center"><nobr>{{row.f_user_phone}}</nobr></td>
|
|
212
|
+
<td><nobr>{{row.f_address}}</nobr></td>
|
|
213
|
+
<td style="text-align:center">{{row.f_user_type}}</td>
|
|
214
|
+
<td style="text-align:center">{{row.f_gasproperties}}</td>
|
|
215
|
+
<td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
216
|
+
<td style="text-align:center">
|
|
217
|
+
<nobr>{{row.f_meter_brand}}</nobr>
|
|
218
|
+
</td>
|
|
219
|
+
<td style="text-align:center">
|
|
220
|
+
<nobr>{{row.f_meter_style}}</nobr>
|
|
221
|
+
</td>
|
|
222
|
+
<td style="text-align:center">
|
|
223
|
+
<nobr>{{row.f_user_state}}</nobr>
|
|
224
|
+
</td>
|
|
225
|
+
<td style="text-align:center">
|
|
226
|
+
<nobr>{{row.f_orgname}}</nobr>
|
|
227
|
+
</td>
|
|
228
|
+
|
|
229
|
+
</template>
|
|
230
|
+
</data-grid>
|
|
231
|
+
</criteria-paged>
|
|
232
|
+
</div>
|
|
233
|
+
</div>
|
|
234
|
+
<div class="flex-row" v-if="showdetail">
|
|
235
|
+
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
236
|
+
</div>
|
|
237
|
+
</template>
|
|
238
|
+
|
|
239
|
+
<script>
|
|
240
|
+
import {PagedList} from 'vue-client'
|
|
241
|
+
import * as Util from '../../Util'
|
|
242
|
+
import plugin from 'system-clients/src/plugins/GetLoginInfoService'
|
|
243
|
+
let readySomething = async function (self) {
|
|
244
|
+
|
|
245
|
+
await self.$MagLoadParams.loadParam()
|
|
246
|
+
self.initParams()
|
|
247
|
+
self.$refs.paged.$refs.cri.model.startDate = Util.toStandardDateString() +' 00:00:00'
|
|
248
|
+
self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
249
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
|
|
250
|
+
|
|
251
|
+
}
|
|
252
|
+
export default {
|
|
253
|
+
title: '未上报查询',
|
|
254
|
+
props: ['data'],
|
|
255
|
+
data() {
|
|
256
|
+
return {
|
|
257
|
+
model: new PagedList('api/af-revenue/sql/webmeter_getNoMetereadData', 20, {
|
|
258
|
+
startDate: 'this.model.startDate',
|
|
259
|
+
endDate: 'this.model.endDate'
|
|
260
|
+
}),
|
|
261
|
+
getfield:{
|
|
262
|
+
'f_userinfo_code':'客户编号','f_user_name':'客户名称', 'f_date': '未上报日期', 'f_open_date': '开户时间',
|
|
263
|
+
'f_address':'客户地址','f_user_type':'客户类型','f_gasproperties':'用气性质',
|
|
264
|
+
'f_meternumber':'表号',
|
|
265
|
+
'f_meter_brand':'气表厂家','f_orgname':'组织机构'},
|
|
266
|
+
showdetail:false,
|
|
267
|
+
rowdata:{},
|
|
268
|
+
startDate: '',
|
|
269
|
+
endDate: '',
|
|
270
|
+
criteriaShow:false,
|
|
271
|
+
outlets: [],
|
|
272
|
+
other: [],
|
|
273
|
+
sumsmodel: {},
|
|
274
|
+
gasproperties:[{label: '全部', value: ''}],
|
|
275
|
+
operator: [],
|
|
276
|
+
meterbrands: [],
|
|
277
|
+
meterstyle:{},
|
|
278
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
279
|
+
orgid:[this.$login.f.orgid],
|
|
280
|
+
condition: '1=1',
|
|
281
|
+
org:[this.$login.f.orgid]
|
|
282
|
+
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
ready() {
|
|
286
|
+
readySomething(this)
|
|
287
|
+
},
|
|
288
|
+
methods: {
|
|
289
|
+
getotherfooter() {
|
|
290
|
+
this.other = [];
|
|
291
|
+
|
|
292
|
+
let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
let secondLine = [
|
|
296
|
+
`开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
297
|
+
`结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
|
|
298
|
+
];
|
|
299
|
+
|
|
300
|
+
this.other.push(firstLine);
|
|
301
|
+
this.other.push(secondLine);
|
|
302
|
+
|
|
303
|
+
console.log('Header Data:', this.other);
|
|
304
|
+
},
|
|
305
|
+
userTypeChange () {
|
|
306
|
+
this.gasproperties=[{label: '全部', value: ''}]
|
|
307
|
+
if(this.$refs.paged.$refs.cri.model && this.$refs.paged.$refs.cri.model.f_user_type) {
|
|
308
|
+
this.$refs.paged.$refs.cri.model.f_gasproperties=''
|
|
309
|
+
console.log(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
310
|
+
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
311
|
+
}
|
|
312
|
+
else{
|
|
313
|
+
this.gasproperties =[{label: '全部', value: ''}]
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
hidden(){
|
|
317
|
+
this.criteriaShow = !this.criteriaShow
|
|
318
|
+
},
|
|
319
|
+
showmsg(obj){
|
|
320
|
+
this.rowdata = obj
|
|
321
|
+
this.showdetail = true
|
|
322
|
+
},
|
|
323
|
+
cancel() {
|
|
324
|
+
this.showdetail = false
|
|
325
|
+
},
|
|
326
|
+
initParams () {
|
|
327
|
+
// 初始化气表品牌
|
|
328
|
+
let brandArr = []
|
|
329
|
+
this.$MagGetSaleParam.getGasbrand().forEach((item) => {
|
|
330
|
+
if(item.value.f_meter_type==='物联网表'){
|
|
331
|
+
let temp = {}
|
|
332
|
+
temp.label = item.label
|
|
333
|
+
temp.value = item.value.f_meter_brand
|
|
334
|
+
brandArr.push(temp)
|
|
335
|
+
|
|
336
|
+
let styleArr = [{label: '全部', value: ''}]
|
|
337
|
+
for (let row of item.value.gasmodel) {
|
|
338
|
+
styleArr.push({label: row.label,value: row.value.f_meter_style})
|
|
339
|
+
}
|
|
340
|
+
this.meterstyle[temp.value] = styleArr
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
})
|
|
344
|
+
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
345
|
+
},
|
|
346
|
+
search(args) {
|
|
347
|
+
this.startDate = this.$refs.paged.$refs.cri.model.startDate
|
|
348
|
+
this.endDate = this.$refs.paged.$refs.cri.model.endDate
|
|
349
|
+
if (this.endDate == '' || this.startDate == '') {
|
|
350
|
+
return this.$showMessage("时间区间的开始和结束时间不能为空!")
|
|
351
|
+
}
|
|
352
|
+
this.condition = args.condition = this.$refs.paged.$refs.cri.condition + `${this.orgCondtionStr}`
|
|
353
|
+
this.model.search(args.condition, args.model)
|
|
354
|
+
},
|
|
355
|
+
getorg(obj) {
|
|
356
|
+
if (obj.resids.length>0) {
|
|
357
|
+
this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(obj.resids)
|
|
358
|
+
}else
|
|
359
|
+
{
|
|
360
|
+
this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
clearmsg() {
|
|
364
|
+
this.$refs.paged.$refs.cri.model = {}
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
watch: {
|
|
368
|
+
sumsmodel:{
|
|
369
|
+
handler: function(val) {
|
|
370
|
+
this.getotherfooter();
|
|
371
|
+
},
|
|
372
|
+
deep: true
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
computed: {
|
|
376
|
+
getCondition() {
|
|
377
|
+
let condition=this.$refs.paged.$refs.cri.condition + this.orgCondtionStr
|
|
378
|
+
return {
|
|
379
|
+
condition: condition ,
|
|
380
|
+
startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
|
|
381
|
+
endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
},
|
|
385
|
+
usertypes() {
|
|
386
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
387
|
+
},
|
|
388
|
+
userstate() {
|
|
389
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')]
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
</script>
|
|
394
|
+
<style>
|
|
395
|
+
.form-input-group label {
|
|
396
|
+
text-align: right;
|
|
397
|
+
width: auto;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.mystyle {
|
|
401
|
+
float: right;
|
|
402
|
+
padding-right: 10%;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.mystyle1 {
|
|
406
|
+
padding-top: 10px;
|
|
407
|
+
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.mystyle2 {
|
|
411
|
+
width: 100%;
|
|
412
|
+
height: 35px;
|
|
413
|
+
/*background: #00A3F0;*/
|
|
414
|
+
padding-left: 15px;
|
|
415
|
+
float: left;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.datapanel {
|
|
419
|
+
color: #333;
|
|
420
|
+
background-color: white;
|
|
421
|
+
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
|
422
|
+
padding: 10px 30px 10px 30px;
|
|
423
|
+
border-radius: 15px;
|
|
424
|
+
}
|
|
425
|
+
</style>
|
|
@@ -49,7 +49,9 @@
|
|
|
49
49
|
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
50
50
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="handplanQuery"
|
|
51
51
|
template-name='抄表查询导出'
|
|
52
|
-
:choose-col="true"
|
|
52
|
+
:choose-col="true"
|
|
53
|
+
v-if="this.$login.r.includes('机表抄表查询导出')"
|
|
54
|
+
></export-excel>
|
|
53
55
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model"
|
|
54
56
|
:field="$parent.$parent.getfield"
|
|
55
57
|
:defaultfield="$parent.$parent.defaultfield" print-name="抄表查询打印"
|