apply-clients 3.5.5-72 → 3.5.5-74

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.
Files changed (35) hide show
  1. package/build/dev-server.js +6 -7
  2. package/package.json +1 -1
  3. package/src/App.vue +25 -25
  4. package/src/components/android/AppCheckTakePic.vue +168 -168
  5. package/src/components/android/Process/AppServiceControl.vue +1755 -1755
  6. package/src/components/product/Install/ContractCharge.vue +3 -3
  7. package/src/components/product/PcZhihuanManagement.vue +160 -160
  8. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -339
  9. package/src/components/product/Process/Processes/selectApply.vue +251 -251
  10. package/src/components/product/Process/Processes/selectBcakApply.vue +250 -250
  11. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  12. package/src/filiale/fugou/android/AppAddReplacement.vue +341 -341
  13. package/src/filiale/fugou/android/AppChargeManagement.vue +739 -739
  14. package/src/filiale/fugou/android/AppExplorationUser.vue +508 -508
  15. package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -542
  16. package/src/filiale/fugou/android/AppServiceControl.vue +1840 -1840
  17. package/src/filiale/fugou/pc/AddReplacement.vue +340 -340
  18. package/src/filiale/fugou/pc/ExplorationSelect.vue +524 -524
  19. package/src/filiale/fugou/pc/ServiceControl.vue +1714 -1714
  20. package/src/filiale/fugou/pc/StopApplyList.vue +291 -291
  21. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  22. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +216 -216
  23. package/src/filiale/fugou/pc/chargeReport.vue +215 -215
  24. package/src/filiale/fugou/pc.js +18 -18
  25. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
  26. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  27. package/src/filiale/yangchunboneng/android.js +21 -21
  28. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  29. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -612
  30. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  31. package/src/filiale/yangchunboneng/pc.js +1 -0
  32. package/src/main.js +22 -23
  33. package/src/test/SessionTestServlet.java +69 -0
  34. package/webapp/WEB-INF/web.xml +52 -0
  35. package/webapp/session-test.jsp +59 -0
