manage-client 3.2.229 → 3.2.231
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/SellReport/shangyenum.vue +221 -0
- package/src/components/sale/businessquery/ChargeQuery.vue +16 -2
- package/src/filiale/WEINAN/MeterQuery.vue +172 -170
- package/src/filiale/WEINAN/UserQuery.vue +963 -0
- package/src/filiale/WEINAN/sale.js +2 -0
- package/src/filiale/wuhai/ReportList.vue +6 -6
- package/src/main.js +66 -66
- package/src/reportManage.js +4 -0
package/package.json
CHANGED
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="basic-main" style="height: 100%">
|
|
3
|
+
<criteria-paged :model="model" :pager='false' v-ref:paged>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="col-sm-2 form-group" >
|
|
8
|
+
<label class="font_normal_body" for="startDate">开始日期:</label>
|
|
9
|
+
<datepicker id="startDate" placeholder="开始日期" style="width: 60%"
|
|
10
|
+
v-model="model.startDate"
|
|
11
|
+
:value.sync="model.startDate"
|
|
12
|
+
:disabled-days-of-Week="[]"
|
|
13
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
14
|
+
:show-reset-button="reset">
|
|
15
|
+
</datepicker>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="col-sm-2 form-group" >
|
|
18
|
+
<label class="font_normal_body" for="endDate">结束日期:</label>
|
|
19
|
+
<datepicker id="endDate" placeholder="结束日期" style="width: 60%"
|
|
20
|
+
v-model="model.endDate"
|
|
21
|
+
:value.sync="model.endDate"
|
|
22
|
+
:disabled-days-of-Week="[]"
|
|
23
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
24
|
+
:show-reset-button="reset">
|
|
25
|
+
</datepicker>
|
|
26
|
+
</div><!--
|
|
27
|
+
<div class="col-sm-2 form-group">
|
|
28
|
+
<label class="font_normal_body"> 公司 </label>
|
|
29
|
+
<right-tree @re-res="$parent.$parent.getRes" style="width: 60%"></right-tree>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="col-sm-2 form-group">
|
|
32
|
+
<label class="font_normal_body"> 部门 </label>
|
|
33
|
+
<res-select restype='department'
|
|
34
|
+
is-mul="false"
|
|
35
|
+
@res-select="$parent.$parent.getdep"
|
|
36
|
+
:parentresid="$parent.$parent.depresid"
|
|
37
|
+
:initresid='$parent.$parent.depid'>
|
|
38
|
+
</res-select>
|
|
39
|
+
|
|
40
|
+
</div>
|
|
41
|
+
<div class="col-sm-2 form-group">
|
|
42
|
+
<label class="font_normal_body"> 人员 </label>
|
|
43
|
+
<res-select restype='user'
|
|
44
|
+
is-mul="false"
|
|
45
|
+
@res-select="$parent.$parent.getuser"
|
|
46
|
+
:parentresid="$parent.$parent.userresid"
|
|
47
|
+
:initresid='$parent.$parent.operatorid'>
|
|
48
|
+
</res-select>
|
|
49
|
+
</div>
|
|
50
|
+
-->
|
|
51
|
+
<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>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="span" style = "float:right;">
|
|
54
|
+
<button class="button_search" @click="$parent.$parent.searchData()">查询</button>
|
|
55
|
+
<report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
|
|
56
|
+
<report-excel id='gasprice'></report-excel>
|
|
57
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,
|
|
58
|
+
'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
61
|
+
<div class="col-sm-2 form-group">
|
|
62
|
+
<label class="font_normal_body">收费状态</label>
|
|
63
|
+
<v-select :value.sync="$parent.$parent.f_state" multiple
|
|
64
|
+
v-model="$parent.$parent.f_state"
|
|
65
|
+
:options='$parent.$parent.charge_state' placeholder='请选择'
|
|
66
|
+
condition="f_state in {}"
|
|
67
|
+
close-on-select></v-select>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</criteria>
|
|
72
|
+
<div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
|
|
73
|
+
<table class='tableprint' style="margin: 0px auto">
|
|
74
|
+
<thead>
|
|
75
|
+
<tr>
|
|
76
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
|
|
77
|
+
<h3 style="text-align: center">乌海区域商业报表</h3>
|
|
78
|
+
</th>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr>
|
|
81
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
82
|
+
开始时间:{{model.model.startDate}}
|
|
83
|
+
结束时间:{{ model.model.endDate }} <br/>
|
|
84
|
+
<!--打印时间:{{{$parent.printTime}}}-->
|
|
85
|
+
打印时间:{{$parent.printTime}}
|
|
86
|
+
<!--收费员:{{// $parent.operatorname}}-->
|
|
87
|
+
</th>
|
|
88
|
+
</tr>
|
|
89
|
+
<tr>
|
|
90
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
91
|
+
<div>
|
|
92
|
+
<span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$parent.orgname">公司:{{$parent.orgname}}</span>
|
|
93
|
+
<span v-show="$parent.depname"> 部门:{{$parent.depname}}</span>
|
|
94
|
+
<!-- <span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$refs.criteria.$refs.res.obj.operatornames[0]">人员:{{$parent.operatorname}}</span>-->
|
|
95
|
+
</div>
|
|
96
|
+
</th>
|
|
97
|
+
</tr>
|
|
98
|
+
</thead>
|
|
99
|
+
<tr>
|
|
100
|
+
<td :colspan='$parent.spans' class="noborder">
|
|
101
|
+
{{{ model.data.substring(26,model.data.length-8) }}}
|
|
102
|
+
</td>
|
|
103
|
+
</tr>
|
|
104
|
+
<tfoot>
|
|
105
|
+
<tr style="text-align: left">
|
|
106
|
+
<th :colspan='Math.floor($parent.spans/3)'>财务审核:</th>
|
|
107
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款审核:</th>
|
|
108
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款员:</th>
|
|
109
|
+
</tr>
|
|
110
|
+
</tfoot>
|
|
111
|
+
</table>
|
|
112
|
+
{{{ $parent.reportStr}}}
|
|
113
|
+
</div>
|
|
114
|
+
</criteria-paged>
|
|
115
|
+
</div>
|
|
116
|
+
</template>
|
|
117
|
+
|
|
118
|
+
<script>
|
|
119
|
+
import { DataModel } from 'vue-client'
|
|
120
|
+
import co from 'co'
|
|
121
|
+
|
|
122
|
+
export default {
|
|
123
|
+
title: '乌海区域商业报表',
|
|
124
|
+
props: ['data'],
|
|
125
|
+
data () {
|
|
126
|
+
return {
|
|
127
|
+
printTime: this.$login.toStandardTimeString(),
|
|
128
|
+
depresid: [],
|
|
129
|
+
userresid: [],
|
|
130
|
+
f_orgid: this.$login.f.orgid,
|
|
131
|
+
f_depid: this.$login.f.depids,
|
|
132
|
+
f_operatorid: this.$login.f.id,
|
|
133
|
+
operatorid: [],
|
|
134
|
+
depid: [],
|
|
135
|
+
orgname: '',
|
|
136
|
+
depname: '',
|
|
137
|
+
criteriaShow: false,
|
|
138
|
+
operatorname: '',
|
|
139
|
+
orgCondtionStr: '1=1',
|
|
140
|
+
f_state:['有效'],
|
|
141
|
+
model: new DataModel('rs/report/shangyenum', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
|
|
142
|
+
f_orgid: 'this.model.f_orgid'}),
|
|
143
|
+
reportStr: null,
|
|
144
|
+
resshow:['company','department','operator'],
|
|
145
|
+
spans: 0,
|
|
146
|
+
initres: {
|
|
147
|
+
org: [this.$login.f.orgid],
|
|
148
|
+
dep: [],
|
|
149
|
+
user: []
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
ready () {
|
|
154
|
+
this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
|
|
155
|
+
this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
|
|
156
|
+
console.log(this.$login.f)
|
|
157
|
+
},
|
|
158
|
+
methods: {
|
|
159
|
+
searchData () {
|
|
160
|
+
this.$refs.paged.$refs.criteria.search()
|
|
161
|
+
},
|
|
162
|
+
selfSearch (args) {
|
|
163
|
+
this.printTime = this.$login.toStandardTimeString()
|
|
164
|
+
let orgcondition = '1=1'
|
|
165
|
+
let orgstr = this.orgCondtionStr
|
|
166
|
+
orgcondition = orgcondition + orgstr
|
|
167
|
+
/* if (this.f_orgid && this.f_orgid[0]) {
|
|
168
|
+
orgcondition += ' and f_orgid in (' + this.f_orgid + ')'
|
|
169
|
+
}
|
|
170
|
+
if (this.f_depid && this.f_depid[0]) {
|
|
171
|
+
orgcondition += ' and f_depid in (' + this.f_depid + ')'
|
|
172
|
+
}
|
|
173
|
+
if(this.f_operatorid && this.f_operatorid[0]) {
|
|
174
|
+
orgcondition += ' and f_operatorid in (' + this.f_operatorid + ')'
|
|
175
|
+
}*/
|
|
176
|
+
this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
|
|
177
|
+
this.$refs.paged.search(args)
|
|
178
|
+
},
|
|
179
|
+
|
|
180
|
+
hidden() {
|
|
181
|
+
this.criteriaShow = !this.criteriaShow
|
|
182
|
+
},
|
|
183
|
+
getRes (condition, obj) {
|
|
184
|
+
this.orgCondtionStr = condition
|
|
185
|
+
this.orgname = obj.orgnames[0]
|
|
186
|
+
this.depname = obj.depnames[0]
|
|
187
|
+
},
|
|
188
|
+
getdep (obj, val) {
|
|
189
|
+
this.depname = val[0]
|
|
190
|
+
this.userresid = obj
|
|
191
|
+
this.f_depid = obj
|
|
192
|
+
},
|
|
193
|
+
getuser ( obj, val) {
|
|
194
|
+
this.operatorname = val[0]
|
|
195
|
+
this.f_operatorid = obj
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
watch: {
|
|
199
|
+
'model.data' (val) {
|
|
200
|
+
let len=0
|
|
201
|
+
let a=val.split('</tr>')
|
|
202
|
+
for(let i=0;i<a.length;i++){
|
|
203
|
+
if(a[i].split('</td>').length-1>len){
|
|
204
|
+
len=a[i].split('</td>').length-1
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
this.spans = len
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
computed: {
|
|
211
|
+
charge_state() {
|
|
212
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('收费状态')]
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
</script>
|
|
217
|
+
<style scoped>
|
|
218
|
+
.noborder{
|
|
219
|
+
border: none;
|
|
220
|
+
}
|
|
221
|
+
</style>
|
|
@@ -325,6 +325,15 @@
|
|
|
325
325
|
<input type="text" style="width:30%" class="input_search" title="小于等于" v-model="model.f_pregas_big"
|
|
326
326
|
condition="f_pregas <= '{}' " placeholder="小于等于">
|
|
327
327
|
</div>
|
|
328
|
+
<div class="col-sm-2 form-group">
|
|
329
|
+
<label class="font_normal_body"> 阶数</label>
|
|
330
|
+
<v-select placeholder='请选择'
|
|
331
|
+
:value.sync="model.jietilevel"
|
|
332
|
+
v-model="model.jietilevel"
|
|
333
|
+
:options='$parent.$parent.jieshu'
|
|
334
|
+
condition="jietilevel = '{}'"
|
|
335
|
+
close-on-select></v-select>
|
|
336
|
+
</div>
|
|
328
337
|
</div>
|
|
329
338
|
</div>
|
|
330
339
|
</criteria>
|
|
@@ -852,6 +861,7 @@
|
|
|
852
861
|
title: '收费查询',
|
|
853
862
|
data() {
|
|
854
863
|
return {
|
|
864
|
+
// jietilevel:'',
|
|
855
865
|
IdCardInfo:'',
|
|
856
866
|
titleShow : true,
|
|
857
867
|
card:'',
|
|
@@ -929,7 +939,12 @@
|
|
|
929
939
|
lastorgstr:'',
|
|
930
940
|
// pos设备列表
|
|
931
941
|
posEquipment: [{label: '全部',value: ''}],
|
|
932
|
-
showbottomsum:false
|
|
942
|
+
showbottomsum:false, //页面下方是否有合计: 默认为false, 在watch修改
|
|
943
|
+
jieshu: [
|
|
944
|
+
{label: '一阶', value: '一阶'},
|
|
945
|
+
{label: '二阶', value: '二阶'},
|
|
946
|
+
{label: '三阶', value: '三阶'}
|
|
947
|
+
]
|
|
933
948
|
}
|
|
934
949
|
},
|
|
935
950
|
ready() {
|
|
@@ -1051,7 +1066,6 @@
|
|
|
1051
1066
|
},
|
|
1052
1067
|
|
|
1053
1068
|
search(){
|
|
1054
|
-
|
|
1055
1069
|
this.$refs.paged.$refs.cri.search()
|
|
1056
1070
|
},
|
|
1057
1071
|
cancel() {
|