manage-client 4.1.5 → 4.1.7
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/SellReport/jinhong/JhDayReport.vue +172 -0
- package/src/filiale/jinbin/exportConfig.js +1110 -0
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
- package/src/filiale/jinbin/sale.js +7 -0
- package/src/filiale/rongchuang/exportConfig.js +503 -507
- package/src/reportManage.js +4 -0
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
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:9001/'
|
|
20
20
|
// var bendi = 'http://121.36.106.17:8400/'
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
|
-
var bendi = 'http://192.168.50.67:
|
|
22
|
+
var bendi = 'http://192.168.50.67:31567/'
|
|
23
23
|
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://192.168.50.67:
|
|
24
|
+
var wode = 'http://192.168.50.67:31567/'
|
|
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'
|
|
@@ -78,7 +78,7 @@ var proxyTable = {
|
|
|
78
78
|
},
|
|
79
79
|
// 查找资源服务数据
|
|
80
80
|
'/rs/search': {
|
|
81
|
-
target: 'http://192.168.50.67:
|
|
81
|
+
target: 'http://192.168.50.67:31567/'
|
|
82
82
|
},
|
|
83
83
|
// 查找资源服务数据
|
|
84
84
|
'/rs/logic/getLogin': {
|
package/package.json
CHANGED
|
@@ -0,0 +1,172 @@
|
|
|
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
|
+
<res-select-group :show-component="$parent.$parent.resshow" :selectin="true" :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="span" style = "float:right;">
|
|
30
|
+
<button class="button_search" @click="$parent.$parent.searchData()">查询</button>
|
|
31
|
+
<report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
|
|
32
|
+
<report-excel id='gasprice'></report-excel>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</criteria>
|
|
36
|
+
<div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
|
|
37
|
+
<table class='tableprint' style="margin: 0px auto">
|
|
38
|
+
<thead>
|
|
39
|
+
<tr>
|
|
40
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
|
|
41
|
+
<h3 style="text-align: center">营业厅收费日报表</h3>
|
|
42
|
+
</th>
|
|
43
|
+
</tr>
|
|
44
|
+
<tr>
|
|
45
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
46
|
+
开始时间:{{model.model.startDate}}
|
|
47
|
+
结束时间:{{ model.model.endDate }} <br/>
|
|
48
|
+
<!--打印时间:{{{$parent.printTime}}}-->
|
|
49
|
+
打印时间:{{$parent.printTime}}
|
|
50
|
+
<!--收费员:{{// $parent.operatorname}}-->
|
|
51
|
+
</th>
|
|
52
|
+
</tr>
|
|
53
|
+
<tr>
|
|
54
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
55
|
+
<div>
|
|
56
|
+
<span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$parent.orgname">公司:{{$parent.orgname}}</span>
|
|
57
|
+
<span v-show="$parent.depname"> 部门:{{$parent.depname}}</span>
|
|
58
|
+
<span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$parent.operatorname">人员:{{$parent.operatorname}}</span>
|
|
59
|
+
</div>
|
|
60
|
+
</th>
|
|
61
|
+
</tr>
|
|
62
|
+
</thead>
|
|
63
|
+
<tr>
|
|
64
|
+
<td :colspan='$parent.spans' class="noborder">
|
|
65
|
+
{{{ model.data.substring(26,model.data.length-8) }}}
|
|
66
|
+
</td>
|
|
67
|
+
</tr>
|
|
68
|
+
<tfoot>
|
|
69
|
+
<tr style="text-align: left">
|
|
70
|
+
<th :colspan='Math.floor($parent.spans/3)'>财务审核:</th>
|
|
71
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款审核:</th>
|
|
72
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款员:</th>
|
|
73
|
+
</tr>
|
|
74
|
+
</tfoot>
|
|
75
|
+
</table>
|
|
76
|
+
{{{ $parent.reportStr}}}
|
|
77
|
+
</div>
|
|
78
|
+
</criteria-paged>
|
|
79
|
+
</div>
|
|
80
|
+
</template>
|
|
81
|
+
|
|
82
|
+
<script>
|
|
83
|
+
import { DataModel } from 'vue-client'
|
|
84
|
+
import co from 'co'
|
|
85
|
+
|
|
86
|
+
export default {
|
|
87
|
+
title: '营业厅收费日报表',
|
|
88
|
+
props: ['data'],
|
|
89
|
+
data () {
|
|
90
|
+
return {
|
|
91
|
+
printTime: this.$login.toStandardTimeString(),
|
|
92
|
+
depresid: [],
|
|
93
|
+
userresid: [],
|
|
94
|
+
f_orgid: this.$login.f.orgid,
|
|
95
|
+
f_depid: this.$login.f.depids,
|
|
96
|
+
// f_operatorid: this.$login.f.id,
|
|
97
|
+
operatorid: [],
|
|
98
|
+
depid: [],
|
|
99
|
+
orgname: '',
|
|
100
|
+
depname: '',
|
|
101
|
+
criteriaShow: false,
|
|
102
|
+
operatorname: '',
|
|
103
|
+
orgCondtionStr: '1=1',
|
|
104
|
+
model: new DataModel('api/af-revenue/report/dayReport', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
|
|
105
|
+
f_orgid: 'this.model.f_orgid'}),
|
|
106
|
+
reportStr: null,
|
|
107
|
+
resshow:['company','department','operator'],
|
|
108
|
+
spans: 0,
|
|
109
|
+
initres: {
|
|
110
|
+
org: [this.$login.f.orgid],
|
|
111
|
+
dep: [],
|
|
112
|
+
user: []
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
ready () {
|
|
117
|
+
this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
|
|
118
|
+
this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
|
|
119
|
+
console.log(this.$login.f)
|
|
120
|
+
},
|
|
121
|
+
methods: {
|
|
122
|
+
searchData () {
|
|
123
|
+
this.$refs.paged.$refs.criteria.search()
|
|
124
|
+
},
|
|
125
|
+
selfSearch (args) {
|
|
126
|
+
this.printTime = this.$login.toStandardTimeString()
|
|
127
|
+
let orgcondition = '1=1'
|
|
128
|
+
let orgstr = this.orgCondtionStr
|
|
129
|
+
orgcondition = orgcondition + orgstr
|
|
130
|
+
this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
|
|
131
|
+
this.$refs.paged.search(args)
|
|
132
|
+
},
|
|
133
|
+
hidden() {
|
|
134
|
+
this.criteriaShow = !this.criteriaShow
|
|
135
|
+
},
|
|
136
|
+
getRes (condition, obj) {
|
|
137
|
+
this.orgCondtionStr = condition
|
|
138
|
+
this.orgname = obj.orgnames[0]
|
|
139
|
+
this.depname = obj.depnames[0]
|
|
140
|
+
this.operatorname = obj.operatornames[0]
|
|
141
|
+
},
|
|
142
|
+
getdep (obj, val) {
|
|
143
|
+
this.depname = val[0]
|
|
144
|
+
this.userresid = obj
|
|
145
|
+
this.f_depid = obj
|
|
146
|
+
},
|
|
147
|
+
getuser ( obj, val) {
|
|
148
|
+
this.operatorname = val[0]
|
|
149
|
+
this.f_operatorid = obj
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
watch: {
|
|
153
|
+
'model.data' (val) {
|
|
154
|
+
let len=0
|
|
155
|
+
let a=val.split('</tr>')
|
|
156
|
+
for(let i=0;i<a.length;i++){
|
|
157
|
+
if(a[i].split('</td>').length-1>len){
|
|
158
|
+
len=a[i].split('</td>').length-1
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
this.spans = len
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
computed: {
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
</script>
|
|
168
|
+
<style scoped>
|
|
169
|
+
.noborder{
|
|
170
|
+
border: none;
|
|
171
|
+
}
|
|
172
|
+
</style>
|