manage-client 3.2.235 → 3.2.236
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/filiale/qianneng/ChargeQuery.vue +1 -1
- package/src/filiale/qianneng/QnJgqGshzbb.vue +13 -6
- package/src/filiale/qianneng/QnJgqGsxsmx.vue +17 -11
- package/src/filiale/qianneng/QnJgqMgqbb.vue +12 -10
- package/src/filiale/qianneng/QnJgqMyhzbb.vue +3 -3
- package/src/filiale/qianneng/QnJgqMyxsmx.vue +19 -11
- package/src/filiale/qianneng/QnJgqReport.vue +2 -2
- package/src/filiale/qianneng/QnJgqXsjgbb.vue +2 -2
- package/src/filiale/qianneng/QnJgqYhsbb.vue +1 -1
- package/src/filiale/qianneng/QnJgqZhdacx.vue +1 -19
- package/src/filiale/qianneng/exportConfig.js +9 -9
package/package.json
CHANGED
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
dep:[],
|
|
854
854
|
user:[]
|
|
855
855
|
},
|
|
856
|
-
model: new PagedList('rs/sql/chargeQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'
|
|
856
|
+
model: new PagedList('rs/sql/chargeQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'id asc'`,startDate: 'this.model.startDate', endDate: 'this.model.endDate'},{
|
|
857
857
|
f_pregas: 0,
|
|
858
858
|
f_delaypay: 0,
|
|
859
859
|
fee:0,
|
|
@@ -11,13 +11,20 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
<div class="col-sm-2 form-group">
|
|
14
|
-
<label class="font_normal_body"
|
|
14
|
+
<label class="font_normal_body">月份</label>
|
|
15
15
|
<v-select :value.sync="model.a_jfyf"
|
|
16
16
|
:options='$parent.$parent.jfyfArray' placeholder='请选择' v-model="model.a_jfyf"
|
|
17
17
|
condition="a_jfyf in {}"
|
|
18
18
|
close-on-select></v-select>
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
+
<div class="col-sm-2 form-group">
|
|
22
|
+
<label class="font_normal_body">客户类型</label>
|
|
23
|
+
<v-select :value.sync="model.j_khlx"
|
|
24
|
+
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.j_khlx"
|
|
25
|
+
condition="j_khlx in {}"
|
|
26
|
+
close-on-select></v-select>
|
|
27
|
+
</div>
|
|
21
28
|
|
|
22
29
|
<div class="span" style="float:right;">
|
|
23
30
|
<button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
|
|
@@ -28,7 +35,7 @@
|
|
|
28
35
|
:field="$parent.$parent.getExportField"
|
|
29
36
|
:footer="$parent.$parent.footer"
|
|
30
37
|
:header="$parent.$parent.other"
|
|
31
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
38
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqGshzbb" template-name='用气汇总报表导出'
|
|
32
39
|
:choose-col="true"></export-excel>
|
|
33
40
|
|
|
34
41
|
<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>
|
|
@@ -42,7 +49,7 @@
|
|
|
42
49
|
<template partial='head'>
|
|
43
50
|
<tr>
|
|
44
51
|
<th>
|
|
45
|
-
<nobr
|
|
52
|
+
<nobr>月份</nobr>
|
|
46
53
|
</th>
|
|
47
54
|
<th>
|
|
48
55
|
<nobr>用气性质</nobr>
|
|
@@ -60,7 +67,7 @@
|
|
|
60
67
|
<nobr>违约金</nobr>
|
|
61
68
|
</th>
|
|
62
69
|
<th>
|
|
63
|
-
<nobr
|
|
70
|
+
<nobr>金额合计</nobr>
|
|
64
71
|
</th>
|
|
65
72
|
</tr>
|
|
66
73
|
</template>
|
|
@@ -98,7 +105,7 @@
|
|
|
98
105
|
汇总信息
|
|
99
106
|
</td>
|
|
100
107
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
101
|
-
气量合计: {{sumsmodel.e_ysql}}  金额合计: {{sumsmodel.f_je}}  违约金合计: {{sumsmodel.g_znj}} &emsp
|
|
108
|
+
气量合计: {{sumsmodel.e_ysql}}  金额合计: {{sumsmodel.f_je}}  违约金合计: {{sumsmodel.g_znj}}  金额合计合计: {{sumsmodel.i_sjje}}
|
|
102
109
|
</td>
|
|
103
110
|
</tr>
|
|
104
111
|
</table>
|
|
@@ -507,7 +514,7 @@
|
|
|
507
514
|
return data
|
|
508
515
|
},
|
|
509
516
|
getExportField() {
|
|
510
|
-
return exportConfig.
|
|
517
|
+
return exportConfig.qnJgqGshzbb
|
|
511
518
|
},
|
|
512
519
|
inputtor () {
|
|
513
520
|
// 获取抄表员
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<div class="row">
|
|
10
10
|
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
<div class="col-sm-2 form-group">
|
|
12
|
-
<label class="font_normal_body"
|
|
12
|
+
<label class="font_normal_body">月份</label>
|
|
13
13
|
<v-select :value.sync="model.t_jfyf"
|
|
14
14
|
:options='$parent.$parent.jfyfArray' placeholder='请选择' v-model="model.t_jfyf"
|
|
15
15
|
condition="t_jfyf in {}"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
:field="$parent.$parent.getExportField"
|
|
39
39
|
:footer="$parent.$parent.footer"
|
|
40
40
|
:header="$parent.$parent.other"
|
|
41
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
41
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqGsxsmx" template-name='工商销售明细导出'
|
|
42
42
|
:choose-col="true"></export-excel>
|
|
43
43
|
|
|
44
44
|
<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>
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
<nobr>止方</nobr>
|
|
75
75
|
</th>
|
|
76
76
|
<th>
|
|
77
|
-
<nobr
|
|
77
|
+
<nobr>气量</nobr>
|
|
78
78
|
</th>
|
|
79
79
|
<th>
|
|
80
|
-
<nobr
|
|
80
|
+
<nobr>单价</nobr>
|
|
81
81
|
</th>
|
|
82
82
|
<th>
|
|
83
83
|
<nobr>金额</nobr>
|
|
@@ -86,16 +86,19 @@
|
|
|
86
86
|
<nobr>违约金</nobr>
|
|
87
87
|
</th>
|
|
88
88
|
<th>
|
|
89
|
-
<nobr
|
|
89
|
+
<nobr>金额合计</nobr>
|
|
90
90
|
</th>
|
|
91
91
|
<th>
|
|
92
92
|
<nobr>用气性质</nobr>
|
|
93
93
|
</th>
|
|
94
94
|
<th>
|
|
95
|
-
<nobr
|
|
95
|
+
<nobr>日期</nobr>
|
|
96
|
+
</th>
|
|
97
|
+
<th>
|
|
98
|
+
<nobr>月份</nobr>
|
|
96
99
|
</th>
|
|
97
100
|
<th>
|
|
98
|
-
<nobr
|
|
101
|
+
<nobr>表具类型</nobr>
|
|
99
102
|
</th>
|
|
100
103
|
<th>
|
|
101
104
|
<nobr>收费员</nobr>
|
|
@@ -128,10 +131,10 @@
|
|
|
128
131
|
<nobr>{{row.i_cszf}}</nobr>
|
|
129
132
|
</td>
|
|
130
133
|
<td style="text-align: center;">
|
|
131
|
-
<nobr>{{row.
|
|
134
|
+
<nobr>{{row.j_ysql}}</nobr>
|
|
132
135
|
</td>
|
|
133
136
|
<td style="text-align: center;">
|
|
134
|
-
<nobr>{{row.
|
|
137
|
+
<nobr>{{row.k_dj}}</nobr>
|
|
135
138
|
</td>
|
|
136
139
|
<td style="text-align: center;">
|
|
137
140
|
<nobr>{{row.l_je}}</nobr>
|
|
@@ -151,6 +154,9 @@
|
|
|
151
154
|
<td style="text-align: center;">
|
|
152
155
|
<nobr>{{row.t_jfyf}}</nobr>
|
|
153
156
|
</td>
|
|
157
|
+
<td style="text-align: center;">
|
|
158
|
+
<nobr>{{row.bjlx}}</nobr>
|
|
159
|
+
</td>
|
|
154
160
|
<td style="text-align: center;">
|
|
155
161
|
<nobr>{{row.sfyg}}</nobr>
|
|
156
162
|
</td>
|
|
@@ -169,7 +175,7 @@
|
|
|
169
175
|
汇总信息
|
|
170
176
|
</td>
|
|
171
177
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
172
|
-
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}} &emsp
|
|
178
|
+
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}}  金额合计合计: {{sumsmodel.o_sjje}}
|
|
173
179
|
</td>
|
|
174
180
|
</tr>
|
|
175
181
|
</table>
|
|
@@ -577,7 +583,7 @@
|
|
|
577
583
|
return data
|
|
578
584
|
},
|
|
579
585
|
getExportField() {
|
|
580
|
-
return exportConfig.
|
|
586
|
+
return exportConfig.qnJgqGsxsmx
|
|
581
587
|
},
|
|
582
588
|
inputtor () {
|
|
583
589
|
// 获取抄表员
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
|
|
12
12
|
<div class="col-sm-2 form-group">
|
|
13
|
-
<label class="font_normal_body"
|
|
13
|
+
<label class="font_normal_body">月份</label>
|
|
14
14
|
<v-select :value.sync="model.t_jfyf"
|
|
15
15
|
:options='$parent.$parent.jfnfArray' placeholder='请选择' v-model="model.t_jfyf"
|
|
16
16
|
condition="t_jfyf in {}"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
:field="$parent.$parent.getExportField"
|
|
33
33
|
:footer="$parent.$parent.footer"
|
|
34
34
|
:header="$parent.$parent.other"
|
|
35
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
35
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqMgqbb" template-name='煤改气报表导出'
|
|
36
36
|
:choose-col="true"></export-excel>
|
|
37
37
|
|
|
38
38
|
<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>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<nobr>止方</nobr>
|
|
67
67
|
</th>
|
|
68
68
|
<th>
|
|
69
|
-
<nobr
|
|
69
|
+
<nobr>气量</nobr>
|
|
70
70
|
</th>
|
|
71
71
|
<th>
|
|
72
72
|
<nobr>单价</nobr>
|
|
@@ -77,20 +77,21 @@
|
|
|
77
77
|
<th>
|
|
78
78
|
<nobr>违约金</nobr>
|
|
79
79
|
</th>
|
|
80
|
+
<!--
|
|
80
81
|
<th>
|
|
81
82
|
<nobr>价差</nobr>
|
|
82
|
-
</th
|
|
83
|
+
</th>-->
|
|
83
84
|
<th>
|
|
84
|
-
<nobr
|
|
85
|
+
<nobr>金额合计</nobr>
|
|
85
86
|
</th>
|
|
86
87
|
<th>
|
|
87
88
|
<nobr>用气性质</nobr>
|
|
88
89
|
</th>
|
|
89
90
|
<th>
|
|
90
|
-
<nobr
|
|
91
|
+
<nobr>日期</nobr>
|
|
91
92
|
</th>
|
|
92
93
|
<th>
|
|
93
|
-
<nobr
|
|
94
|
+
<nobr>月份</nobr>
|
|
94
95
|
</th>
|
|
95
96
|
<th>
|
|
96
97
|
<nobr>收费员</nobr>
|
|
@@ -134,9 +135,10 @@
|
|
|
134
135
|
<td style="text-align: center;">
|
|
135
136
|
<nobr>{{row.m_znj}}</nobr>
|
|
136
137
|
</td>
|
|
138
|
+
<!--
|
|
137
139
|
<td style="text-align: center;">
|
|
138
140
|
<nobr>{{row.n_jc}}</nobr>
|
|
139
|
-
</td
|
|
141
|
+
</td>-->
|
|
140
142
|
<td style="text-align: center;">
|
|
141
143
|
<nobr>{{row.o_sjje}}</nobr>
|
|
142
144
|
</td>
|
|
@@ -167,7 +169,7 @@
|
|
|
167
169
|
汇总信息
|
|
168
170
|
</td>
|
|
169
171
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
170
|
-
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}} &emsp
|
|
172
|
+
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}}  金额合计合计: {{sumsmodel.o_sjje}}
|
|
171
173
|
</td>
|
|
172
174
|
</tr>
|
|
173
175
|
</table>
|
|
@@ -591,7 +593,7 @@ export default {
|
|
|
591
593
|
return data
|
|
592
594
|
},
|
|
593
595
|
getExportField() {
|
|
594
|
-
return exportConfig.
|
|
596
|
+
return exportConfig.qnJgqMgqbb
|
|
595
597
|
},
|
|
596
598
|
inputtor () {
|
|
597
599
|
// 获取抄表员
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
|
|
12
12
|
<div class="col-sm-2 form-group">
|
|
13
|
-
<label class="font_normal_body"
|
|
13
|
+
<label class="font_normal_body">年份</label>
|
|
14
14
|
<v-select :value.sync="model.jfnf"
|
|
15
15
|
:options='$parent.$parent.jfnfArray' placeholder='请选择' v-model="model.jfnf"
|
|
16
16
|
condition="jfnf in {}"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
:field="$parent.$parent.getExportField"
|
|
35
35
|
:footer="$parent.$parent.footer"
|
|
36
36
|
:header="$parent.$parent.other"
|
|
37
|
-
sqlurl="rs/logic/exportfile" sql-name="qnJgqMyhzbb" template-name='
|
|
37
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqMyhzbb" template-name='民用汇总报表导出'
|
|
38
38
|
:choose-col="true"></export-excel>
|
|
39
39
|
|
|
40
40
|
<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>
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
return data
|
|
529
529
|
},
|
|
530
530
|
getExportField() {
|
|
531
|
-
return exportConfig.
|
|
531
|
+
return exportConfig.qnJgqMyhzbb
|
|
532
532
|
},
|
|
533
533
|
inputtor () {
|
|
534
534
|
// 获取抄表员
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
11
11
|
|
|
12
12
|
<div class="col-sm-2 form-group">
|
|
13
|
-
<label class="font_normal_body"
|
|
13
|
+
<label class="font_normal_body">月份</label>
|
|
14
14
|
<v-select :value.sync="model.t_jfyf"
|
|
15
15
|
:options='$parent.$parent.jfnfArray' placeholder='请选择' v-model="model.t_jfyf"
|
|
16
16
|
condition="t_jfyf in {}"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
:field="$parent.$parent.getExportField"
|
|
33
33
|
:footer="$parent.$parent.footer"
|
|
34
34
|
:header="$parent.$parent.other"
|
|
35
|
-
sqlurl="rs/logic/exportfile" sql-name="qnJgqMyxsmx" template-name='
|
|
35
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqMyxsmx" template-name='民用销售明细导出'
|
|
36
36
|
:choose-col="true"></export-excel>
|
|
37
37
|
|
|
38
38
|
<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>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<nobr>用户名</nobr>
|
|
52
52
|
</th>
|
|
53
53
|
<th>
|
|
54
|
-
<nobr
|
|
54
|
+
<nobr>用气地址</nobr>
|
|
55
55
|
</th>
|
|
56
56
|
<th>
|
|
57
57
|
<nobr>商品名称</nobr>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<nobr>止方</nobr>
|
|
67
67
|
</th>
|
|
68
68
|
<th>
|
|
69
|
-
<nobr
|
|
69
|
+
<nobr>气量</nobr>
|
|
70
70
|
</th>
|
|
71
71
|
<th>
|
|
72
72
|
<nobr>单价</nobr>
|
|
@@ -77,20 +77,24 @@
|
|
|
77
77
|
<th>
|
|
78
78
|
<nobr>违约金</nobr>
|
|
79
79
|
</th>
|
|
80
|
+
<!--
|
|
80
81
|
<th>
|
|
81
82
|
<nobr>价差</nobr>
|
|
82
|
-
</th>
|
|
83
|
+
</th> -->
|
|
83
84
|
<th>
|
|
84
|
-
<nobr
|
|
85
|
+
<nobr>金额合计</nobr>
|
|
85
86
|
</th>
|
|
86
87
|
<th>
|
|
87
88
|
<nobr>用气性质</nobr>
|
|
88
89
|
</th>
|
|
89
90
|
<th>
|
|
90
|
-
<nobr
|
|
91
|
+
<nobr>日期</nobr>
|
|
92
|
+
</th>
|
|
93
|
+
<th>
|
|
94
|
+
<nobr>月份</nobr>
|
|
91
95
|
</th>
|
|
92
96
|
<th>
|
|
93
|
-
<nobr
|
|
97
|
+
<nobr>表具类型</nobr>
|
|
94
98
|
</th>
|
|
95
99
|
<th>
|
|
96
100
|
<nobr>收费员</nobr>
|
|
@@ -134,9 +138,10 @@
|
|
|
134
138
|
<td style="text-align: center;">
|
|
135
139
|
<nobr>{{row.m_znj}}</nobr>
|
|
136
140
|
</td>
|
|
141
|
+
<!--
|
|
137
142
|
<td style="text-align: center;">
|
|
138
143
|
<nobr>{{row.n_jc}}</nobr>
|
|
139
|
-
</td>
|
|
144
|
+
</td> -->
|
|
140
145
|
<td style="text-align: center;">
|
|
141
146
|
<nobr>{{row.o_sjje}}</nobr>
|
|
142
147
|
</td>
|
|
@@ -149,6 +154,9 @@
|
|
|
149
154
|
<td style="text-align: center;">
|
|
150
155
|
<nobr>{{row.t_jfyf}}</nobr>
|
|
151
156
|
</td>
|
|
157
|
+
<td style="text-align: center;">
|
|
158
|
+
<nobr>{{row.bjlx}}</nobr>
|
|
159
|
+
</td>
|
|
152
160
|
<td style="text-align: center;">
|
|
153
161
|
<nobr>{{row.sfyg}}</nobr>
|
|
154
162
|
</td>
|
|
@@ -167,7 +175,7 @@
|
|
|
167
175
|
汇总信息
|
|
168
176
|
</td>
|
|
169
177
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
170
|
-
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}} &emsp
|
|
178
|
+
气量合计: {{sumsmodel.j_ysql}}  金额合计: {{sumsmodel.l_je}}  违约金合计: {{sumsmodel.m_znj}}  金额合计合计: {{sumsmodel.o_sjje}}
|
|
171
179
|
</td>
|
|
172
180
|
</tr>
|
|
173
181
|
</table>
|
|
@@ -591,7 +599,7 @@ export default {
|
|
|
591
599
|
return data
|
|
592
600
|
},
|
|
593
601
|
getExportField() {
|
|
594
|
-
return exportConfig.
|
|
602
|
+
return exportConfig.qnJgqMyxsmx
|
|
595
603
|
},
|
|
596
604
|
inputtor () {
|
|
597
605
|
// 获取抄表员
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<tabs header="煤改气报表" v-if="permission('结构气煤改气报表')">
|
|
7
7
|
<qn-jgq-mgqbb v-if="show.includes('煤改气报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-mgqbb>
|
|
8
8
|
</tabs>
|
|
9
|
-
<tabs header="
|
|
10
|
-
<qn-jgq-gshzbb v-if="show.includes('
|
|
9
|
+
<tabs header="用气汇总报表" v-if="permission('结构气用气汇总报表')">
|
|
10
|
+
<qn-jgq-gshzbb v-if="show.includes('用气汇总报表')" @deal-msg="dealMsg" :data="data"></qn-jgq-gshzbb>
|
|
11
11
|
</tabs>
|
|
12
12
|
<tabs header="工商销售明细" v-if="permission('结构气工商销售明细')">
|
|
13
13
|
<qn-jgq-gsxsmx v-if="show.includes('工商销售明细')" @deal-msg="dealMsg" :data="data"></qn-jgq-gsxsmx>
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
:field="$parent.$parent.getExportField"
|
|
27
27
|
:footer="$parent.$parent.footer"
|
|
28
28
|
:header="$parent.$parent.other"
|
|
29
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
29
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqXsjgbb" template-name='销售结构报表导出'
|
|
30
30
|
:choose-col="true"></export-excel>
|
|
31
31
|
|
|
32
32
|
<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>
|
|
@@ -527,7 +527,7 @@ export default {
|
|
|
527
527
|
return data
|
|
528
528
|
},
|
|
529
529
|
getExportField() {
|
|
530
|
-
return exportConfig.
|
|
530
|
+
return exportConfig.qnJgqXsjgbb
|
|
531
531
|
},
|
|
532
532
|
inputtor () {
|
|
533
533
|
// 获取抄表员
|
|
@@ -134,9 +134,6 @@
|
|
|
134
134
|
<th>
|
|
135
135
|
<nobr>表号</nobr>
|
|
136
136
|
</th>
|
|
137
|
-
<th>
|
|
138
|
-
<nobr>气表底数</nobr>
|
|
139
|
-
</th>
|
|
140
137
|
<th>
|
|
141
138
|
<nobr>客户类型</nobr>
|
|
142
139
|
</th>
|
|
@@ -152,12 +149,6 @@
|
|
|
152
149
|
<th>
|
|
153
150
|
<nobr>表状态</nobr>
|
|
154
151
|
</th>
|
|
155
|
-
<th>
|
|
156
|
-
<nobr>抄表册编号</nobr>
|
|
157
|
-
</th>
|
|
158
|
-
<th>
|
|
159
|
-
<nobr>抄表册顺序</nobr>
|
|
160
|
-
</th>
|
|
161
152
|
<th>
|
|
162
153
|
<nobr>备注信息</nobr>
|
|
163
154
|
</th>
|
|
@@ -197,9 +188,6 @@
|
|
|
197
188
|
<td style="text-align: center;">
|
|
198
189
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
199
190
|
</td>
|
|
200
|
-
<td style="text-align: center;">
|
|
201
|
-
<nobr>{{row.f_meter_base}}</nobr>
|
|
202
|
-
</td>
|
|
203
191
|
<td style="text-align: center;">
|
|
204
192
|
<nobr>{{row.f_user_type}}</nobr>
|
|
205
193
|
</td>
|
|
@@ -215,12 +203,6 @@
|
|
|
215
203
|
<td style="text-align: center;">
|
|
216
204
|
<nobr>{{row.f_table_state}}</nobr>
|
|
217
205
|
</td>
|
|
218
|
-
<td style="text-align: center;">
|
|
219
|
-
<nobr>{{row.f_meter_book_num}}</nobr>
|
|
220
|
-
</td>
|
|
221
|
-
<td style="text-align: center;">
|
|
222
|
-
<nobr>{{row.f_meter_book_sort}}</nobr>
|
|
223
|
-
</td>
|
|
224
206
|
<td style="text-align: center;">
|
|
225
207
|
<nobr>{{row.f_comments}}</nobr>
|
|
226
208
|
</td>
|
|
@@ -636,7 +618,7 @@
|
|
|
636
618
|
return data
|
|
637
619
|
},
|
|
638
620
|
getExportField() {
|
|
639
|
-
return exportConfig.
|
|
621
|
+
return exportConfig.qnJgqZhdacx
|
|
640
622
|
},
|
|
641
623
|
inputtor () {
|
|
642
624
|
// 获取抄表员
|
|
@@ -125,29 +125,29 @@ export default{
|
|
|
125
125
|
qnJgqZhdacx:{
|
|
126
126
|
'f_userinfo_code':'客户编号', 'f_user_name':'客户名称', 'f_user_state':'客户状态', 'f_address':'客户地址', 'f_user_phone':'客户电话',
|
|
127
127
|
'f_gas_date':'通气日期', 'f_price_name':'气价名称', 'f_meter_type':'气表类型', 'f_meter_brand':'气表品牌', 'f_meter_style':'气表型号',
|
|
128
|
-
'f_meternumber':'表号',
|
|
129
|
-
'f_idnumber':'证件号码', 'f_table_state':'表状态', '
|
|
128
|
+
'f_meternumber':'表号', 'f_user_type':'客户类型', 'f_gasproperties':'用气性质', 'f_credentials':'证件类型',
|
|
129
|
+
'f_idnumber':'证件号码', 'f_table_state':'表状态', 'f_comments':'备注信息'
|
|
130
130
|
},
|
|
131
131
|
qnJgqMgqbb:{
|
|
132
132
|
'b_yhh':'用户号','c_yhmc':'用户名','d_yqdz':'地址','e_spmc':'商品名称','g_cbqj':'抄表期间','h_csqf':'起方','i_cszf':'止方',
|
|
133
|
-
'j_ysql':'
|
|
134
|
-
's_jfrq':'
|
|
133
|
+
'j_ysql':'气量','k_dj':'单价','l_je':'金额','m_znj':'违约金',/**'n_jc':'价差',**/'o_sjje':'金额合计','r_yqxzcfl':'用气性质',
|
|
134
|
+
's_jfrq':'日期','t_jfyf':'月份','sfyg':'收费员','cbg':'抄表员'
|
|
135
135
|
},
|
|
136
136
|
qnJgqGshzbb:{
|
|
137
|
-
'a_jfyf':'
|
|
137
|
+
'a_jfyf':'月份', 'c_yqxz':'用气性质', 'd_dj':'单价', 'e_ysql':'气量', 'f_je':'金额', 'g_znj':'违约金', 'i_sjje':'金额合计',
|
|
138
138
|
},
|
|
139
139
|
qnJgqGsxsmx:{
|
|
140
140
|
'b_yhh':'用户号','c_yhmc':'用户名','d_yqdz':'用气地址','e_spmc':'商品名称','g_cbqj':'抄表期间','h_csqf':'起方','i_cszf':'止方',
|
|
141
|
-
'
|
|
142
|
-
't_jfyf':'
|
|
141
|
+
'j_ysql':'气量','k_dj':'单价','l_je':'金额','m_znj':'违约金','o_sjje':'金额合计','u_xyqxz':'用气性质','s_jfrq':'日期',
|
|
142
|
+
't_jfyf':'月份','bjlx':'表具类型','sfyg':'收费员','cbg':'抄表员'
|
|
143
143
|
},
|
|
144
144
|
qnJgqMyhzbb:{
|
|
145
145
|
'b_yhh':'用户号','c_yhmc':'用户名','d_yqdz':'地址','khlx':'客户类型','r_yqxzcfl':'用气性质','nyql':'年用气量','nje':'年用气金额'
|
|
146
146
|
},
|
|
147
147
|
qnJgqMyxsmx:{
|
|
148
148
|
'b_yhh':'用户号','c_yhmc':'用户名','d_yqdz':'地址','e_spmc':'商品名称','g_cbqj':'抄表期间','h_csqf':'起方','i_cszf':'止方',
|
|
149
|
-
'j_ysql':'
|
|
150
|
-
's_jfrq':'
|
|
149
|
+
'j_ysql':'气量','k_dj':'单价','l_je':'金额','m_znj':'违约金',/**'n_jc':'价差',**/'o_sjje':'金额合计','r_yqxzcfl':'用气性质',
|
|
150
|
+
's_jfrq':'日期','t_jfyf':'月份','bjlx':'表具类型','sfyg':'收费员','cbg':'抄表员'
|
|
151
151
|
},
|
|
152
152
|
qnJgqXsjgbb:{
|
|
153
153
|
'a_yf':'月份','b_hjql':'合计气量','c_hjhs':'合计户数','d_gyql':'工业气量','e_gyhs':'工业户数','f_syql':'商业气量','g_syhs':'商业户数',
|