manage-client 3.2.244 → 3.2.245
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/components/sale/businessquery/GasInspection.vue +64 -66
- package/src/components/sale/businessquery/InspectListGas.vue +25 -4
- package/src/components/sale/config/exportConfig.js +25 -5
- package/src/filiale/WEINAN/BusinessManage.vue +3 -3
- package/src/filiale/rongchuang/RecordInfoQuery.vue +1379 -0
- package/src/filiale/rongchuang/config/DefaultPrint.js +6 -0
- package/src/filiale/rongchuang/config/exportConfig.js +1084 -0
- package/src/filiale/rongchuang/sale.js +2 -0
package/package.json
CHANGED
|
@@ -64,68 +64,6 @@
|
|
|
64
64
|
</div>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
67
|
-
|
|
68
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
69
|
-
<label class="font_normal_body">欠费月数 </label>
|
|
70
|
-
<div class="row">
|
|
71
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_month_nummin"
|
|
72
|
-
placeholder="">
|
|
73
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
74
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_month_nummax"
|
|
75
|
-
placeholder="">
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
|
|
79
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
80
|
-
<label class="font_normal_body">欠费条数 </label>
|
|
81
|
-
<div class="row">
|
|
82
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_nummin"
|
|
83
|
-
placeholder="">
|
|
84
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
85
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_nummax"
|
|
86
|
-
placeholder="">
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
90
|
-
<label class="font_normal_body">总欠费气量</label>
|
|
91
|
-
<div class="row">
|
|
92
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_gasmin"
|
|
93
|
-
placeholder="">
|
|
94
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
95
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_gasmax"
|
|
96
|
-
placeholder="">
|
|
97
|
-
</div>
|
|
98
|
-
</div>
|
|
99
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
100
|
-
<label class="font_normal_body">总欠费金额</label>
|
|
101
|
-
<div class="row">
|
|
102
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_feemin"
|
|
103
|
-
placeholder="">
|
|
104
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
105
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_feemax"
|
|
106
|
-
placeholder="">
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
110
|
-
<label class="font_normal_body">欠费月平均气量</label>
|
|
111
|
-
<div class="row">
|
|
112
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_avg_gasmin"
|
|
113
|
-
placeholder="">
|
|
114
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
115
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_avg_gasmax"
|
|
116
|
-
placeholder="">
|
|
117
|
-
</div>
|
|
118
|
-
</div>
|
|
119
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
120
|
-
<label class="font_normal_body">用气量  </label>
|
|
121
|
-
<div class="row">
|
|
122
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_oughtamount_min"
|
|
123
|
-
placeholder="">
|
|
124
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
125
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_oughtamount_max"
|
|
126
|
-
placeholder="">
|
|
127
|
-
</div>
|
|
128
|
-
</div>
|
|
129
67
|
<div class="col-sm-2 form-group">
|
|
130
68
|
<label class="font_normal_body">表  号 </label>
|
|
131
69
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
@@ -151,18 +89,18 @@
|
|
|
151
89
|
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
152
90
|
</div>
|
|
153
91
|
<div class="col-sm-2 form-group">
|
|
154
|
-
<label class="font_normal_body" title="旧客户编号"
|
|
92
|
+
<label class="font_normal_body" title="旧客户编号">档案编号 </label>
|
|
155
93
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
|
|
156
94
|
condition="f_olduserinfo_code = '{}' " placeholder="档案编号">
|
|
157
95
|
</div>
|
|
158
96
|
<div class="col-sm-2 form-group">
|
|
159
|
-
<label class="font_normal_body">表箱号 </label>
|
|
97
|
+
<label class="font_normal_body">表箱号  </label>
|
|
160
98
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_metertitles"
|
|
161
99
|
condition="f_metertitles = '{}'" placeholder="表箱号">
|
|
162
100
|
</div>
|
|
163
101
|
<div class="col-sm-2 form-group">
|
|
164
|
-
<label class="font_normal_body"
|
|
165
|
-
<input type="text" style="width:
|
|
102
|
+
<label class="font_normal_body">客户地址 </label>
|
|
103
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
166
104
|
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
167
105
|
</div>
|
|
168
106
|
<div class="col-sm-2 form-group">
|
|
@@ -199,7 +137,67 @@
|
|
|
199
137
|
close-on-select >
|
|
200
138
|
</v-select>
|
|
201
139
|
</div>
|
|
140
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
141
|
+
<label class="font_normal_body">欠费月数 </label>
|
|
142
|
+
<div class="row">
|
|
143
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_month_nummin"
|
|
144
|
+
placeholder="">
|
|
145
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
146
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_month_nummax"
|
|
147
|
+
placeholder="">
|
|
148
|
+
</div>
|
|
149
|
+
</div>
|
|
202
150
|
|
|
151
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
152
|
+
<label class="font_normal_body">欠费条数 </label>
|
|
153
|
+
<div class="row">
|
|
154
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_nummin"
|
|
155
|
+
placeholder="">
|
|
156
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
157
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_nummax"
|
|
158
|
+
placeholder="">
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
162
|
+
<label class="font_normal_body">总欠费气量</label>
|
|
163
|
+
<div class="row">
|
|
164
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_gasmin"
|
|
165
|
+
placeholder="">
|
|
166
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
167
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_gasmax"
|
|
168
|
+
placeholder="">
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
172
|
+
<label class="font_normal_body">总欠费金额</label>
|
|
173
|
+
<div class="row">
|
|
174
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_feemin"
|
|
175
|
+
placeholder="">
|
|
176
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
177
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_totalowe_feemax"
|
|
178
|
+
placeholder="">
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
182
|
+
<label class="font_normal_body">欠费月平均气量</label>
|
|
183
|
+
<div class="row">
|
|
184
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_avg_gasmin"
|
|
185
|
+
placeholder="">
|
|
186
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
187
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.qianfei_avg_gasmax"
|
|
188
|
+
placeholder="">
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
191
|
+
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
192
|
+
<label class="font_normal_body">用气量  </label>
|
|
193
|
+
<div class="row">
|
|
194
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_oughtamount_min"
|
|
195
|
+
placeholder="">
|
|
196
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
197
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.model.f_oughtamount_max"
|
|
198
|
+
placeholder="">
|
|
199
|
+
</div>
|
|
200
|
+
</div>
|
|
203
201
|
</div>
|
|
204
202
|
|
|
205
203
|
</div>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
8
8
|
<div class="row">
|
|
9
9
|
<div class="col-sm-2">
|
|
10
|
-
<label class="font_normal_body"
|
|
10
|
+
<label class="font_normal_body"> 公  司</label>
|
|
11
11
|
<right-tree @re-res="$parent.$parent.getorg"
|
|
12
12
|
:initresid='$parent.$parent.org'></right-tree>
|
|
13
13
|
</div>
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
template-name='购气稽查导出' :choose-col="true"></export-excel>
|
|
62
62
|
<print-data :model="$parent.model" :field="$parent.$parent.getfield" :defaultfield="$parent.$parent.defaultfield" print-name="稽查查询打印" :sumsmodel="$parent.$parent.sumsmodel" ></print-data>
|
|
63
63
|
<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>
|
|
64
|
-
|
|
65
64
|
</div>
|
|
66
65
|
</div>
|
|
67
66
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
@@ -113,7 +112,14 @@
|
|
|
113
112
|
close-on-select >
|
|
114
113
|
</v-select>
|
|
115
114
|
</div>
|
|
116
|
-
|
|
115
|
+
<div class="col-sm-2 form-group">
|
|
116
|
+
<label class="font_normal_body"> 气表品牌</label>
|
|
117
|
+
<v-select :value.sync="model.f_meter_brand"
|
|
118
|
+
v-model="model.f_meter_brand"
|
|
119
|
+
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
120
|
+
condition="f_meter_brand = '{}'"
|
|
121
|
+
close-on-select></v-select>
|
|
122
|
+
</div>
|
|
117
123
|
<div class="col-sm-2">
|
|
118
124
|
<label class="font_normal_body">   表号</label>
|
|
119
125
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
@@ -272,7 +278,8 @@
|
|
|
272
278
|
import plugin from 'system-clients/src/plugins/GetLoginInfoService'
|
|
273
279
|
|
|
274
280
|
let readySomething = async function (self) {
|
|
275
|
-
|
|
281
|
+
await self.$MagLoadParams.loadParam()
|
|
282
|
+
self.initParams()
|
|
276
283
|
// self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
|
|
277
284
|
// self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
|
|
278
285
|
let year = new Date().getFullYear()
|
|
@@ -286,6 +293,7 @@
|
|
|
286
293
|
title: '购气稽查',
|
|
287
294
|
data () {
|
|
288
295
|
return {
|
|
296
|
+
meterbrands: [],
|
|
289
297
|
other:[],
|
|
290
298
|
footer:[],
|
|
291
299
|
org:[this.$login.f.orgid],
|
|
@@ -364,6 +372,19 @@
|
|
|
364
372
|
})
|
|
365
373
|
},
|
|
366
374
|
methods: {
|
|
375
|
+
initParams () {
|
|
376
|
+
// 初始化气表品牌
|
|
377
|
+
let brandArr = []
|
|
378
|
+
this.$MagGetSaleParam.getGasbrand().forEach((item) => {
|
|
379
|
+
console.log('item-->',item)
|
|
380
|
+
let temp = {}
|
|
381
|
+
temp.label = item.label
|
|
382
|
+
temp.value = item.value.f_meter_brand
|
|
383
|
+
brandArr.push(temp)
|
|
384
|
+
})
|
|
385
|
+
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
386
|
+
console.log('气表品牌---------->',this.meterbrands)
|
|
387
|
+
},
|
|
367
388
|
getotherfooter(){
|
|
368
389
|
// this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
|
|
369
390
|
// this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
|
|
@@ -394,11 +394,31 @@ export default{
|
|
|
394
394
|
'f_version': '版本号', 'f_state': '状态', 'detailvalue': '气价信息'
|
|
395
395
|
},
|
|
396
396
|
fmygasConfig: {
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
397
|
+
"f_userinfo_code": "客户编号",
|
|
398
|
+
"f_user_name": "客户名称",
|
|
399
|
+
"f_olduserinfo_code": "档案编号",
|
|
400
|
+
"f_user_phone": "客户电话",
|
|
401
|
+
"f_credentials": "证件类型",
|
|
402
|
+
"f_idnumber": "证件号码",
|
|
403
|
+
"f_residential_area": "小区",
|
|
404
|
+
"f_address": "客户地址",
|
|
405
|
+
"f_user_type": "客户类型",
|
|
406
|
+
"f_gasproperties": "用气性质",
|
|
407
|
+
"f_meternumber": "表号",
|
|
408
|
+
"f_meter_brand": "气表品牌",
|
|
409
|
+
"f_meter_classify": "气表类型",
|
|
410
|
+
"f_price_value": "气价详情",
|
|
411
|
+
"f_balance": "账户余额",
|
|
412
|
+
"f_pregas": "预购气量",
|
|
413
|
+
"f_preamount": "预购金额",
|
|
414
|
+
"f_collection": "实交金额",
|
|
415
|
+
"f_inputtor": "抄表员",
|
|
416
|
+
"f_book_slice_area": "表册片区",
|
|
417
|
+
"f_hand_number": "抄表次数",
|
|
418
|
+
"f_date": "抄表区间",
|
|
419
|
+
"f_input_day": "天数",
|
|
420
|
+
"f_oughtamount": "用气量",
|
|
421
|
+
"f_oughtfee": "用气金额"
|
|
402
422
|
},
|
|
403
423
|
notgasConfig: {
|
|
404
424
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_credentials': '证件类型',
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
<tabs header="调价补差查询" v-if="false">
|
|
43
43
|
<priceadjust-query v-if="show.includes('调价补差查询')" @deal-msg="dealMsg" :data="data"></priceadjust-query>
|
|
44
44
|
</tabs>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
<tabs header="迁表查询" v-if="permission('迁表查询')">
|
|
46
|
+
<movemeter-query v-if="show.includes('迁表查询')" @deal-msg="dealMsg" :data="data"></movemeter-query>
|
|
47
|
+
</tabs>
|
|
48
48
|
<!-- <tabs header="卡表抄表查询" v-if="permission('卡表抄表查询')">-->
|
|
49
49
|
<!-- <card-handplan-query v-if="show.includes('卡表抄表查询')" @deal-msg="dealMsg" :data="data"></card-handplan-query>-->
|
|
50
50
|
<!-- </tabs>-->
|