manage-client 3.3.121 → 3.3.122-sq
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +3 -3
- package/package.json +1 -1
- package/src/components/sale/businessquery/ChargeQuery.vue +3 -7
- package/src/components/sale/businessquery/FMYGasQuery.vue +25 -32
- package/src/components/sale/filesquery/RecordInfoQuery.vue +4 -4
- package/src/components/webmeter/gasStatistics/GasStatistics.vue +22 -22
- package/src/components/webmeter/instruction/NewQueryInstruct.vue +1 -1
- package/src/filiale/lixianV3/GasAnalysisQuery.vue +5 -11
- package/src/filiale/lixianV3/config/exportConfig.js +3 -3
- package/src/filiale/lixianV3/useGasYearRatioQuery.vue +6 -39
- package/src/filiale/ningjin/GasStatistics.vue +1 -1
- package/src/filiale/shiquan/InspectListUser.vue +685 -0
- package/src/filiale/shiquan/sale.js +4 -0
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -19,9 +19,9 @@ var qtx= 'http://36.103.222.144:6300/'
|
|
|
19
19
|
// var bendi = 'http://203.57.101.233:8400/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://
|
|
22
|
+
var bendi = 'http://61.185.130.75:8400/'
|
|
23
23
|
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://
|
|
24
|
+
var wode = 'http://localhost:9019/'
|
|
25
25
|
// 192.168.
|
|
26
26
|
// var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
|
|
27
27
|
// var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
|
|
@@ -91,7 +91,7 @@ var proxyTable = {
|
|
|
91
91
|
target: bendi
|
|
92
92
|
},
|
|
93
93
|
'/rs/sql': {
|
|
94
|
-
target:
|
|
94
|
+
target: wode
|
|
95
95
|
},
|
|
96
96
|
'/rs': {
|
|
97
97
|
target: wode
|
package/package.json
CHANGED
|
@@ -1001,12 +1001,9 @@
|
|
|
1001
1001
|
})
|
|
1002
1002
|
},
|
|
1003
1003
|
methods: {
|
|
1004
|
-
async batchPrintBill(row, type)
|
|
1004
|
+
async batchPrintBill(row, type){
|
|
1005
1005
|
this.operate_type = type
|
|
1006
|
-
|
|
1007
|
-
console.log(this.$refs.paged.$refs.cri.model.f_state.length === 1)
|
|
1008
|
-
console.log(this.$refs.paged.$refs.cri.model.f_state[0] == '有效')
|
|
1009
|
-
if (this.$refs.paged.$refs.cri.model.f_state.length === 1 && this.$refs.paged.$refs.cri.model.f_state[0] == '有效') {
|
|
1006
|
+
if (this.$refs.paged.$refs.cri.model.f_state.length === 1 && this.$refs.paged.$refs.cri.model.f_state[0] === '有效') {
|
|
1010
1007
|
if (type === '票据补打') {
|
|
1011
1008
|
this.batchPrintData.push(row)
|
|
1012
1009
|
this.$showMessage(`您确定补打本张票据吗???`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -1025,8 +1022,7 @@
|
|
|
1025
1022
|
} else {
|
|
1026
1023
|
this.$showMessage(`请先查询数据!!!`, ['confirm'])
|
|
1027
1024
|
}
|
|
1028
|
-
|
|
1029
|
-
} else {
|
|
1025
|
+
}
|
|
1030
1026
|
this.$showMessage(`请选择有效的收费记录进行票据补打!!!`, ['confirm'])
|
|
1031
1027
|
}
|
|
1032
1028
|
},
|
|
@@ -137,12 +137,10 @@
|
|
|
137
137
|
</div>
|
|
138
138
|
<div class="col-sm-2 form-group">
|
|
139
139
|
<label class="font_normal_body">用气性质</label>
|
|
140
|
-
<v-select :value.sync="model.f_gasproperties"
|
|
141
|
-
v-model="model.f_gasproperties"
|
|
140
|
+
<v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
|
|
142
141
|
:options='$parent.$parent.gasproperties' placeholder='请选择'
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
</v-select>
|
|
142
|
+
condition="f_gasproperties = '{}'"
|
|
143
|
+
close-on-select></v-select>
|
|
146
144
|
</div>
|
|
147
145
|
<!--表册片区-->
|
|
148
146
|
<div class="col-sm-2 form-group">
|
|
@@ -177,12 +175,12 @@
|
|
|
177
175
|
condition="f_oughtamount <= '{}' " placeholder="小于等于">
|
|
178
176
|
</div>
|
|
179
177
|
<div class="col-sm-2 form-group">
|
|
180
|
-
<label for="startHandDate" class="font_normal_body"
|
|
178
|
+
<label for="startHandDate" class="font_normal_body">开户时间</label>
|
|
181
179
|
<datepicker id="startHandDate" placeholder="开始日期" style="width:60%"
|
|
182
|
-
v-model="model.
|
|
183
|
-
:value.sync="model.
|
|
180
|
+
v-model="model.startOpenDate"
|
|
181
|
+
:value.sync="model.startOpenDate"
|
|
184
182
|
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
185
|
-
condition="
|
|
183
|
+
condition="f_open_date >= '{}'"
|
|
186
184
|
:show-reset-button="true"
|
|
187
185
|
>
|
|
188
186
|
</datepicker>
|
|
@@ -190,10 +188,10 @@
|
|
|
190
188
|
<div class="col-sm-2 form-group">
|
|
191
189
|
<label for="endHandDate" class="font_normal_body">   至</label>
|
|
192
190
|
<datepicker id="endHandDate" placeholder="结束日期" style="width:60%"
|
|
193
|
-
v-model="model.
|
|
194
|
-
:value.sync="model.
|
|
191
|
+
v-model="model.endOpenDate"
|
|
192
|
+
:value.sync="model.endOpenDate"
|
|
195
193
|
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
196
|
-
condition="
|
|
194
|
+
condition="f_open_date <= '{}'"
|
|
197
195
|
:show-reset-button="true"
|
|
198
196
|
>
|
|
199
197
|
</datepicker>
|
|
@@ -202,10 +200,9 @@
|
|
|
202
200
|
<label class="font_normal_body"> 抄 表 员</label>
|
|
203
201
|
<v-select :value.sync="model.f_inputtor"
|
|
204
202
|
v-model="model.f_inputtor"
|
|
205
|
-
:multiple="true"
|
|
206
203
|
:options='$parent.$parent.inputtores' placeholder='请选择'
|
|
207
|
-
condition="f_inputtor
|
|
208
|
-
:search="false">
|
|
204
|
+
condition="f_inputtor = '{}'"
|
|
205
|
+
close-on-select :search="false">
|
|
209
206
|
</v-select>
|
|
210
207
|
</div>
|
|
211
208
|
</div>
|
|
@@ -296,7 +293,7 @@
|
|
|
296
293
|
<nobr>期末底数</nobr>
|
|
297
294
|
</th>
|
|
298
295
|
<th>
|
|
299
|
-
<nobr
|
|
296
|
+
<nobr>建档日期</nobr>
|
|
300
297
|
</th>
|
|
301
298
|
</tr>
|
|
302
299
|
</template>
|
|
@@ -389,7 +386,7 @@
|
|
|
389
386
|
<nobr>{{row.f_tablebase}}</nobr>
|
|
390
387
|
</td>
|
|
391
388
|
<td style="text-align: center;">
|
|
392
|
-
<nobr>{{row.
|
|
389
|
+
<nobr>{{row.f_createfile_date}}</nobr>
|
|
393
390
|
</td>
|
|
394
391
|
</template>
|
|
395
392
|
<template partial='foot'></template>
|
|
@@ -483,7 +480,7 @@ import exportConfig from '../config/exportConfig'
|
|
|
483
480
|
printshow: false,
|
|
484
481
|
all: false,
|
|
485
482
|
fields: {},
|
|
486
|
-
inputtores:[
|
|
483
|
+
inputtores: [],
|
|
487
484
|
thead: '',
|
|
488
485
|
tfoot: '',
|
|
489
486
|
//表册片区
|
|
@@ -505,7 +502,6 @@ import exportConfig from '../config/exportConfig'
|
|
|
505
502
|
},
|
|
506
503
|
ready () {
|
|
507
504
|
readySomething(this)
|
|
508
|
-
this.getinputtores()
|
|
509
505
|
},
|
|
510
506
|
methods: {
|
|
511
507
|
initParams(){
|
|
@@ -535,19 +531,16 @@ import exportConfig from '../config/exportConfig'
|
|
|
535
531
|
})
|
|
536
532
|
}
|
|
537
533
|
},
|
|
538
|
-
async
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
rs.push(temp)
|
|
548
|
-
}
|
|
534
|
+
async updateParams() {
|
|
535
|
+
await this.$MagLoadParams.loadParam(this.f_filialeid)
|
|
536
|
+
this.inputtores = [];
|
|
537
|
+
this.inputtores.push({label: '全部', value: ''})
|
|
538
|
+
this.initSlice(this.f_filialeid)
|
|
539
|
+
if (this.allorgid != null) {
|
|
540
|
+
this.allorgid.forEach((res) => {
|
|
541
|
+
this.inputtores = this.inputtores.concat(this.$MagGetSaleParam.getresinputtor(res));
|
|
542
|
+
})
|
|
549
543
|
}
|
|
550
|
-
this.inputtores = [{label: '全部', value: ''}, ...rs]
|
|
551
544
|
},
|
|
552
545
|
//表册片区和抄表册关联
|
|
553
546
|
async inputtorchange(){
|
|
@@ -630,7 +623,7 @@ import exportConfig from '../config/exportConfig'
|
|
|
630
623
|
userTypeChange () {
|
|
631
624
|
this.gasproperties = []
|
|
632
625
|
if (this.$refs.paged.$refs.cri.model !== null) {
|
|
633
|
-
this.$refs.paged.$refs.cri.model.f_gasproperties =
|
|
626
|
+
this.$refs.paged.$refs.cri.model.f_gasproperties = ''
|
|
634
627
|
|
|
635
628
|
console.log(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
636
629
|
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
@@ -451,19 +451,19 @@
|
|
|
451
451
|
condition="f_table_state in {}"></v-select>
|
|
452
452
|
</div>
|
|
453
453
|
<div class="col-sm-2 form-group">
|
|
454
|
-
<label class="font_normal_body"
|
|
454
|
+
<label class="font_normal_body">档案抄表员</label>
|
|
455
455
|
<v-select :value.sync="model.f_book_inputtor" v-model='model.f_book_inputtor'
|
|
456
456
|
style="width:60%"
|
|
457
457
|
multiple
|
|
458
|
-
:options='$parent.$parent.inputtores' placeholder='
|
|
458
|
+
:options='$parent.$parent.inputtores' placeholder='档案抄表员'
|
|
459
459
|
v-el:cc></v-select>
|
|
460
460
|
</div>
|
|
461
461
|
<div class="col-sm-2 form-group">
|
|
462
|
-
<label class="font_normal_body"
|
|
462
|
+
<label class="font_normal_body">表册抄表员</label>
|
|
463
463
|
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
464
464
|
style="width:60%"
|
|
465
465
|
multiple
|
|
466
|
-
:options='$parent.$parent.inputtores' placeholder='
|
|
466
|
+
:options='$parent.$parent.inputtores' placeholder='表册抄表员'
|
|
467
467
|
v-el:cc></v-select>
|
|
468
468
|
</div>
|
|
469
469
|
<div class="col-sm-2 form-group">
|
|
@@ -18,25 +18,25 @@
|
|
|
18
18
|
<div class="col-sm-2">
|
|
19
19
|
<label class="font_normal_body">客户编号</label>
|
|
20
20
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
|
|
21
|
-
condition="
|
|
21
|
+
condition="f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
|
|
22
22
|
>
|
|
23
23
|
</div>
|
|
24
24
|
<div class="col-sm-2">
|
|
25
25
|
<label class="font_normal_body">客户名称</label>
|
|
26
26
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
27
|
-
condition="
|
|
27
|
+
condition="f_user_name like '%{}%'" v-next-el='userid' v-el:username>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="col-sm-2">
|
|
30
30
|
<label class="font_normal_body">客户地址</label>
|
|
31
31
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_address" placeholder='客户地址'
|
|
32
|
-
condition="
|
|
32
|
+
condition="f_address like '%{}%'" v-next-el='f_address' v-el:f_address>
|
|
33
33
|
</div>
|
|
34
34
|
<div class="span" style="float:right;margin-top:10px">
|
|
35
35
|
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
36
36
|
<button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
|
|
37
37
|
<export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
|
|
38
38
|
:field="$parent.$parent.getfield"
|
|
39
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
39
|
+
sqlurl="rs/logic/exportfile" sql-name="queryGasRecord" template-name='用气量统计表'
|
|
40
40
|
:choose-col="true"></export-excel>
|
|
41
41
|
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
42
42
|
:defaultfield="$parent.$parent.defaultfield"
|
|
@@ -49,24 +49,24 @@
|
|
|
49
49
|
<div class="col-sm-2">
|
|
50
50
|
<label class="font_normal_body">电 话</label>
|
|
51
51
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
|
|
52
|
-
condition="
|
|
52
|
+
condition="f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
|
|
53
53
|
>
|
|
54
54
|
</div>
|
|
55
55
|
<div class="col-sm-2">
|
|
56
56
|
<label class="font_normal_body">小 区</label>
|
|
57
57
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area" placeholder='小区'
|
|
58
|
-
condition="
|
|
58
|
+
condition="f_residential_area like '%{}%'" v-next-el='f_residential_area' v-el:f_residential_area>
|
|
59
59
|
</div>
|
|
60
60
|
<div class="col-sm-2">
|
|
61
61
|
<label class="font_normal_body">表 号</label>
|
|
62
62
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
|
|
63
|
-
condition="
|
|
63
|
+
condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
|
|
64
64
|
>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="col-sm-2">
|
|
67
67
|
<label class="font_normal_body">燃气证号</label>
|
|
68
68
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_gascode" placeholder='燃气证号'
|
|
69
|
-
condition="
|
|
69
|
+
condition="f_gascode like '%{}%'" v-next-el='f_gascode' v-el:f_gascode
|
|
70
70
|
>
|
|
71
71
|
</div>
|
|
72
72
|
<div class="col-sm-2 form-group">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<v-select :value.sync="model.f_price_name"
|
|
82
82
|
v-model="model.f_price_name"
|
|
83
83
|
:options="$parent.$parent.getPricenames"
|
|
84
|
-
condition="
|
|
84
|
+
condition="f_price_name = '{}'"
|
|
85
85
|
close-on-select></v-select>
|
|
86
86
|
</div>
|
|
87
87
|
<div class="col-sm-2 form-group">
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
<v-select :value.sync="model.f_meter_brand"
|
|
90
90
|
v-model="model.f_meter_brand"
|
|
91
91
|
:options="$parent.$parent.meterbrands"
|
|
92
|
-
condition="
|
|
92
|
+
condition="f_meter_brand = '{}'"
|
|
93
93
|
close-on-select></v-select>
|
|
94
94
|
</div>
|
|
95
95
|
<div class="col-sm-2 form-group">
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<v-select :value.sync="model.f_changetable_state"
|
|
98
98
|
v-model="model.f_changetable_state"
|
|
99
99
|
:options="$parent.$parent.isChange"
|
|
100
|
-
condition="
|
|
100
|
+
condition="f_changetable_state = '{}'"
|
|
101
101
|
close-on-select></v-select>
|
|
102
102
|
</div>
|
|
103
103
|
<div class="col-sm-2 form-group">
|
|
@@ -105,27 +105,27 @@
|
|
|
105
105
|
<v-select :value.sync="model.f_gas_state"
|
|
106
106
|
v-model="model.f_gas_state"
|
|
107
107
|
:options="$parent.$parent.gasState"
|
|
108
|
-
condition="
|
|
108
|
+
condition="f_gas_state = '{}'"
|
|
109
109
|
close-on-select></v-select>
|
|
110
110
|
</div>
|
|
111
111
|
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
112
112
|
<label class="font_normal_body">用气量区间</label>
|
|
113
113
|
<div class="row">
|
|
114
114
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_oughtamount1"
|
|
115
|
-
condition="
|
|
115
|
+
condition="f_oughtamount >= {} " placeholder="">
|
|
116
116
|
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
117
117
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_oughtamount2"
|
|
118
|
-
condition="
|
|
118
|
+
condition="f_oughtamount <= {} " placeholder="">
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
121
|
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
122
122
|
<label class="font_normal_body"> 充值区间 </label>
|
|
123
123
|
<div class="row">
|
|
124
124
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_collection1"
|
|
125
|
-
condition="
|
|
125
|
+
condition="f_collection >= {} " placeholder="">
|
|
126
126
|
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
127
127
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_collection2"
|
|
128
|
-
condition="
|
|
128
|
+
condition="f_collection <= {} " placeholder="">
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<div class="col-sm-2 form-group" >
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
<label class="font_normal_body">余额区间</label>
|
|
153
153
|
<div class="row">
|
|
154
154
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_balance_amount_sta"
|
|
155
|
-
condition="
|
|
155
|
+
condition="f_balance_amount >= {} " placeholder="">
|
|
156
156
|
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
157
157
|
<input type="text" style="width:27%" class="input_search" v-model="model.f_balance_amount_end"
|
|
158
|
-
condition="
|
|
158
|
+
condition="f_balance_amount <= {} " placeholder="">
|
|
159
159
|
</div>
|
|
160
160
|
</div>
|
|
161
161
|
<div class="col-sm-2 form-group">
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
return {
|
|
293
293
|
show:false,
|
|
294
294
|
org:[this.$login.f.orgid],
|
|
295
|
-
orgcondition: ' and
|
|
295
|
+
orgcondition: ' and f_orgid = ' + this.$login.f.orgid,
|
|
296
296
|
//f_filialeid: this.$login.f.f_orgid,
|
|
297
297
|
detaillist: [],
|
|
298
298
|
meterbrands: [],
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
//默认打印列
|
|
312
312
|
defaultfield: [],
|
|
313
313
|
orgCondtionStr: '',
|
|
314
|
-
model: new PagedList('rs/sql/
|
|
314
|
+
model: new PagedList('rs/sql/queryGasRecord', 50,{
|
|
315
315
|
startDate: 'this.model.startDate',
|
|
316
316
|
endDate: 'this.model.endDate'
|
|
317
317
|
},{
|
|
@@ -361,9 +361,9 @@
|
|
|
361
361
|
},
|
|
362
362
|
getorg(obj) {
|
|
363
363
|
if(plugins.convertToIn(obj)!==null&&plugins.convertToIn(obj)!==''){
|
|
364
|
-
this.orgcondition = " and
|
|
364
|
+
this.orgcondition = " and f_orgid in " + plugins.convertToIn(obj)
|
|
365
365
|
}else{
|
|
366
|
-
this.orgcondition = " and
|
|
366
|
+
this.orgcondition = " and f_orgid = " + this.$login.f.orgid
|
|
367
367
|
}
|
|
368
368
|
},
|
|
369
369
|
userTypeChange () {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
getorg(condition,obj) {
|
|
410
410
|
this.orgcondition = condition.replace('f_orgid','i.f_orgid')
|
|
411
411
|
this.orgcondition = this.orgcondition.replace('f_depid','i.f_depid')
|
|
412
|
-
this.orgcondition = this.orgcondition.replace('f_operatorid','
|
|
412
|
+
this.orgcondition = this.orgcondition.replace('f_operatorid','u1.f_operatorid')
|
|
413
413
|
this.orgname = obj.orgnames[0]
|
|
414
414
|
},
|
|
415
415
|
initQueryParam () {
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
:value.sync="model.startDate"
|
|
174
174
|
:format="'yyyy-MM-dd'"
|
|
175
175
|
:show-reset-button="true"
|
|
176
|
-
condition="
|
|
176
|
+
condition="f_createfile_date >= '{} 00:00:00'">
|
|
177
177
|
</datepicker>
|
|
178
178
|
</div>
|
|
179
179
|
<div class="col-sm-2 form-group" >
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
:value.sync="model.endDate"
|
|
184
184
|
:format="'yyyy-MM-dd'"
|
|
185
185
|
:show-reset-button="true"
|
|
186
|
-
condition="
|
|
186
|
+
condition="f_createfile_date <= '{} 23:59:59'">
|
|
187
187
|
</datepicker>
|
|
188
188
|
</div>
|
|
189
189
|
</div>
|
|
@@ -274,11 +274,6 @@ import exportConfig from './config/exportConfig'
|
|
|
274
274
|
let readySomething = async function (self) {
|
|
275
275
|
await self.$MagLoadParams.loadParam()
|
|
276
276
|
self.initParams()
|
|
277
|
-
//获取新的抄表册,先去清理所有的抄表册
|
|
278
|
-
self.$GetSaleParam.meterbooks = [];
|
|
279
|
-
//开始加载新的抄表册
|
|
280
|
-
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
281
|
-
self.initmeterbook()
|
|
282
277
|
}
|
|
283
278
|
export default {
|
|
284
279
|
props: ['data'],
|
|
@@ -298,7 +293,6 @@ export default {
|
|
|
298
293
|
org: [this.$login.f.orgid]
|
|
299
294
|
},
|
|
300
295
|
meterbrands: [],
|
|
301
|
-
meterbooks:[],
|
|
302
296
|
gasproperties : [],
|
|
303
297
|
inputtores: [{label: '全部',value: ''}],
|
|
304
298
|
criteriaShow: false,
|
|
@@ -323,9 +317,6 @@ export default {
|
|
|
323
317
|
})
|
|
324
318
|
},
|
|
325
319
|
methods: {
|
|
326
|
-
async initmeterbook(){
|
|
327
|
-
this.meterbooks = [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
328
|
-
},
|
|
329
320
|
getotherfooter () {
|
|
330
321
|
// this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
|
|
331
322
|
// this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
|
|
@@ -442,6 +433,9 @@ export default {
|
|
|
442
433
|
meterStyle () {
|
|
443
434
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('燃气表型号')]
|
|
444
435
|
},
|
|
436
|
+
meterbooks(){
|
|
437
|
+
return [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
438
|
+
},
|
|
445
439
|
|
|
446
440
|
|
|
447
441
|
}
|
|
@@ -2256,11 +2256,11 @@ export default {
|
|
|
2256
2256
|
'f_orgname': '所属机构', 'f_depname': '部门', 'f_operator': '操作人'
|
|
2257
2257
|
},
|
|
2258
2258
|
useGasyearRatioConfig: {
|
|
2259
|
-
'
|
|
2259
|
+
'f_userinfo_id': '用户编号', 'f_user_name': '姓名',
|
|
2260
2260
|
'f_user_type': '用户类型', 'f_user_phone': '电话',
|
|
2261
2261
|
'f_address': '地址', 'f_inputtor': '抄表员',
|
|
2262
|
-
'f_gasproperties': '用户性质', '
|
|
2263
|
-
'
|
|
2262
|
+
'f_gasproperties': '用户性质', 'f_manufacturers': '气表品牌',
|
|
2263
|
+
'f_meter_style': '气表厂家', 'f_book_name': '抄表册',
|
|
2264
2264
|
'f_meternumber': '表号', 'f_oldgas': '往月用气',
|
|
2265
2265
|
'f_newgas': '本月用气',
|
|
2266
2266
|
'f_gasdiff': '增量', 'f_gasprec': '百分比'
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
:value.sync="model.startDate"
|
|
138
138
|
:format="'yyyy-MM-dd'"
|
|
139
139
|
:show-reset-button="true"
|
|
140
|
-
condition="
|
|
140
|
+
condition="f_createfile_date >= '{} 00:00:00'">
|
|
141
141
|
</datepicker>
|
|
142
142
|
</div>
|
|
143
143
|
<div class="col-sm-2 form-group" >
|
|
@@ -147,27 +147,9 @@
|
|
|
147
147
|
:value.sync="model.endDate"
|
|
148
148
|
:format="'yyyy-MM-dd'"
|
|
149
149
|
:show-reset-button="true"
|
|
150
|
-
condition="
|
|
150
|
+
condition="f_createfile_date <= '{} 23:59:59'">
|
|
151
151
|
</datepicker>
|
|
152
152
|
</div>
|
|
153
|
-
<div class="col-sm-2 form-group">
|
|
154
|
-
<label class="font_normal_body">气量百分比</label>
|
|
155
|
-
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
156
|
-
v-model="model.f_gasprec_small"
|
|
157
|
-
condition="f_gasprec >= '{}' " placeholder="大于等于">
|
|
158
|
-
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
159
|
-
v-model="model.f_gasprec_big"
|
|
160
|
-
condition="f_gasprec <= '{}' " placeholder="小于等于">
|
|
161
|
-
</div>
|
|
162
|
-
<div class="col-sm-2 form-group">
|
|
163
|
-
<label class="font_normal_body"> 增量 </label>
|
|
164
|
-
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
165
|
-
v-model="model.f_gasdiff_small"
|
|
166
|
-
condition="f_gasdiff >= '{}' " placeholder="大于等于">
|
|
167
|
-
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
168
|
-
v-model="model.f_gasdiff_big"
|
|
169
|
-
condition="f_gasdiff >= '{}' " placeholder="小于等于">
|
|
170
|
-
</div>
|
|
171
153
|
</div>
|
|
172
154
|
</div>
|
|
173
155
|
</criteria>
|
|
@@ -175,7 +157,7 @@
|
|
|
175
157
|
<data-grid :model="model" partial='list' class="list_area table_sy" style="height: 95%" v-ref:grid>
|
|
176
158
|
<template partial='head'>
|
|
177
159
|
<tr>
|
|
178
|
-
<th colspan="
|
|
160
|
+
<th colspan="11" style="text-align: center;"><nobr>用户信息</nobr></th>
|
|
179
161
|
<th colspan="13" style="text-align: center;"><nobr>查询年份</nobr></th>
|
|
180
162
|
<th colspan="13" style="text-align: center;"><nobr>对比年份</nobr></th>
|
|
181
163
|
</tr>
|
|
@@ -213,12 +195,6 @@
|
|
|
213
195
|
<th style="text-align: center;">
|
|
214
196
|
<nobr>抄表册</nobr>
|
|
215
197
|
</th>
|
|
216
|
-
<th style="text-align: center;">
|
|
217
|
-
<nobr>增量</nobr>
|
|
218
|
-
</th>
|
|
219
|
-
<th style="text-align: center;">
|
|
220
|
-
<nobr>百分比</nobr>
|
|
221
|
-
</th>
|
|
222
198
|
<th style="text-align: center;">
|
|
223
199
|
<nobr>一月</nobr>
|
|
224
200
|
</th>
|
|
@@ -313,8 +289,6 @@
|
|
|
313
289
|
<td style="text-align: center;">{{ row.f_meternumber }}</td>
|
|
314
290
|
<td style="text-align: center;">{{ row.f_inputtor }}</td>
|
|
315
291
|
<td style="text-align: center;">{{ row.f_book_name }}</td>
|
|
316
|
-
<td style="text-align: center;">{{ row.f_gasdiff }}</td>
|
|
317
|
-
<td style="text-align: center;">{{ row.f_gasprec }}%</td>
|
|
318
292
|
<td style="text-align: center;">{{ row.jan }}</td>
|
|
319
293
|
<td style="text-align: center;">{{ row.feb }}</td>
|
|
320
294
|
<td style="text-align: center;">{{ row.mar }}</td>
|
|
@@ -358,11 +332,6 @@ import exportConfig from './config/exportConfig'
|
|
|
358
332
|
let readySomething = async function (self) {
|
|
359
333
|
await self.$MagLoadParams.loadParam()
|
|
360
334
|
self.initParams()
|
|
361
|
-
//获取新的抄表册,先去清理所有的抄表册
|
|
362
|
-
self.$GetSaleParam.meterbooks = [];
|
|
363
|
-
//开始加载新的抄表册
|
|
364
|
-
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
365
|
-
self.initmeterbook()
|
|
366
335
|
}
|
|
367
336
|
export default {
|
|
368
337
|
props: ['data'],
|
|
@@ -381,7 +350,6 @@ export default {
|
|
|
381
350
|
org: [this.$login.f.orgid]
|
|
382
351
|
},
|
|
383
352
|
meterbrands: [],
|
|
384
|
-
meterbooks:[],
|
|
385
353
|
gasproperties:[],
|
|
386
354
|
inputtores: [{label: '全部',value: ''}],
|
|
387
355
|
criteriaShow: false,
|
|
@@ -413,9 +381,6 @@ export default {
|
|
|
413
381
|
})
|
|
414
382
|
},
|
|
415
383
|
methods: {
|
|
416
|
-
async initmeterbook(){
|
|
417
|
-
this.meterbooks = [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
418
|
-
},
|
|
419
384
|
async downloadFiles() {
|
|
420
385
|
if (this.getCondition) {
|
|
421
386
|
let data = {
|
|
@@ -539,7 +504,9 @@ export default {
|
|
|
539
504
|
meterStyle () {
|
|
540
505
|
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('燃气表型号')]
|
|
541
506
|
},
|
|
542
|
-
|
|
507
|
+
meterbooks(){
|
|
508
|
+
return [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
509
|
+
},
|
|
543
510
|
|
|
544
511
|
|
|
545
512
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<div class="col-sm-2">
|
|
25
25
|
<label class="font_normal_body">客户名称</label>
|
|
26
26
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
|
|
27
|
-
condition="ss.f_user_name
|
|
27
|
+
condition="ss.f_user_name = '{}'" v-next-el='userid' v-el:username>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="col-sm-2">
|
|
30
30
|
<label class="font_normal_body">客户地址</label>
|