@@ -1,215 +1,215 @@
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">
8
- <label class="font_normal_body">组织机构:</label>
9
- <res-select
10
- restype='organization'
11
- :initresid='$parent.$parent.curorgid'
12
- @res-select="$parent.$parent.getorg"
13
- :is-mul="false"
14
- ></res-select>
15
- </div>
16
- <div class="col-sm-2">
17
- <label class="font_normal_body">部&emsp;&emsp;门:</label>
18
- <res-select
19
- restype='department'
20
- :parentresid="$parent.$parent.curorgid"
21
- :initresid='$parent.$parent.curdepid'
22
- @res-select="$parent.$parent.getdep"
23
- :is-mul="true"
24
- ></res-select>
25
- </div>
26
- <div class="col-sm-2">
27
- <label class="font_normal_body">人&emsp;&emsp;员:</label>
28
- <res-select
29
- restype='user'
30
- :parentresid="$parent.$parent.curdepid"
31
- :initresid='$parent.$parent.curuserid'
32
- @res-select="$parent.$parent.getuser"
33
- :is-mul="true"></res-select>
34
- </div>
35
- <div class="col-sm-2" >
36
- <label class="font_normal_body" for="startDate">分组项:</label>
37
- <v-select
38
- :value.sync="model.f_public_group1"
39
- v-model="model.f_public_group1"
40
- v-ref:groupone
41
- :options='$parent.$parent.group1'
42
- placeholder='请选择'
43
- close-on-select
44
- ></v-select>
45
- </div>
46
- <div class="col-sm-2" >
47
- <label class="font_normal_body" for="startDate">开始日期:</label>
48
- <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
49
- v-model="model.startDate"
50
- :value.sync="model.startDate"
51
- :disabled-days-of-Week="[]"
52
- :format="'yyyy-MM-dd HH:mm:ss'"
53
- condition="cr.f_charge_date > '{}'"
54
- :show-reset-button="reset">
55
- </datepicker>
56
- </div>
57
- <div class="col-sm-2" >
58
- <label class="font_normal_body" for="endDate">结束日期:</label>
59
- <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
60
- v-model="model.endDate"
61
- :value.sync="model.endDate"
62
- :disabled-days-of-Week="[]"
63
- :format="'yyyy-MM-dd HH:mm:ss'"
64
- condition="cr.f_charge_date < '{}'"
65
- :show-reset-button="reset">
66
- </datepicker>
67
- </div><br>
68
- </div>
69
- <div class="span" style = "float:right;">
70
- <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
71
- <report-print id='gasprice1' top='1cm' left='0' width='100%' height='100%' :preview="true"></report-print>
72
- <report-excel id='gasprice1'></report-excel>
73
- </div>
74
- </div>
75
- </criteria>
76
- <div partial='list' v-el:handcollect id='gasprice1' style="overflow-y: scroll">
77
- <table class='tableprint' style="margin: 0px auto">
78
- <thead>
79
- <tr>
80
- <th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
81
- <h3 style="text-align: center">报建收费报表</h3>
82
- </th>
83
- </tr>
84
- <tr>
85
- <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
86
- 开始时间:{{ $refs.criteria.model.startDate }}&nbsp;&nbsp;&nbsp;
87
- 结束时间:{{ $refs.criteria.model.endDate }}
88
- </th>
89
- </tr>
90
- <tr>
91
- <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
92
- 打印时间:{{{$parent.printTime}}}
93
- </th>
94
- </tr>
95
- <tr>
96
- <th :colspan='$par ent.spans' style="font-weight: normal; text-align: center;">
97
- <div>
98
- <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
99
- <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
100
- <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
101
- </div>
102
- </th>
103
- </tr>
104
- </thead>
105
- <tr>
106
- <td :colspan='$parent.spans' class="norder">
107
- {{{ model.data.substring(26,model.data.length-8) }}}
108
- </td>
109
- </tr>
110
- <tfoot>
111
- </tfoot>
112
- </table>
113
- </div>
114
- </criteria-page d>
115
- </div>
116
- </template>
117
- <script>
118
- import { DataModel } from 'vue-client'
119
- export default {
120
- title: '报建收费报表',
121
- props: ['data'],
122
- data () {
123
- return {
124
- printTime: this.$login.toStandardTimeString(),
125
- curorgid: [this.$login.f.orgid],
126
- curdepid: [],
127
- curuserid: [],
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
- operatorname: '',
138
- f_inputtor: [],
139
- f_user_type: '',
140
- orgCondtionStr: '1=1',
141
- model: new DataModel('rs/report/fgChargeRecord', {
142
- startDate: 'this.model.startDate', endDate: 'this.model.endDate',
143
- f_orgid: 'this.model.f_orgid',
144
- f_public_group1: 'this.model.f_public_group1[0]',
145
- group1Name: 'this.model.group1Name'
146
- }),
147
- reportStr: null,
148
- spans: 0,
149
- f_public_group1: '',
150
- group1Name: ''
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
- },
157
- created () {
158
- },
159
- methods: {
160
- selfSearch(args) {
161
- this.$refs.paged.$refs.criteria.model.group1Name = this.$refs.paged.$refs.criteria.$refs.groupone.selectedItems
162
- if (this.curuserid.length > 0) {
163
- args.condition = args.condition + ` and cr.f_charge_collectors_id in (${this.curuserid})`
164
- }
165
- let orgcondition = 'f_orgid in (' + this.f_orgid + ')'
166
- let name1 = args.model.f_public_group1
167
- if (name1 == null || name1 == ''){
168
- alert("请选择分组项!!!")
169
- return
170
- }
171
- this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
172
- this.$refs.paged.search(args)
173
- },
174
- getuser (val) {
175
- if (val.length <= 0) {
176
- return
177
- }
178
- this.curuserid = val
179
- },
180
- getdep (val) {
181
- if (val.length <= 0) {
182
- return
183
- }
184
- this.curdepid = val
185
- this.curuserid = []
186
- },
187
- getorg (val) {
188
- if (val.length <= 0) {
189
- return
190
- }
191
- this.curorgid = val
192
- this.curdepid = []
193
- this.curuserid = []
194
- },
195
- searchData () {
196
- this.$refs.paged.$refs.criteria.search()
197
- }
198
- },
199
- computed: {
200
- group1() {
201
- return [{label:'报建类型', value:'f_apply_type'}, {label:'报建性质', value:'f_apply_nature'}]
202
- }
203
- },
204
- watch: {
205
- 'model.data' (val) {
206
- this.spans = val.split('</tr>').map(item => item.split('</td>').length - 1).reduce((x, y) => x > y ? x : y)
207
- }
208
- }
209
- }
210
- </script>
211
- <style scoped>
212
- .noborder {
213
- border: none;
214
- }
215
- </style>
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">
8
+ <label class="font_normal_body">组织机构:</label>
9
+ <res-select
10
+ restype='organization'
11
+ :initresid='$parent.$parent.curorgid'
12
+ @res-select="$parent.$parent.getorg"
13
+ :is-mul="false"
14
+ ></res-select>
15
+ </div>
16
+ <div class="col-sm-2">
17
+ <label class="font_normal_body">部&emsp;&emsp;门:</label>
18
+ <res-select
19
+ restype='department'
20
+ :parentresid="$parent.$parent.curorgid"
21
+ :initresid='$parent.$parent.curdepid'
22
+ @res-select="$parent.$parent.getdep"
23
+ :is-mul="true"
24
+ ></res-select>
25
+ </div>
26
+ <div class="col-sm-2">
27
+ <label class="font_normal_body">人&emsp;&emsp;员:</label>
28
+ <res-select
29
+ restype='user'
30
+ :parentresid="$parent.$parent.curdepid"
31
+ :initresid='$parent.$parent.curuserid'
32
+ @res-select="$parent.$parent.getuser"
33
+ :is-mul="true"></res-select>
34
+ </div>
35
+ <div class="col-sm-2" >
36
+ <label class="font_normal_body" for="startDate">分组项:</label>
37
+ <v-select
38
+ :value.sync="model.f_public_group1"
39
+ v-model="model.f_public_group1"
40
+ v-ref:groupone
41
+ :options='$parent.$parent.group1'
42
+ placeholder='请选择'
43
+ close-on-select
44
+ ></v-select>
45
+ </div>
46
+ <div class="col-sm-2" >
47
+ <label class="font_normal_body" for="startDate">开始日期:</label>
48
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
49
+ v-model="model.startDate"
50
+ :value.sync="model.startDate"
51
+ :disabled-days-of-Week="[]"
52
+ :format="'yyyy-MM-dd HH:mm:ss'"
53
+ condition="cr.f_charge_date > '{}'"
54
+ :show-reset-button="reset">
55
+ </datepicker>
56
+ </div>
57
+ <div class="col-sm-2" >
58
+ <label class="font_normal_body" for="endDate">结束日期:</label>
59
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
60
+ v-model="model.endDate"
61
+ :value.sync="model.endDate"
62
+ :disabled-days-of-Week="[]"
63
+ :format="'yyyy-MM-dd HH:mm:ss'"
64
+ condition="cr.f_charge_date < '{}'"
65
+ :show-reset-button="reset">
66
+ </datepicker>
67
+ </div><br>
68
+ </div>
69
+ <div class="span" style = "float:right;">
70
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
71
+ <report-print id='gasprice1' top='1cm' left='0' width='100%' height='100%' :preview="true"></report-print>
72
+ <report-excel id='gasprice1'></report-excel>
73
+ </div>
74
+ </div>
75
+ </criteria>
76
+ <div partial='list' v-el:handcollect id='gasprice1' style="overflow-y: scroll">
77
+ <table class='tableprint' style="margin: 0px auto">
78
+ <thead>
79
+ <tr>
80
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
81
+ <h3 style="text-align: center">报建收费报表</h3>
82
+ </th>
83
+ </tr>
84
+ <tr>
85
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
86
+ 开始时间:{{ $refs.criteria.model.startDate }}&nbsp;&nbsp;&nbsp;
87
+ 结束时间:{{ $refs.criteria.model.endDate }}
88
+ </th>
89
+ </tr>
90
+ <tr>
91
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
92
+ 打印时间:{{{$parent.printTime}}}
93
+ </th>
94
+ </tr>
95
+ <tr>
96
+ <th :colspan='$par ent.spans' style="font-weight: normal; text-align: center;">
97
+ <div>
98
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
99
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
100
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
101
+ </div>
102
+ </th>
103
+ </tr>
104
+ </thead>
105
+ <tr>
106
+ <td :colspan='$parent.spans' class="norder">
107
+ {{{ model.data.substring(26,model.data.length-8) }}}
108
+ </td>
109
+ </tr>
110
+ <tfoot>
111
+ </tfoot>
112
+ </table>
113
+ </div>
114
+ </criteria-page d>
115
+ </div>
116
+ </template>
117
+ <script>
118
+ import { DataModel } from 'vue-client'
119
+ export default {
120
+ title: '报建收费报表',
121
+ props: ['data'],
122
+ data () {
123
+ return {
124
+ printTime: this.$login.toStandardTimeString(),
125
+ curorgid: [this.$login.f.orgid],
126
+ curdepid: [],
127
+ curuserid: [],
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
+ operatorname: '',
138
+ f_inputtor: [],
139
+ f_user_type: '',
140
+ orgCondtionStr: '1=1',
141
+ model: new DataModel('rs/report/fgChargeRecord', {
142
+ startDate: 'this.model.startDate', endDate: 'this.model.endDate',
143
+ f_orgid: 'this.model.f_orgid',
144
+ f_public_group1: 'this.model.f_public_group1[0]',
145
+ group1Name: 'this.model.group1Name'
146
+ }),
147
+ reportStr: null,
148
+ spans: 0,
149
+ f_public_group1: '',
150
+ group1Name: ''
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
+ },
157
+ created () {
158
+ },
159
+ methods: {
160
+ selfSearch(args) {
161
+ this.$refs.paged.$refs.criteria.model.group1Name = this.$refs.paged.$refs.criteria.$refs.groupone.selectedItems
162
+ if (this.curuserid.length > 0) {
163
+ args.condition = args.condition + ` and cr.f_charge_collectors_id in (${this.curuserid})`
164
+ }
165
+ let orgcondition = 'f_orgid in (' + this.f_orgid + ')'
166
+ let name1 = args.model.f_public_group1
167
+ if (name1 == null || name1 == ''){
168
+ alert("请选择分组项!!!")
169
+ return
170
+ }
171
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
172
+ this.$refs.paged.search(args)
173
+ },
174
+ getuser (val) {
175
+ if (val.length <= 0) {
176
+ return
177
+ }
178
+ this.curuserid = val
179
+ },
180
+ getdep (val) {
181
+ if (val.length <= 0) {
182
+ return
183
+ }
184
+ this.curdepid = val
185
+ this.curuserid = []
186
+ },
187
+ getorg (val) {
188
+ if (val.length <= 0) {
189
+ return
190
+ }
191
+ this.curorgid = val
192
+ this.curdepid = []
193
+ this.curuserid = []
194
+ },
195
+ searchData () {
196
+ this.$refs.paged.$refs.criteria.search()
197
+ }
198
+ },
199
+ computed: {
200
+ group1() {
201
+ return [{label:'报建类型', value:'f_apply_type'}, {label:'报建性质', value:'f_apply_nature'}]
202
+ }
203
+ },
204
+ watch: {
205
+ 'model.data' (val) {
206
+ this.spans = val.split('</tr>').map(item => item.split('</td>').length - 1).reduce((x, y) => x > y ? x : y)
207
+ }
208
+ }
209
+ }
210
+ </script>
211
+ <style scoped>
212
+ .noborder {
213
+ border: none;
214
+ }
215
+ </style>
@@ -1,18 +1,18 @@
1
- import Vue from 'vue'
2
-
3
- let specialComp = {
4
- 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
- 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
6
- 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
7
- 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
- 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
9
- 'apply-replacement': (resolve) => { require(['./pc/AddReplacement'], resolve) },
10
- 'apply-devices-management': (resolve) => { require(['./pc/devicesManagement'], resolve) },
11
- 'apply-charge-report': (resolve) => { require(['./pc/chargeReport'], resolve) },
12
- 'service-view': (resolve) => { require(['./pc/serviceview'], resolve) },
13
- 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) },
14
- 'apply-print-chargepc': (resolve) => { require(['./pc/printChargepc'], resolve) },
15
- 'stop-apply-list': (resolve) => { require(['./pc/StopApplyList'], resolve) },
16
- 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) }
17
- }
18
- exports.specialComp = specialComp
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
+ 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
6
+ 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
7
+ 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
+ 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
9
+ 'apply-replacement': (resolve) => { require(['./pc/AddReplacement'], resolve) },
10
+ 'apply-devices-management': (resolve) => { require(['./pc/devicesManagement'], resolve) },
11
+ 'apply-charge-report': (resolve) => { require(['./pc/chargeReport'], resolve) },
12
+ 'service-view': (resolve) => { require(['./pc/serviceview'], resolve) },
13
+ 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) },
14
+ 'apply-print-chargepc': (resolve) => { require(['./pc/printChargepc'], resolve) },
15
+ 'stop-apply-list': (resolve) => { require(['./pc/StopApplyList'], resolve) },
16
+ 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) }
17
+ }
18
+ exports.specialComp = specialComp