manage-client 3.3.81-test → 3.3.83
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/WEINAN/ManageCompanyGasSummary.vue +10 -9
- package/src/filiale/WEINAN/config/exportConfig.js +1 -1
- package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +44 -4
- package/src/filiale/shexian/ChangeMeterQuery.vue +1 -1
- package/src/filiale/tongchuan/ChargeQuery.vue +545 -2
- package/src/filiale/tongchuan/config/exportConfig.js +8 -4
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<div :class="$parent.$parent.style">
|
|
10
10
|
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
11
11
|
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
12
|
-
v-model="
|
|
13
|
-
:value.sync="
|
|
12
|
+
v-model="$parent.$parent.startDate"
|
|
13
|
+
:value.sync="$parent.$parent.startDate"
|
|
14
14
|
:format="'yyyy-MM-dd'"
|
|
15
15
|
:show-reset-button="true">
|
|
16
16
|
</datepicker>
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
<div :class="$parent.$parent.style">
|
|
19
19
|
<label for="endDate" class="font_normal_body">结束日期</label>
|
|
20
20
|
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
21
|
-
v-model="
|
|
22
|
-
:value.sync="
|
|
21
|
+
v-model="$parent.$parent.endDate"
|
|
22
|
+
:value.sync="$parent.$parent.endDate"
|
|
23
23
|
:format="'yyyy-MM-dd'"
|
|
24
24
|
:show-reset-button="true">
|
|
25
25
|
</datepicker>
|
|
@@ -214,8 +214,8 @@ import exportConfig from './config/exportConfig'
|
|
|
214
214
|
import PrintDataSelf from '../../components/sale/common/PrintDataSelf'
|
|
215
215
|
|
|
216
216
|
let readySomething = async function (self) {
|
|
217
|
-
self
|
|
218
|
-
self
|
|
217
|
+
self.startDate = self.getCurrentMonthFirst()
|
|
218
|
+
self.endDate = self.getCurrentMonthLast()
|
|
219
219
|
// self.getCompanyList()
|
|
220
220
|
}
|
|
221
221
|
export default {
|
|
@@ -241,7 +241,6 @@ export default {
|
|
|
241
241
|
startDate: 'this.model.startDate',
|
|
242
242
|
endDate: 'this.model.endDate',
|
|
243
243
|
f_user_type : 'this.model.f_user_type',
|
|
244
|
-
|
|
245
244
|
f_user_usetype : 'this.model.f_user_usetype',
|
|
246
245
|
f_user_usenature : 'this.model.f_user_usenature',
|
|
247
246
|
f_use_institution : 'this.model.f_use_institution'
|
|
@@ -412,6 +411,8 @@ export default {
|
|
|
412
411
|
} else {
|
|
413
412
|
args.condition = `${args.condition}` + this.orgConditionStr
|
|
414
413
|
}
|
|
414
|
+
this.$refs.paged.$refs.cri.model.startDate = this.startDate
|
|
415
|
+
this.$refs.paged.$refs.cri.model.endDate = this.endDate
|
|
415
416
|
this.condition = args.condition
|
|
416
417
|
console.log("查看条件",this.condition)
|
|
417
418
|
await this.model.search(args.condition, args.model)
|
|
@@ -491,8 +492,8 @@ export default {
|
|
|
491
492
|
getCondition () {
|
|
492
493
|
return {
|
|
493
494
|
condition: this.condition,
|
|
494
|
-
startDate: this
|
|
495
|
-
endDate: this
|
|
495
|
+
startDate: this.startDate,
|
|
496
|
+
endDate: this.endDate,
|
|
496
497
|
f_user_usetype : this.$refs.paged.$refs.cri.model.f_user_usetype,
|
|
497
498
|
f_user_type : this.$refs.paged.$refs.cri.model.f_user_type,
|
|
498
499
|
f_user_usenature : this.$refs.paged.$refs.cri.model.f_user_usenature,
|
|
@@ -179,7 +179,7 @@ export default{
|
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
changemeterConfig: {
|
|
182
|
-
'f_userinfo_code': '客户编号','f_user_name': '客户名称','f_address': '客户地址','f_type': '换表类型','f_meternumber_old': '旧表号','f_meternumber': '新表号','f_meter_brand_old': '旧气表品牌',
|
|
182
|
+
'f_userinfo_code': '客户编号','f_user_name': '客户名称','f_address': '客户地址','f_residential_area': '小区','f_type': '换表类型','f_meternumber_old': '旧表号','f_meternumber': '新表号','f_meter_brand_old': '旧气表品牌',
|
|
183
183
|
'f_meter_brand': '新气表品牌','f_remanent_gas': '补气量','f_remanent_money': '补气金额','f_comments': '备注',
|
|
184
184
|
'f_change_operator': '换表人','f_state': '状态','f_operate_date': '换表日期','f_operator': '人员','f_depname': '部门',
|
|
185
185
|
'f_orgname': '公司','f_meter_type_old': '旧表类型','f_meter_type': '新表类型','f_user_type': '用户类型'
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
condition="f_operate_date <= '{}'">
|
|
28
28
|
</datepicker>
|
|
29
29
|
</div>
|
|
30
|
-
<div class="col-sm-2 form-group"
|
|
30
|
+
<div class="col-sm-2 form-group" >
|
|
31
31
|
<label class="font_normal_body">客户编号</label>
|
|
32
32
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
33
33
|
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
34
34
|
</div>
|
|
35
|
-
<div class="col-sm-2 form-group"
|
|
35
|
+
<div class="col-sm-2 form-group" >
|
|
36
36
|
<label class="font_normal_body">客户名称</label>
|
|
37
37
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
38
38
|
condition="f_user_name = '{}'" placeholder="客户名称">
|
|
@@ -71,6 +71,24 @@
|
|
|
71
71
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
72
72
|
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
73
73
|
</div>
|
|
74
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
75
|
+
<!--<label class="font_normal_body">小区</label>-->
|
|
76
|
+
<!--<input type="text" style="width:60%" class="input_search" v-model="model.f_address"-->
|
|
77
|
+
<!--condition="f_residential_area like '%{}%'" placeholder='小区'>-->
|
|
78
|
+
<!--</div>-->
|
|
79
|
+
<div class="col-sm-2 form-group">
|
|
80
|
+
<label class="font_normal_body"> 小区 </label>
|
|
81
|
+
<v-select :value.sync="model.f_residential_area"
|
|
82
|
+
class="select_list select"
|
|
83
|
+
v-model="model.f_residential_area"
|
|
84
|
+
style="width: 60%"
|
|
85
|
+
multiple
|
|
86
|
+
condition="f_residential_area in {}"
|
|
87
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
88
|
+
close-on-select>
|
|
89
|
+
|
|
90
|
+
</v-select>
|
|
91
|
+
</div>
|
|
74
92
|
<div class="col-sm-2 form-group">
|
|
75
93
|
<label class="font_normal_body">用户类型</label>
|
|
76
94
|
<v-select :value.sync="model.f_user_type"
|
|
@@ -217,6 +235,9 @@
|
|
|
217
235
|
<th>
|
|
218
236
|
<nobr>客户地址</nobr>
|
|
219
237
|
</th>
|
|
238
|
+
<th>
|
|
239
|
+
<nobr>小区</nobr>
|
|
240
|
+
</th>
|
|
220
241
|
<th>
|
|
221
242
|
<nobr>换表类型</nobr>
|
|
222
243
|
</th>
|
|
@@ -284,7 +305,9 @@
|
|
|
284
305
|
<td style="text-align: center;">
|
|
285
306
|
<nobr>{{row.f_address}}</nobr>
|
|
286
307
|
</td>
|
|
287
|
-
|
|
308
|
+
<td style="text-align: center;">
|
|
309
|
+
<nobr>{{row.f_residential_area}}</nobr>
|
|
310
|
+
</td>
|
|
288
311
|
<td style="text-align: center;">
|
|
289
312
|
<nobr>{{row.f_type}}</nobr>
|
|
290
313
|
</td>
|
|
@@ -405,7 +428,7 @@
|
|
|
405
428
|
</div>
|
|
406
429
|
</template>
|
|
407
430
|
<script>
|
|
408
|
-
import {PagedList} from 'vue-client'
|
|
431
|
+
import {PagedList, HttpResetClass} from 'vue-client'
|
|
409
432
|
import defaultPrint from '../config/DefaultPrint'
|
|
410
433
|
import exportConfig from '../config/exportConfig'
|
|
411
434
|
|
|
@@ -418,6 +441,7 @@
|
|
|
418
441
|
// self.$refs.paged.$refs.cri.search()
|
|
419
442
|
await self.$MagLoadParams.loadParam()
|
|
420
443
|
self.initParams()
|
|
444
|
+
self.getaddress()
|
|
421
445
|
// self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
422
446
|
}
|
|
423
447
|
export default {
|
|
@@ -459,6 +483,7 @@
|
|
|
459
483
|
sumsmodel: {},
|
|
460
484
|
useinstitutions: [],
|
|
461
485
|
userusenatures: [],
|
|
486
|
+
residentialArea: [],
|
|
462
487
|
changemeter_fee:[
|
|
463
488
|
{label: '全部', value: ''},
|
|
464
489
|
{label: '销售', value: '> 0'},
|
|
@@ -480,6 +505,21 @@
|
|
|
480
505
|
readySomething(this)
|
|
481
506
|
},
|
|
482
507
|
methods: {
|
|
508
|
+
// 获取小区
|
|
509
|
+
async getaddress(){
|
|
510
|
+
let HttpReset = new HttpResetClass()
|
|
511
|
+
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
512
|
+
data: {
|
|
513
|
+
condition: `1=1 and s.f_orgid = '${this.$login.f.orgid}'`
|
|
514
|
+
}
|
|
515
|
+
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
516
|
+
console.log('小区',data)
|
|
517
|
+
let house = [{label: '全部', value: ''}]
|
|
518
|
+
for (let row of data.data){
|
|
519
|
+
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
520
|
+
}
|
|
521
|
+
this.residentialArea = house
|
|
522
|
+
},
|
|
483
523
|
userUseInstitutionChange () {
|
|
484
524
|
this.userusenatures = []
|
|
485
525
|
this.$refs.paged.$refs.cri.model.f_user_usenature = ''
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
</div>
|
|
511
511
|
<modal :show.sync="showupload" v-if="showupload" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
|
|
512
512
|
<article slot="modal-body">
|
|
513
|
-
<upload :blodid="selected.f_userinfo_id" v-ref:upload :isremark="false" fusetype="换表&清零" ></upload>
|
|
513
|
+
<upload :blodid="selected.f_userinfo_id" :businessid="selected.id" v-ref:upload :isremark="false" fusetype="换表&清零" ></upload>
|
|
514
514
|
</article>
|
|
515
515
|
<footer slot="modal-footer" class="modal-footer">
|
|
516
516
|
</footer>
|
|
@@ -60,6 +60,51 @@
|
|
|
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>
|
|
63
108
|
<div class="col-sm-2 form-group">
|
|
64
109
|
<label class="font_normal_body" title="参数:付款方式查询">付款方式</label>
|
|
65
110
|
<v-select :value.sync="model.f_payment" multiple
|
|
@@ -68,6 +113,35 @@
|
|
|
68
113
|
condition="f_payment in {}"
|
|
69
114
|
close-on-select></v-select>
|
|
70
115
|
</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>-->
|
|
71
145
|
<div class="col-sm-2 form-group">
|
|
72
146
|
<label class="font_normal_body">客户类型</label>
|
|
73
147
|
<v-select :value.sync="model.f_user_type"
|
|
@@ -90,6 +164,183 @@
|
|
|
90
164
|
condition="f_gasproperties_second = '{}'"
|
|
91
165
|
close-on-select></v-select>
|
|
92
166
|
</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>
|
|
93
344
|
</div>
|
|
94
345
|
</div>
|
|
95
346
|
</criteria>
|
|
@@ -98,17 +349,26 @@
|
|
|
98
349
|
<template partial='head'>
|
|
99
350
|
<tr>
|
|
100
351
|
<th>
|
|
352
|
+
<nobr>收费编号</nobr>
|
|
353
|
+
</th>
|
|
354
|
+
<th>
|
|
101
355
|
<!-- <nobr>客户编号</nobr>-->
|
|
102
356
|
<data-order field="f_userinfo_code" name="客户编号"
|
|
103
357
|
:order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
104
358
|
</th>
|
|
359
|
+
<th><nobr>街道</nobr></th>
|
|
105
360
|
<th>
|
|
106
361
|
<nobr>客户名称</nobr>
|
|
107
362
|
</th>
|
|
108
363
|
<th>
|
|
109
364
|
<nobr>客户电话</nobr>
|
|
110
365
|
</th>
|
|
366
|
+
|
|
367
|
+
<!-- <th>-->
|
|
368
|
+
<!-- <nobr>片区</nobr>-->
|
|
369
|
+
<!-- </th>-->
|
|
111
370
|
<th>
|
|
371
|
+
<!-- <nobr>客户地址</nobr>-->
|
|
112
372
|
<data-order field="f_address" name="客户地址"
|
|
113
373
|
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
114
374
|
</th>
|
|
@@ -121,22 +381,85 @@
|
|
|
121
381
|
<th>
|
|
122
382
|
<nobr>二级用气性质</nobr>
|
|
123
383
|
</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>
|
|
124
396
|
<th>
|
|
125
397
|
<nobr>气量</nobr>
|
|
126
398
|
</th>
|
|
399
|
+
<th>
|
|
400
|
+
<nobr>气费金额</nobr>
|
|
401
|
+
</th>
|
|
402
|
+
<th>
|
|
403
|
+
<nobr>滞纳金</nobr>
|
|
404
|
+
</th>
|
|
127
405
|
<th>
|
|
128
406
|
<nobr>应收金额</nobr>
|
|
129
407
|
</th>
|
|
408
|
+
<th>
|
|
409
|
+
<nobr>清缴金额</nobr>
|
|
410
|
+
</th>
|
|
411
|
+
<th>
|
|
412
|
+
<nobr>预存金额</nobr>
|
|
413
|
+
</th>
|
|
414
|
+
|
|
130
415
|
<th>
|
|
131
416
|
<nobr>实际收款</nobr>
|
|
132
417
|
</th>
|
|
133
418
|
<th>
|
|
419
|
+
<!-- <nobr>收费日期</nobr>-->
|
|
134
420
|
<data-order field="f_operate_date" name="收费日期"
|
|
135
421
|
:order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
|
|
136
422
|
</th>
|
|
423
|
+
<th>
|
|
424
|
+
<nobr>优惠金额</nobr>
|
|
425
|
+
</th>
|
|
426
|
+
<th>
|
|
427
|
+
<nobr>上期结余</nobr>
|
|
428
|
+
</th>
|
|
429
|
+
<th>
|
|
430
|
+
<nobr>本期结余</nobr>
|
|
431
|
+
</th>
|
|
137
432
|
<th>
|
|
138
433
|
<nobr>付款方式</nobr>
|
|
139
434
|
</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>
|
|
140
463
|
<th>
|
|
141
464
|
<nobr>人员</nobr>
|
|
142
465
|
</th>
|
|
@@ -146,22 +469,85 @@
|
|
|
146
469
|
<th>
|
|
147
470
|
<nobr>公司</nobr>
|
|
148
471
|
</th>
|
|
149
|
-
|
|
472
|
+
<th>
|
|
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>
|
|
150
508
|
<th>
|
|
151
509
|
<nobr>一阶气量</nobr>
|
|
152
510
|
</th>
|
|
511
|
+
<th>
|
|
512
|
+
<nobr>一阶单价</nobr>
|
|
513
|
+
</th>
|
|
514
|
+
<th>
|
|
515
|
+
<nobr>一阶气费</nobr>
|
|
516
|
+
</th>
|
|
153
517
|
<th>
|
|
154
518
|
<nobr>二阶气量</nobr>
|
|
155
519
|
</th>
|
|
520
|
+
<th>
|
|
521
|
+
<nobr>二阶单价</nobr>
|
|
522
|
+
</th>
|
|
523
|
+
<th>
|
|
524
|
+
<nobr>二阶气费</nobr>
|
|
525
|
+
</th>
|
|
156
526
|
<th>
|
|
157
527
|
<nobr>三阶气量</nobr>
|
|
158
528
|
</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>
|
|
159
539
|
</tr>
|
|
160
540
|
</template>
|
|
161
541
|
<template partial='body'>
|
|
542
|
+
<td style="text-align: center;">
|
|
543
|
+
<nobr>{{row.id}}</nobr>
|
|
544
|
+
</td>
|
|
162
545
|
<td style="text-align: center;"><nobr>
|
|
163
546
|
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
164
547
|
</nobr> </td>
|
|
548
|
+
<td style="text-align: center;">
|
|
549
|
+
<nobr>{{row.f_street}}</nobr>
|
|
550
|
+
</td>
|
|
165
551
|
<td style="text-align: center;">
|
|
166
552
|
<nobr>{{row.f_user_name}}</nobr>
|
|
167
553
|
</td>
|
|
@@ -180,20 +566,87 @@
|
|
|
180
566
|
<td style="text-align: center;">
|
|
181
567
|
<nobr>{{row.f_gasproperties_second}}</nobr>
|
|
182
568
|
</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>
|
|
183
581
|
<td style="text-align: center;">
|
|
184
582
|
<nobr>{{row.f_pregas}}</nobr>
|
|
185
583
|
</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>
|
|
186
590
|
<td style="text-align: center;">
|
|
187
591
|
<nobr>{{row.f_preamount}}</nobr>
|
|
188
592
|
</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
|
+
|
|
189
600
|
<td style="text-align: center;">
|
|
190
601
|
<nobr>{{row.f_collection}}</nobr>
|
|
191
602
|
</td>
|
|
603
|
+
<!--<td style="text-align: center;">-->
|
|
604
|
+
<!--<nobr>{{row.f_rest_date}}</nobr>-->
|
|
605
|
+
<!--</td>-->
|
|
192
606
|
<td style="text-align: center;">
|
|
193
607
|
<nobr>{{row.f_operate_date}}</nobr>
|
|
194
608
|
</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>
|
|
195
620
|
<td style="text-align: center;">
|
|
196
621
|
<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>
|
|
197
650
|
</td>
|
|
198
651
|
<td style="text-align: center;">
|
|
199
652
|
<nobr>{{row.f_operator}}</nobr>
|
|
@@ -203,16 +656,76 @@
|
|
|
203
656
|
</td>
|
|
204
657
|
<td style="text-align: center;">
|
|
205
658
|
<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>
|
|
206
695
|
</td>
|
|
207
696
|
<td style="text-align: center;">
|
|
208
697
|
<nobr>{{row.f_stairamount1}}</nobr>
|
|
209
698
|
</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>
|
|
210
705
|
<td style="text-align: center;">
|
|
211
706
|
<nobr>{{row.f_stair2amount}}</nobr>
|
|
212
707
|
</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>
|
|
213
714
|
<td style="text-align: center;">
|
|
214
715
|
<nobr>{{row.f_stair3amount}}</nobr>
|
|
215
716
|
</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>
|
|
216
729
|
</template>
|
|
217
730
|
<template partial='foot'></template>
|
|
218
731
|
</data-grid>
|
|
@@ -226,12 +739,42 @@
|
|
|
226
739
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
227
740
|
气量合计: {{sumsmodel.f_pregas}}
|
|
228
741
|
</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>
|
|
229
748
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
230
749
|
应交金额合计: {{sumsmodel.f_preamount}}
|
|
231
750
|
</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>
|
|
232
754
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
233
755
|
实际收款合计: {{sumsmodel.f_collection}}
|
|
234
756
|
</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>
|
|
235
778
|
</tr>
|
|
236
779
|
</table>
|
|
237
780
|
</div>
|
|
@@ -295,7 +838,7 @@
|
|
|
295
838
|
isSingleUser: null,
|
|
296
839
|
startDate1:'',
|
|
297
840
|
endDate1:'',
|
|
298
|
-
resshow:['company','department','operator'],
|
|
841
|
+
resshow:['company','department','operator','slicearea'],
|
|
299
842
|
other:[],
|
|
300
843
|
pcdslist:[],
|
|
301
844
|
|
|
@@ -63,10 +63,14 @@ export default{
|
|
|
63
63
|
'f_depname': '部门','f_orgname': '公司'
|
|
64
64
|
},
|
|
65
65
|
chargeConfig: {
|
|
66
|
-
'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址','
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
66
|
+
'id': '收费编号', 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_user_phone': '客户电话','f_address': '客户地址','f_zones':'片区', 'f_user_type': '客户类型',
|
|
67
|
+
'f_gasproperties': '用气性质', 'f_meternumber': '表号','f_meter_brand': '气表品牌','f_times':'购气次数',
|
|
68
|
+
'f_pregas': '气量','fee': '金额','f_preamount': '燃气费','f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
|
|
69
|
+
'f_curbalance': '本期结余','f_type': '收费类型','f_payment': '付款方式','f_bank_type': '支付渠道','f_state': '状态','f_operate_date': '收费日期',
|
|
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':'终端号'
|
|
70
74
|
},
|
|
71
75
|
pricetypeGasConfig: {
|
|
72
76
|
'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/shanxian/sale'
|
|
10
10
|
import ShanXianWebmeterManage from './filiale/shanxian/webmeterManage'
|
|
11
11
|
import webmeterManage from './webmeterManage'
|
|
12
12
|
import reportManage from './reportManage'
|