manage-client 3.3.80 → 3.3.81-test
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 +2 -2
- package/src/filiale/macheng/ArrearsQuery.vue +1 -1
- package/src/filiale/macheng/DayGasQuery.vue +1 -1
- package/src/filiale/macheng/FMYGasQuery.vue +1 -1
- package/src/filiale/macheng/HandplanQuery.vue +1 -1
- package/src/filiale/macheng/MeterQuery.vue +1 -1
- package/src/filiale/macheng/MonthGasQuery.vue +1 -1
- package/src/filiale/macheng/RecordInfoQuery.vue +1 -1
- package/src/filiale/qianneng/QnAqzzYsmx.vue +1 -0
- package/src/filiale/tongchuan/ChargeQuery.vue +2 -545
- package/src/filiale/tongchuan/config/exportConfig.js +4 -8
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manage-client",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.81-test",
|
|
4
4
|
"description": "经营管控模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"system-clients": "3.2.61",
|
|
72
72
|
"url-loader": "^0.5.7",
|
|
73
73
|
"vue-amap": "0.5.10",
|
|
74
|
-
"vue-client": "1.24.
|
|
74
|
+
"vue-client": "1.24.104",
|
|
75
75
|
"vue-hot-reload-api": "^1.2.0",
|
|
76
76
|
"vue-html-loader": "^1.0.0",
|
|
77
77
|
"vue-loader": "8.2.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
<div class="col-sm-2 form-group">
|
|
85
85
|
<label class="font_normal_body">客户名称</label>
|
|
86
86
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
87
|
-
condition="f_user_name
|
|
87
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
88
88
|
</div>
|
|
89
89
|
|
|
90
90
|
<!--<div class="col-sm-2 form-group">-->
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<div class="col-sm-2 form-group">
|
|
57
57
|
<label class="font_normal_body">客户名称</label>
|
|
58
58
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
59
|
-
condition="f_user_name
|
|
59
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
60
60
|
</div>
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<div class="col-sm-2 form-group">
|
|
82
82
|
<label class="font_normal_body">客户名称</label>
|
|
83
83
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
84
|
-
condition="f_user_name
|
|
84
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
85
85
|
</div>
|
|
86
86
|
<div class="col-sm-2 form-group">
|
|
87
87
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="col-sm-2 form-group">
|
|
60
60
|
<label class="font_normal_body">客户名称</label>
|
|
61
61
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
62
|
-
condition="f_user_name
|
|
62
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
63
63
|
</div>
|
|
64
64
|
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="col-sm-2 form-group">
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
18
|
-
condition="f_user_name
|
|
18
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
19
19
|
</div>
|
|
20
20
|
<div class="col-sm-2 form-group">
|
|
21
21
|
<label class="font_normal_body">客户电话</label>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<div class="col-sm-2 form-group">
|
|
58
58
|
<label class="font_normal_body">客户名称</label>
|
|
59
59
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
60
|
-
condition="f_user_name
|
|
60
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
61
61
|
</div>
|
|
62
62
|
<div class="col-sm-2 form-group">
|
|
63
63
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="col-sm-2 form-group" >
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
18
|
-
condition="f_user_name
|
|
18
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
19
19
|
</div>
|
|
20
20
|
<div class="col-sm-2 form-group" >
|
|
21
21
|
<label class="font_normal_body">客户状态</label>
|
|
@@ -60,51 +60,6 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
62
62
|
<res-select-group :show-component="$parent.$parent.resshow" :selectin="true" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
63
|
-
<div class="col-sm-2 form-group">
|
|
64
|
-
<label class="font_normal_body">收费编号</label>
|
|
65
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.id"
|
|
66
|
-
condition="id = '{}'" placeholder="收费编号">
|
|
67
|
-
</div>
|
|
68
|
-
<div class="col-sm-2 form-group">
|
|
69
|
-
<label class="font_normal_body">客户电话</label>
|
|
70
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
|
|
71
|
-
condition="f_user_phone like '%{}%'" placeholder="客户电话">
|
|
72
|
-
</div>
|
|
73
|
-
<div class="col-sm-2 form-group">
|
|
74
|
-
<label class="font_normal_body">身份证号</label>
|
|
75
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_idnumber"
|
|
76
|
-
condition="f_idnumber like '%{}%'" placeholder="身份证号">
|
|
77
|
-
</div>
|
|
78
|
-
<div class="col-sm-2 form-group">
|
|
79
|
-
<label class="font_normal_body">客户地址</label>
|
|
80
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
81
|
-
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
82
|
-
</div>
|
|
83
|
-
<div class="col-sm-2 form-group">
|
|
84
|
-
<label class="font_normal_body"> 小区 </label>
|
|
85
|
-
<v-select :value.sync="model.f_residential_area"
|
|
86
|
-
class="select_list select"
|
|
87
|
-
v-model="model.f_residential_area"
|
|
88
|
-
style="width: 60%"
|
|
89
|
-
multiple
|
|
90
|
-
condition="f_residential_area in {}"
|
|
91
|
-
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
92
|
-
close-on-select>
|
|
93
|
-
</v-select>
|
|
94
|
-
</div>
|
|
95
|
-
<div
|
|
96
|
-
class="col-sm-2 form-group">
|
|
97
|
-
<label class="font_normal_body">区 域</label>
|
|
98
|
-
<v-select
|
|
99
|
-
v-model="model.f_pcd"
|
|
100
|
-
placeholder='选择区域'
|
|
101
|
-
:value.sync="model.f_pcd"
|
|
102
|
-
:options='$parent.$parent.pcdslist'
|
|
103
|
-
condition="f_pcd_id = '{}'"
|
|
104
|
-
style="width: 60%"
|
|
105
|
-
close-on-select >
|
|
106
|
-
</v-select>
|
|
107
|
-
</div>
|
|
108
63
|
<div class="col-sm-2 form-group">
|
|
109
64
|
<label class="font_normal_body" title="参数:付款方式查询">付款方式</label>
|
|
110
65
|
<v-select :value.sync="model.f_payment" multiple
|
|
@@ -113,35 +68,6 @@
|
|
|
113
68
|
condition="f_payment in {}"
|
|
114
69
|
close-on-select></v-select>
|
|
115
70
|
</div>
|
|
116
|
-
<div class="col-sm-2 form-group">
|
|
117
|
-
<label class="font_normal_body" title="参数:支付渠道查询">支付渠道</label>
|
|
118
|
-
<v-select :value.sync="model.f_bank_type" multiple
|
|
119
|
-
v-model="model.f_bank_type"
|
|
120
|
-
:options='$parent.$parent.banktype' placeholder='请选择'
|
|
121
|
-
condition="f_bank_type in {}"
|
|
122
|
-
close-on-select></v-select>
|
|
123
|
-
</div>
|
|
124
|
-
<div class="col-sm-2 form-group">
|
|
125
|
-
<label class="font_normal_body">收费类型</label>
|
|
126
|
-
<!-- <v-select :value.sync="model.f_type"
|
|
127
|
-
v-model="model.f_type"
|
|
128
|
-
:options='$parent.$parent.chargetype' placeholder='请选择'
|
|
129
|
-
condition="f_type = '{}'"
|
|
130
|
-
close-on-select></v-select>-->
|
|
131
|
-
<v-select :value.sync="model.f_type" multiple
|
|
132
|
-
:options='$parent.$parent.chargetype' placeholder='请选择'
|
|
133
|
-
close-on-select clear-button
|
|
134
|
-
condition="f_type in {}"
|
|
135
|
-
v-model="model.f_type"></v-select>
|
|
136
|
-
</div>
|
|
137
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
138
|
-
<!-- <label class="font_normal_body">票据类型</label>-->
|
|
139
|
-
<!-- <v-select :options='$parent.$parent.papertype'-->
|
|
140
|
-
<!-- condition="f_paper_type = '{}'"-->
|
|
141
|
-
<!-- v-model="model.f_paper_type"-->
|
|
142
|
-
<!-- :value.sync="model.f_paper_type" close-on-select-->
|
|
143
|
-
<!-- placeholder='请选择'></v-select>-->
|
|
144
|
-
<!-- </div>-->
|
|
145
71
|
<div class="col-sm-2 form-group">
|
|
146
72
|
<label class="font_normal_body">客户类型</label>
|
|
147
73
|
<v-select :value.sync="model.f_user_type"
|
|
@@ -164,183 +90,6 @@
|
|
|
164
90
|
condition="f_gasproperties_second = '{}'"
|
|
165
91
|
close-on-select></v-select>
|
|
166
92
|
</div>
|
|
167
|
-
<div class="col-sm-2 form-group">
|
|
168
|
-
<label class="font_normal_body">气价类型</label>
|
|
169
|
-
<v-select :value.sync="model.pricetype" v-model="model.pricetype"
|
|
170
|
-
placeholder='气价类型' :options="$parent.$parent.pricetypes"
|
|
171
|
-
close-on-select v-ref:type>
|
|
172
|
-
</v-select>
|
|
173
|
-
</div>
|
|
174
|
-
<div class="col-sm-2 form-group">
|
|
175
|
-
<label class="font_normal_body">气价名称</label>
|
|
176
|
-
<v-select :value.sync="model.f_price_name"
|
|
177
|
-
v-model="model.f_price_name"
|
|
178
|
-
:options="$parent.$parent.getPricenames"
|
|
179
|
-
condition="f_price_name = '{}'"
|
|
180
|
-
close-on-select></v-select>
|
|
181
|
-
</div>
|
|
182
|
-
<div class="col-sm-2 form-group">
|
|
183
|
-
<label class="font_normal_body">表  号</label>
|
|
184
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
185
|
-
condition="f_meternumber = '{}'" placeholder='表号'>
|
|
186
|
-
</div>
|
|
187
|
-
<div class="col-sm-2 form-group">
|
|
188
|
-
<label class="font_normal_body">气表类型</label>
|
|
189
|
-
<v-select :value.sync="model.f_meter_type" multiple
|
|
190
|
-
:options='$parent.$parent.metertypes' placeholder='请选择' v-model="model.f_meter_type"
|
|
191
|
-
condition="f_meter_type in {}"
|
|
192
|
-
close-on-select></v-select>
|
|
193
|
-
</div>
|
|
194
|
-
<div class="col-sm-2 form-group">
|
|
195
|
-
<label class="font_normal_body">气表品牌</label>
|
|
196
|
-
<v-select :value.sync="model.f_meter_brand" multiple
|
|
197
|
-
v-model="model.f_meter_brand"
|
|
198
|
-
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
199
|
-
condition="f_meter_brand in {}"
|
|
200
|
-
close-on-select></v-select>
|
|
201
|
-
</div>
|
|
202
|
-
|
|
203
|
-
<div class="col-sm-2 form-group">
|
|
204
|
-
<label class="font_normal_body">收费状态</label>
|
|
205
|
-
<v-select :value.sync="model.f_state" multiple
|
|
206
|
-
v-model="model.f_state"
|
|
207
|
-
:options='$parent.$parent.charge_state' placeholder='请选择'
|
|
208
|
-
condition="f_state in {}"
|
|
209
|
-
close-on-select></v-select>
|
|
210
|
-
</div>
|
|
211
|
-
<div class="col-sm-2 form-group">
|
|
212
|
-
<label class="font_normal_body">银行名称</label>
|
|
213
|
-
<v-select :value.sync="model.f_bank_name"
|
|
214
|
-
v-model="model.f_bank_name"
|
|
215
|
-
:options='$parent.$parent.bank' placeholder='请选择'
|
|
216
|
-
condition="f_bank_name = '{}'"
|
|
217
|
-
close-on-select></v-select>
|
|
218
|
-
</div>
|
|
219
|
-
<div class="col-sm-2 form-group">
|
|
220
|
-
<label class="font_normal_body">是否优惠</label>
|
|
221
|
-
<v-select :value.sync="model.f_privilege_money"
|
|
222
|
-
v-model="model.f_privilege_money"
|
|
223
|
-
:options='$parent.$parent.privilege_money' placeholder='请选择'
|
|
224
|
-
condition="f_privilege_money {}"
|
|
225
|
-
close-on-select></v-select>
|
|
226
|
-
</div>
|
|
227
|
-
<div class="col-sm-2 form-group">
|
|
228
|
-
<label class="font_normal_body">优惠金额</label>
|
|
229
|
-
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
230
|
-
v-model="model.f_privilege_money_big" condition="f_privilege_money >= {}" placeholder='大于等于'>
|
|
231
|
-
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
232
|
-
v-model="model.f_privilege_money_small" condition="f_privilege_money <= {}" placeholder='小于等于'>
|
|
233
|
-
</div>
|
|
234
|
-
<div class="col-sm-2 form-group">
|
|
235
|
-
<label class="font_normal_body">收 据 号</label>
|
|
236
|
-
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
237
|
-
v-model="model.f_bill_number_big" condition="f_bill_number >= {}" placeholder='大于等于'>
|
|
238
|
-
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
239
|
-
v-model="model.f_bill_number_small" condition="f_bill_number <= {}" placeholder='小于等于'>
|
|
240
|
-
</div>
|
|
241
|
-
<div class="col-sm-2 form-group">
|
|
242
|
-
<label class="font_normal_body"> 流水号</label>
|
|
243
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_serial_id"
|
|
244
|
-
condition="f_serial_id like '%{}%'" placeholder='流水号'>
|
|
245
|
-
</div>
|
|
246
|
-
<div class="col-sm-2 form-group">
|
|
247
|
-
<label class="font_normal_body">发票号码</label>
|
|
248
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_invoice_num"
|
|
249
|
-
condition="f_invoice_num = '{}'" placeholder='发票号码'>
|
|
250
|
-
</div>
|
|
251
|
-
<div class="col-sm-2 form-group">
|
|
252
|
-
<label class="font_normal_body" title="发票类型查询">发票类型</label>
|
|
253
|
-
<v-select :value.sync="model.f_invoice_type"
|
|
254
|
-
v-model="model.f_invoice_type"
|
|
255
|
-
:options='$parent.$parent.invoiceType' placeholder='请选择'
|
|
256
|
-
condition="f_invoice_type = '{}'"
|
|
257
|
-
close-on-select :value-single="true" :search="false">
|
|
258
|
-
</v-select>
|
|
259
|
-
</div>
|
|
260
|
-
<div class="col-sm-2 form-group">
|
|
261
|
-
<label class="font_normal_body">开 票 人</label>
|
|
262
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_invoiceuse_operator"
|
|
263
|
-
condition="f_invoiceuse_operator like '%{}%'" placeholder='开票人'>
|
|
264
|
-
</div>
|
|
265
|
-
<div class="col-sm-2 form-group">
|
|
266
|
-
<label for="startDate" class="font_normal_body">开票时间</label>
|
|
267
|
-
<datepicker id="startDate1" placeholder="开始日期" style="width:60%"
|
|
268
|
-
v-model="model.invoice_startDate"
|
|
269
|
-
:value.sync="model.invoice_startDate"
|
|
270
|
-
:format="'yyyy-MM-dd'"
|
|
271
|
-
:show-reset-button="true"
|
|
272
|
-
condition="f_invoice_date >= '{}'">
|
|
273
|
-
</datepicker>
|
|
274
|
-
</div>
|
|
275
|
-
<div class="col-sm-2 form-group">
|
|
276
|
-
<label for="endDate" class="font_normal_body">开票时间</label>
|
|
277
|
-
<datepicker id="endDate1" placeholder="结束日期" style="width:60%"
|
|
278
|
-
v-model="model.invoice_endDate"
|
|
279
|
-
:value.sync="model.invoice_endDate"
|
|
280
|
-
:format="'yyyy-MM-dd'"
|
|
281
|
-
:show-reset-button="true"
|
|
282
|
-
condition="f_invoice_date <= '{}'">
|
|
283
|
-
</datepicker>
|
|
284
|
-
</div>
|
|
285
|
-
<div class="col-sm-2 form-group">
|
|
286
|
-
<label class="font_normal_body" >抄 表 员</label>
|
|
287
|
-
<v-select :value.sync="model.f_inputtor"
|
|
288
|
-
v-model="model.f_inputtor"
|
|
289
|
-
:options='$parent.$parent.inputtores' placeholder='请选择'
|
|
290
|
-
condition="f_inputtor = '{}'"
|
|
291
|
-
close-on-select :search="false">
|
|
292
|
-
</v-select>
|
|
293
|
-
</div>
|
|
294
|
-
<div class="col-sm-2 form-group">
|
|
295
|
-
<label class="font_normal_body">抄 表 册</label>
|
|
296
|
-
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
297
|
-
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
298
|
-
style="width:60%"
|
|
299
|
-
close-on-select
|
|
300
|
-
condition="f_meter_book_num = '{}'"></v-select>
|
|
301
|
-
</div>
|
|
302
|
-
<div class="col-sm-2 form-group">
|
|
303
|
-
<label class="font_normal_body">写卡状态</label>
|
|
304
|
-
<v-select :value.sync="model.f_write_card" v-model="model.f_write_card"
|
|
305
|
-
:options='$parent.$parent.writecard' placeholder='写卡状态'
|
|
306
|
-
style="width:60%"
|
|
307
|
-
close-on-select
|
|
308
|
-
condition="f_write_card = '{}'"></v-select>
|
|
309
|
-
</div>
|
|
310
|
-
<div class="col-sm-2 form-group">
|
|
311
|
-
<label class="font_normal_body">街    道</label>
|
|
312
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_street"
|
|
313
|
-
condition="f_street like '%{}%'" placeholder='街道'>
|
|
314
|
-
</div>
|
|
315
|
-
<div class="col-sm-2 form-group">
|
|
316
|
-
<label class="font_normal_body">数 据 包</label>
|
|
317
|
-
<v-select :value.sync="model.f_bluetooth_package" v-model="model.f_bluetooth_package"
|
|
318
|
-
:options='$parent.$parent.bluetoothpackage' placeholder='数据包状态'
|
|
319
|
-
style="width:60%"
|
|
320
|
-
close-on-select
|
|
321
|
-
condition="f_bluetooth_package = '{}'"></v-select>
|
|
322
|
-
</div>
|
|
323
|
-
<div class="col-sm-2 form-group">
|
|
324
|
-
<label class="font_normal_body">pos设备 </label>
|
|
325
|
-
<v-select :value.sync="model.f_terminal_name" multiple
|
|
326
|
-
v-model="model.f_terminal_name"
|
|
327
|
-
:options='$parent.$parent.posEquipment' placeholder='请选择'
|
|
328
|
-
condition="f_operator in {}"
|
|
329
|
-
close-on-select></v-select>
|
|
330
|
-
</div>
|
|
331
|
-
<div class="col-sm-2 form-group">
|
|
332
|
-
<label class="font_normal_body">终端号</label>
|
|
333
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_terminal_num"
|
|
334
|
-
condition="f_terminal_num like '{}'" placeholder='终端号'>
|
|
335
|
-
</div>
|
|
336
|
-
<div class="col-sm-2 form-group">
|
|
337
|
-
<label class="font_normal_body"> 壁挂炉 </label>
|
|
338
|
-
<v-select :value.sync="model.isbgl"
|
|
339
|
-
v-model="model.isbgl"
|
|
340
|
-
:options='$parent.$parent.bgl' placeholder='请选择'
|
|
341
|
-
condition="isbgl = '{}'"
|
|
342
|
-
close-on-select></v-select>
|
|
343
|
-
</div>
|
|
344
93
|
</div>
|
|
345
94
|
</div>
|
|
346
95
|
</criteria>
|
|
@@ -349,26 +98,17 @@
|
|
|
349
98
|
<template partial='head'>
|
|
350
99
|
<tr>
|
|
351
100
|
<th>
|
|
352
|
-
<nobr>收费编号</nobr>
|
|
353
|
-
</th>
|
|
354
|
-
<th>
|
|
355
101
|
<!-- <nobr>客户编号</nobr>-->
|
|
356
102
|
<data-order field="f_userinfo_code" name="客户编号"
|
|
357
103
|
:order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
358
104
|
</th>
|
|
359
|
-
<th><nobr>街道</nobr></th>
|
|
360
105
|
<th>
|
|
361
106
|
<nobr>客户名称</nobr>
|
|
362
107
|
</th>
|
|
363
108
|
<th>
|
|
364
109
|
<nobr>客户电话</nobr>
|
|
365
110
|
</th>
|
|
366
|
-
|
|
367
|
-
<!-- <th>-->
|
|
368
|
-
<!-- <nobr>片区</nobr>-->
|
|
369
|
-
<!-- </th>-->
|
|
370
111
|
<th>
|
|
371
|
-
<!-- <nobr>客户地址</nobr>-->
|
|
372
112
|
<data-order field="f_address" name="客户地址"
|
|
373
113
|
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
374
114
|
</th>
|
|
@@ -381,85 +121,22 @@
|
|
|
381
121
|
<th>
|
|
382
122
|
<nobr>二级用气性质</nobr>
|
|
383
123
|
</th>
|
|
384
|
-
<th>
|
|
385
|
-
<nobr>表号</nobr>
|
|
386
|
-
</th>
|
|
387
|
-
<th>
|
|
388
|
-
<nobr>气表品牌</nobr>
|
|
389
|
-
</th>
|
|
390
|
-
<th>
|
|
391
|
-
<nobr>卡号</nobr>
|
|
392
|
-
</th>
|
|
393
|
-
<th>
|
|
394
|
-
<nobr>购气次数</nobr>
|
|
395
|
-
</th>
|
|
396
124
|
<th>
|
|
397
125
|
<nobr>气量</nobr>
|
|
398
126
|
</th>
|
|
399
|
-
<th>
|
|
400
|
-
<nobr>气费金额</nobr>
|
|
401
|
-
</th>
|
|
402
|
-
<th>
|
|
403
|
-
<nobr>滞纳金</nobr>
|
|
404
|
-
</th>
|
|
405
127
|
<th>
|
|
406
128
|
<nobr>应收金额</nobr>
|
|
407
129
|
</th>
|
|
408
|
-
<th>
|
|
409
|
-
<nobr>清缴金额</nobr>
|
|
410
|
-
</th>
|
|
411
|
-
<th>
|
|
412
|
-
<nobr>预存金额</nobr>
|
|
413
|
-
</th>
|
|
414
|
-
|
|
415
130
|
<th>
|
|
416
131
|
<nobr>实际收款</nobr>
|
|
417
132
|
</th>
|
|
418
133
|
<th>
|
|
419
|
-
<!-- <nobr>收费日期</nobr>-->
|
|
420
134
|
<data-order field="f_operate_date" name="收费日期"
|
|
421
135
|
:order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
|
|
422
136
|
</th>
|
|
423
|
-
<th>
|
|
424
|
-
<nobr>优惠金额</nobr>
|
|
425
|
-
</th>
|
|
426
|
-
<th>
|
|
427
|
-
<nobr>上期结余</nobr>
|
|
428
|
-
</th>
|
|
429
|
-
<th>
|
|
430
|
-
<nobr>本期结余</nobr>
|
|
431
|
-
</th>
|
|
432
137
|
<th>
|
|
433
138
|
<nobr>付款方式</nobr>
|
|
434
139
|
</th>
|
|
435
|
-
<th>
|
|
436
|
-
<nobr>写卡状态</nobr>
|
|
437
|
-
</th>
|
|
438
|
-
<th>
|
|
439
|
-
<nobr>支付渠道</nobr>
|
|
440
|
-
</th>
|
|
441
|
-
<th>
|
|
442
|
-
<nobr>银行名称</nobr>
|
|
443
|
-
</th>
|
|
444
|
-
<th>
|
|
445
|
-
<nobr>收费类型</nobr>
|
|
446
|
-
</th>
|
|
447
|
-
<th>
|
|
448
|
-
<nobr>终端号</nobr>
|
|
449
|
-
</th>
|
|
450
|
-
<th>
|
|
451
|
-
<nobr>蓝牙数据包状态</nobr>
|
|
452
|
-
</th>
|
|
453
|
-
<th>
|
|
454
|
-
<nobr>状态</nobr>
|
|
455
|
-
</th>
|
|
456
|
-
|
|
457
|
-
<th>
|
|
458
|
-
<nobr>备注</nobr>
|
|
459
|
-
</th>
|
|
460
|
-
<th>
|
|
461
|
-
<nobr>补打次数</nobr>
|
|
462
|
-
</th>
|
|
463
140
|
<th>
|
|
464
141
|
<nobr>人员</nobr>
|
|
465
142
|
</th>
|
|
@@ -469,85 +146,22 @@
|
|
|
469
146
|
<th>
|
|
470
147
|
<nobr>公司</nobr>
|
|
471
148
|
</th>
|
|
472
|
-
|
|
473
|
-
<nobr>流水号</nobr>
|
|
474
|
-
</th>
|
|
475
|
-
<th>
|
|
476
|
-
<nobr>收据号</nobr>
|
|
477
|
-
</th>
|
|
478
|
-
<th>
|
|
479
|
-
<nobr>业务单号</nobr>
|
|
480
|
-
</th>
|
|
481
|
-
<th>
|
|
482
|
-
<nobr>发票号码</nobr>
|
|
483
|
-
</th>
|
|
484
|
-
<th>
|
|
485
|
-
<nobr>发票类型</nobr>
|
|
486
|
-
</th>
|
|
487
|
-
<th>
|
|
488
|
-
<nobr>开票人</nobr>
|
|
489
|
-
</th>
|
|
490
|
-
<th>
|
|
491
|
-
<nobr>开票时间</nobr>
|
|
492
|
-
</th>
|
|
493
|
-
<th>
|
|
494
|
-
<nobr>是否征税</nobr>
|
|
495
|
-
</th>
|
|
496
|
-
<th>
|
|
497
|
-
<nobr>累计写卡气量</nobr>
|
|
498
|
-
</th>
|
|
499
|
-
<th>
|
|
500
|
-
<nobr>实际写卡金额</nobr>
|
|
501
|
-
</th>
|
|
502
|
-
<th>
|
|
503
|
-
<nobr>冲正人</nobr>
|
|
504
|
-
</th>
|
|
505
|
-
<th>
|
|
506
|
-
<nobr>冲正时间</nobr>
|
|
507
|
-
</th>
|
|
149
|
+
|
|
508
150
|
<th>
|
|
509
151
|
<nobr>一阶气量</nobr>
|
|
510
152
|
</th>
|
|
511
|
-
<th>
|
|
512
|
-
<nobr>一阶单价</nobr>
|
|
513
|
-
</th>
|
|
514
|
-
<th>
|
|
515
|
-
<nobr>一阶气费</nobr>
|
|
516
|
-
</th>
|
|
517
153
|
<th>
|
|
518
154
|
<nobr>二阶气量</nobr>
|
|
519
155
|
</th>
|
|
520
|
-
<th>
|
|
521
|
-
<nobr>二阶单价</nobr>
|
|
522
|
-
</th>
|
|
523
|
-
<th>
|
|
524
|
-
<nobr>二阶气费</nobr>
|
|
525
|
-
</th>
|
|
526
156
|
<th>
|
|
527
157
|
<nobr>三阶气量</nobr>
|
|
528
158
|
</th>
|
|
529
|
-
<th>
|
|
530
|
-
<nobr>三阶单价</nobr>
|
|
531
|
-
</th>
|
|
532
|
-
<th>
|
|
533
|
-
<nobr>三阶气费</nobr>
|
|
534
|
-
</th>
|
|
535
|
-
<th>
|
|
536
|
-
<nobr>是否壁挂炉</nobr>
|
|
537
|
-
</th>
|
|
538
|
-
<th><nobr>附件</nobr></th>
|
|
539
159
|
</tr>
|
|
540
160
|
</template>
|
|
541
161
|
<template partial='body'>
|
|
542
|
-
<td style="text-align: center;">
|
|
543
|
-
<nobr>{{row.id}}</nobr>
|
|
544
|
-
</td>
|
|
545
162
|
<td style="text-align: center;"><nobr>
|
|
546
163
|
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
547
164
|
</nobr> </td>
|
|
548
|
-
<td style="text-align: center;">
|
|
549
|
-
<nobr>{{row.f_street}}</nobr>
|
|
550
|
-
</td>
|
|
551
165
|
<td style="text-align: center;">
|
|
552
166
|
<nobr>{{row.f_user_name}}</nobr>
|
|
553
167
|
</td>
|
|
@@ -566,87 +180,20 @@
|
|
|
566
180
|
<td style="text-align: center;">
|
|
567
181
|
<nobr>{{row.f_gasproperties_second}}</nobr>
|
|
568
182
|
</td>
|
|
569
|
-
<td style="text-align: center;">
|
|
570
|
-
<nobr>{{row.f_meternumber}}</nobr>
|
|
571
|
-
</td>
|
|
572
|
-
<td style="text-align: center;">
|
|
573
|
-
<nobr>{{row.f_meter_brand}}</nobr>
|
|
574
|
-
</td>
|
|
575
|
-
<td style="text-align: center;">
|
|
576
|
-
<nobr>{{row.f_card_id}}</nobr>
|
|
577
|
-
</td>
|
|
578
|
-
<td style="text-align: center;">
|
|
579
|
-
<nobr>{{row.f_times}}</nobr>
|
|
580
|
-
</td>
|
|
581
183
|
<td style="text-align: center;">
|
|
582
184
|
<nobr>{{row.f_pregas}}</nobr>
|
|
583
185
|
</td>
|
|
584
|
-
<td style="text-align: center;">
|
|
585
|
-
<nobr>{{row.fee}}</nobr>
|
|
586
|
-
</td>
|
|
587
|
-
<td style="text-align: center;">
|
|
588
|
-
<nobr>{{row.f_delaypay}}</nobr>
|
|
589
|
-
</td>
|
|
590
186
|
<td style="text-align: center;">
|
|
591
187
|
<nobr>{{row.f_preamount}}</nobr>
|
|
592
188
|
</td>
|
|
593
|
-
<td style="text-align: center;">
|
|
594
|
-
<nobr>{{row.f_charge_money}}</nobr>
|
|
595
|
-
</td>
|
|
596
|
-
<td style="text-align: center;">
|
|
597
|
-
<nobr>{{row.f_yucun}}</nobr>
|
|
598
|
-
</td>
|
|
599
|
-
|
|
600
189
|
<td style="text-align: center;">
|
|
601
190
|
<nobr>{{row.f_collection}}</nobr>
|
|
602
191
|
</td>
|
|
603
|
-
<!--<td style="text-align: center;">-->
|
|
604
|
-
<!--<nobr>{{row.f_rest_date}}</nobr>-->
|
|
605
|
-
<!--</td>-->
|
|
606
192
|
<td style="text-align: center;">
|
|
607
193
|
<nobr>{{row.f_operate_date}}</nobr>
|
|
608
194
|
</td>
|
|
609
|
-
<td style="text-align: center;">
|
|
610
|
-
<nobr>{{row.f_privilege_money}}</nobr>
|
|
611
|
-
</td>
|
|
612
|
-
|
|
613
|
-
<td style="text-align: center;">
|
|
614
|
-
<nobr >{{row.f_balance}}</nobr>
|
|
615
|
-
</td>
|
|
616
|
-
<td style="text-align: center;">
|
|
617
|
-
<nobr>{{row.f_curbalance}}</nobr>
|
|
618
|
-
|
|
619
|
-
</td>
|
|
620
195
|
<td style="text-align: center;">
|
|
621
196
|
<nobr>{{row.f_payment}}</nobr>
|
|
622
|
-
</td>
|
|
623
|
-
<td style="text-align: center;">
|
|
624
|
-
<nobr>{{row.f_write_card}}</nobr>
|
|
625
|
-
</td>
|
|
626
|
-
<td style="text-align: center;">
|
|
627
|
-
<nobr>{{row.f_bank_type}}</nobr>
|
|
628
|
-
</td>
|
|
629
|
-
<td style="text-align: center;">
|
|
630
|
-
<nobr>{{row.f_bank_name}}</nobr>
|
|
631
|
-
</td>
|
|
632
|
-
<td style="text-align: center;">
|
|
633
|
-
<nobr>{{row.f_type}}</nobr>
|
|
634
|
-
</td>
|
|
635
|
-
<td style="text-align: center;">
|
|
636
|
-
<nobr>{{row.f_terminal_num}}</nobr>
|
|
637
|
-
</td>
|
|
638
|
-
<td style="text-align: center;">
|
|
639
|
-
<nobr>{{row.f_bluetooth_package}}</nobr>
|
|
640
|
-
</td>
|
|
641
|
-
<td style="text-align: center;">
|
|
642
|
-
<nobr>{{row.f_state}}</nobr>
|
|
643
|
-
</td>
|
|
644
|
-
|
|
645
|
-
<td style="text-align: center;">
|
|
646
|
-
<nobr>{{row.f_comments}}</nobr>
|
|
647
|
-
</td>
|
|
648
|
-
<td style="text-align: center;">
|
|
649
|
-
<nobr>{{row.filltimes}}</nobr>
|
|
650
197
|
</td>
|
|
651
198
|
<td style="text-align: center;">
|
|
652
199
|
<nobr>{{row.f_operator}}</nobr>
|
|
@@ -656,76 +203,16 @@
|
|
|
656
203
|
</td>
|
|
657
204
|
<td style="text-align: center;">
|
|
658
205
|
<nobr>{{row.f_orgname}}</nobr>
|
|
659
|
-
</td>
|
|
660
|
-
<td style="text-align: center;">
|
|
661
|
-
<nobr>{{row.f_serial_id}}</nobr>
|
|
662
|
-
</td>
|
|
663
|
-
<td style="text-align: center;">
|
|
664
|
-
<nobr>{{row.f_bill_number}}</nobr>
|
|
665
|
-
</td>
|
|
666
|
-
<td style="text-align: center;">
|
|
667
|
-
<nobr>{{row.f_serial_number}}</nobr>
|
|
668
|
-
</td>
|
|
669
|
-
<td style="text-align: center;">
|
|
670
|
-
<nobr>{{row.f_invoice_num}}</nobr>
|
|
671
|
-
</td>
|
|
672
|
-
<td style="text-align: center;">
|
|
673
|
-
<nobr>{{row.f_invoice_type}}</nobr>
|
|
674
|
-
</td>
|
|
675
|
-
<td style="text-align: center;">
|
|
676
|
-
<nobr>{{row.f_invoiceuse_operator}}</nobr>
|
|
677
|
-
</td>
|
|
678
|
-
<td style="text-align: center;">
|
|
679
|
-
<nobr>{{row.f_invoice_date}}</nobr>
|
|
680
|
-
</td>
|
|
681
|
-
<td style="text-align: center;">
|
|
682
|
-
<nobr>{{row.f_tax_logotype}}</nobr>
|
|
683
|
-
</td>
|
|
684
|
-
<td style="text-align: center;">
|
|
685
|
-
<nobr>{{row.f_write_totalgas}}</nobr>
|
|
686
|
-
</td>
|
|
687
|
-
<td style="text-align: center;">
|
|
688
|
-
<nobr>{{row.f_write_money}}</nobr>
|
|
689
|
-
</td>
|
|
690
|
-
<td style="text-align: center;">
|
|
691
|
-
<nobr>{{row.f_corr_operator}}</nobr>
|
|
692
|
-
</td>
|
|
693
|
-
<td style="text-align: center;">
|
|
694
|
-
<nobr>{{row.f_corr_operate_date}}</nobr>
|
|
695
206
|
</td>
|
|
696
207
|
<td style="text-align: center;">
|
|
697
208
|
<nobr>{{row.f_stairamount1}}</nobr>
|
|
698
209
|
</td>
|
|
699
|
-
<td style="text-align: center;">
|
|
700
|
-
<nobr>{{row.f_stair1price}}</nobr>
|
|
701
|
-
</td>
|
|
702
|
-
<td style="text-align: center;">
|
|
703
|
-
<nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
|
|
704
|
-
</td>
|
|
705
210
|
<td style="text-align: center;">
|
|
706
211
|
<nobr>{{row.f_stair2amount}}</nobr>
|
|
707
212
|
</td>
|
|
708
|
-
<td style="text-align: center;">
|
|
709
|
-
<nobr>{{row.f_stair2price}}</nobr>
|
|
710
|
-
</td>
|
|
711
|
-
<td style="text-align: center;">
|
|
712
|
-
<nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
|
|
713
|
-
</td>
|
|
714
213
|
<td style="text-align: center;">
|
|
715
214
|
<nobr>{{row.f_stair3amount}}</nobr>
|
|
716
215
|
</td>
|
|
717
|
-
<td style="text-align: center;">
|
|
718
|
-
<nobr>{{row.f_stair3price}}</nobr>
|
|
719
|
-
</td>
|
|
720
|
-
<td style="text-align: center;">
|
|
721
|
-
<nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
|
|
722
|
-
</td>
|
|
723
|
-
<td style="text-align: center;">
|
|
724
|
-
<nobr>{{row.isbgl}}</nobr>
|
|
725
|
-
</td>
|
|
726
|
-
<td style="text-align: center;"><nobr>
|
|
727
|
-
<button style=" height: 28px;line-height: 16px;" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
728
|
-
</nobr></td>
|
|
729
216
|
</template>
|
|
730
217
|
<template partial='foot'></template>
|
|
731
218
|
</data-grid>
|
|
@@ -739,42 +226,12 @@
|
|
|
739
226
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
740
227
|
气量合计: {{sumsmodel.f_pregas}}
|
|
741
228
|
</td>
|
|
742
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
743
|
-
气费金额合计: {{sumsmodel.fee}}
|
|
744
|
-
</td>
|
|
745
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
746
|
-
滞纳金合计: {{sumsmodel.f_delaypay}}
|
|
747
|
-
</td>
|
|
748
229
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
749
230
|
应交金额合计: {{sumsmodel.f_preamount}}
|
|
750
231
|
</td>
|
|
751
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
752
|
-
预存金额合计: {{sumsmodel.f_yucun}}
|
|
753
|
-
</td>
|
|
754
232
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
755
233
|
实际收款合计: {{sumsmodel.f_collection}}
|
|
756
234
|
</td>
|
|
757
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
758
|
-
优惠合计: {{sumsmodel.f_privilege_money}}
|
|
759
|
-
</td>
|
|
760
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
761
|
-
一阶气量合计: {{sumsmodel.f_stairamount1}}
|
|
762
|
-
</td>
|
|
763
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
764
|
-
一阶气费合计: {{sumsmodel.f_stair1fee}}
|
|
765
|
-
</td>
|
|
766
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
767
|
-
二阶气量合计: {{sumsmodel.f_stair2amount}}
|
|
768
|
-
</td>
|
|
769
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
770
|
-
二阶气费合计: {{sumsmodel.f_stair2fee}}
|
|
771
|
-
</td>
|
|
772
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
773
|
-
三阶气量合计: {{sumsmodel.f_stair3amount}}
|
|
774
|
-
</td>
|
|
775
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
776
|
-
三阶气费合计: {{sumsmodel.f_stair3fee}}
|
|
777
|
-
</td>
|
|
778
235
|
</tr>
|
|
779
236
|
</table>
|
|
780
237
|
</div>
|
|
@@ -838,7 +295,7 @@
|
|
|
838
295
|
isSingleUser: null,
|
|
839
296
|
startDate1:'',
|
|
840
297
|
endDate1:'',
|
|
841
|
-
resshow:['company','department','operator'
|
|
298
|
+
resshow:['company','department','operator'],
|
|
842
299
|
other:[],
|
|
843
300
|
pcdslist:[],
|
|
844
301
|
|
|
@@ -63,14 +63,10 @@ export default{
|
|
|
63
63
|
'f_depname': '部门','f_orgname': '公司'
|
|
64
64
|
},
|
|
65
65
|
chargeConfig: {
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'f_delaypay': '滞纳金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司',
|
|
71
|
-
'f_yucun': '预存金额','f_card_id': '卡号','f_stairamount1':"一阶气量",'f_stair1price':"一阶单价",'f_stair1fee':"一阶气费",
|
|
72
|
-
'f_stair2amount': "二阶气量",'f_stair2price': "二阶单价",'f_stair2fee':"二阶气费",
|
|
73
|
-
'f_stair3amount':"三阶气量",'f_stair3price': "三阶单价",'f_stair3fee':"三阶气费",'f_inputtor':"抄表员",'f_serial_id':'流水号','f_tax_logotype':'是否征税','f_terminal_num':'终端号'
|
|
66
|
+
'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址','f_operate_date': '收费日期',
|
|
67
|
+
'f_pregas': '气量','f_preamount': '燃气费','f_collection': '收款',
|
|
68
|
+
'f_gasproperties': '用气性质','f_gasproperties_second': '二级用气性质', 'f_payment': '付款方式','f_orgname': '公司',
|
|
69
|
+
'f_depname': '部门','f_operator': '操作员'
|
|
74
70
|
},
|
|
75
71
|
pricetypeGasConfig: {
|
|
76
72
|
'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
|
package/src/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import { all } from 'vue-client'
|
|
|
6
6
|
import { system } from 'system-clients'
|
|
7
7
|
import { ldap } from 'ldap-clients'
|
|
8
8
|
import saleManage from './saleManage'
|
|
9
|
-
import ShanXianSaleManage from './filiale/
|
|
9
|
+
import ShanXianSaleManage from './filiale/tongchuan/sale'
|
|
10
10
|
import ShanXianWebmeterManage from './filiale/shanxian/webmeterManage'
|
|
11
11
|
import webmeterManage from './webmeterManage'
|
|
12
12
|
import reportManage from './reportManage'
|