apply-clients 3.5.1 → 3.5.3

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 (45) hide show
  1. package/build/dev-server.js +142 -133
  2. package/package.json +118 -118
  3. package/src/App.vue +26 -21
  4. package/src/applyAndroid.js +58 -58
  5. package/src/components/android/AppSign.vue +152 -152
  6. package/src/components/android/AppTakePic.vue +181 -181
  7. package/src/components/android/Process/AppChargeList.vue +224 -224
  8. package/src/components/android/Process/AppExplorationUser.vue +508 -508
  9. package/src/components/android/Process/AppOtherChargeList.vue +255 -219
  10. package/src/components/product/Install/ContractCharge.vue +210 -210
  11. package/src/filiale/fugou/android/AppChargeManagement.vue +625 -625
  12. package/src/filiale/hongda/pc/FunctionServiceControl.vue +526 -525
  13. package/src/filiale/qianneng/android/AppExplorationUser.vue +441 -441
  14. package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
  15. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -685
  16. package/src/filiale/qianneng/pc/ExplorationSelect.vue +492 -492
  17. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +521 -521
  18. package/src/filiale/qianneng/pc/InstallInfoSelect.vue +392 -392
  19. package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -561
  20. package/src/filiale/qianneng/pc/ServiceControl.vue +1351 -1340
  21. package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -344
  22. package/src/filiale/qianneng/pc/SupervisoryServiceControl.vue +871 -871
  23. package/src/filiale/qianneng/pc/chargeManagement.vue +656 -656
  24. package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
  25. package/src/filiale/qianneng/pc/supplementalAgreement.vue +344 -344
  26. package/src/filiale/yangchunboneng/android/AppAddMaterialScience.vue +390 -390
  27. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +120 -120
  28. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +552 -552
  29. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +507 -507
  30. package/src/filiale/yangchunboneng/android/AppInstallationDetails.vue +492 -492
  31. package/src/filiale/yangchunboneng/android/AppOtherChargeManagement.vue +116 -116
  32. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1552 -1552
  33. package/src/filiale/yangchunboneng/android/AppTakePic.vue +181 -181
  34. package/src/filiale/yangchunboneng/android/chargesList.vue +170 -170
  35. package/src/filiale/yangchunboneng/android.js +16 -16
  36. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +496 -496
  37. package/src/filiale/yangchunboneng/pc/InstallationDetails.vue +609 -609
  38. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +1782 -1782
  39. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1005 -1005
  40. package/src/filiale/yangchunboneng/pc/addMaterialScience.vue +374 -374
  41. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +960 -960
  42. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +511 -511
  43. package/src/filiale/yangchunboneng/pc/otherchargeManagement.vue +214 -214
  44. package/src/filiale/yangchunboneng/pc.js +17 -17
  45. package/src/main.js +23 -23
@@ -1,219 +1,255 @@
1
- <template>
2
- <div class="auto">
3
- <criteria-paged :model="model" v-ref:paged>
4
- <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
- <div partial>
6
- <form>
7
- <div class="row app-row">
8
- <div class="col-xs-4">
9
- <label for="f_plan_name" class="font text-left">用户编号:</label>
10
- </div>
11
- <div class="col-xs-8">
12
- <input type="text" class="search_input input-font" v-model="model.f_userinfo_code"
13
- condition="f_userinfo_code = '{}'">
14
- </div>
15
- </div>
16
- <div class="row app-row">
17
- <div class="col-xs-4">
18
- <label for="f_plan_name" class="font text-left">用户名称:</label>
19
- </div>
20
- <div class="col-xs-8">
21
- <input type="text" class="search_input input-font" v-model="model.f_user_name"
22
- condition="f_user_name like '%{}%'">
23
- </div>
24
- </div>
25
- <div class="row app-row">
26
- <div class="col-xs-4">
27
- <label for="f_plan_name" class="font text-left">用户电话:</label>
28
- </div>
29
- <div class="col-xs-8">
30
- <input type="text" class="search_input input-font"
31
- v-model=model.f_user_phone
32
- condition="f_user_phone like '%{}%'">
33
- </div>
34
- </div>
35
- <div class="row app-row">
36
- <div class="col-xs-4">
37
- <label for="f_plan_name" class="font text-left">用户地址:</label>
38
- </div>
39
- <div class="col-xs-8">
40
- <input type="text" class="search_input input-font"
41
- v-model=model.f_address
42
- condition="f_address like '%{}%'">
43
- </div>
44
- </div>
45
- <div class="row app-row">
46
- <div class="col-xs-4">
47
- <label for="f_plan_name" class="font text-left">开始时间:</label>
48
- </div>
49
- <div class="col-xs-8">
50
- <datepicker
51
- :value.sync="model.startDate"
52
- :format="'yyyy-MM-dd'"
53
- v-model="model.startDate"
54
- :isUp="true"
55
- condition="f_operate_date >= '{} 00:00:00'"
56
- :show-reset-button="reset" placeholder="开始时间">
57
- </datepicker>
58
- </div>
59
- </div>
60
- <div class="row app-row">
61
- <div class="col-xs-4">
62
- <label for="f_plan_name" class="font text-left">结束时间:</label>
63
- </div>
64
- <div class="col-xs-8">
65
- <datepicker
66
- :value.sync="model.endDate"
67
- :format="'yyyy-MM-dd'"
68
- v-model="model.endDate"
69
- :isUp="true"
70
- condition="f_operate_date <= '{} 23:59:59'"
71
- :show-reset-button="reset" placeholder="结束时间">
72
- </datepicker>
73
- </div>
74
- </div>
75
- <div class="row app-row">
76
- <div class="col-xs-4">
77
- <label for="f_plan_name" class="font text-left">收费人员:</label>
78
- </div>
79
- <div class="col-xs-8">
80
- <input type="text" class="search_input input-font" v-model="model.f_operator"
81
- condition="f_operator = '{}'">
82
- </div>
83
- </div>
84
- <div class="row text-center app-row" >
85
- <button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="search()">查询</button>
86
- </div>
87
- </form>
88
- </div>
89
-
90
- </criteria>
91
- <list :model="model" partial='list'>
92
- <div partial>
93
- <div class="panel" style="padding: 10px 10px 5px 10px;">
94
- <div class="panel-body panel-self">
95
- <div class="row">
96
- <p class="panel-title col-xs-3 text-left font">用户编号:</p>
97
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
98
- </div>
99
- <div class="row">
100
- <p class="panel-title col-xs-3 text-left font">用户姓名:</p>
101
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
102
- </div>
103
- <div class="row">
104
- <p class="panel-title col-xs-3 text-left font">用户电话:</p>
105
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_phone }}</p>
106
- </div>
107
- <div class="row">
108
- <p class="panel-title col-xs-3 text-left font">用户地址:</p>
109
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_address }}</p>
110
- </div>
111
- <div class="row">
112
- <p class="panel-title col-xs-3 text-left font">用户类型:</p>
113
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_type }}</p>
114
- </div>
115
- <div class="row">
116
- <p class="panel-title col-xs-3 text-left font">收费金额</p>
117
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_money }}</p>
118
- </div>
119
- <div class="row">
120
- <p class="panel-title col-xs-3 text-left font">收费项目</p>
121
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_brand_spec }}</p>
122
- </div>
123
- <div class="row">
124
- <p class="panel-title col-xs-3 text-left font">付款方式</p>
125
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_payment }}</p>
126
- </div>
127
- <div class="row">
128
- <p class="panel-title col-xs-3 text-left font">收费人员</p>
129
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_operator }}</p>
130
- </div>
131
- <div class="row">
132
- <p class="panel-title col-xs-3 text-left font">收费日期</p>
133
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_operate_date }}</p>
134
- </div>
135
- <div class="row">
136
- <p class="panel-title col-xs-3 text-left font">收费状态</p>
137
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_state }}</p>
138
- </div>
139
- <div class="row">
140
- <p class="panel-title col-xs-3 text-left font">确认人</p>
141
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_confirm_person }}</p>
142
- </div>
143
- <div class="row">
144
- <p class="panel-title col-xs-3 text-left font">确认时间</p>
145
- <p class="panel-title col-xs-9 text-left input-font">{{ row.f_confirm_date }}</p>
146
- </div>
147
- </div>
148
- </div>
149
- </div>
150
- </list>
151
- </criteria-paged>
152
- </div>
153
- </template>
154
-
155
- <script>
156
-
157
- import {HttpResetClass, PagedList} from 'vue-client'
158
- import Vue from 'vue'
159
- import * as Util from "../../Util";
160
-
161
- export default {
162
- title: '其他收费明细',
163
- data () {
164
- return {
165
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/applyotherChargeQuery`,
166
- 10, {
167
- orderitem: '`f_operate_date DESC`'
168
- }
169
- )
170
- }
171
- },
172
- ready () {
173
- this.$refs.paged.$refs.cri.model.startDate=`${Util.toStandardYearMonth()}-01`
174
- this.$refs.paged.$refs.cri.model.endDate=Util.toStartAndEndDateString()[1]
175
- this.$refs.paged.$refs.cri.search()
176
- },
177
- methods: {
178
- async selfSearch (args) {
179
- args.condition = args.condition + ` and f_orgid = '${Vue.user.orgid}' and f_state = '有效'`
180
- this.model.search(args.condition, args.model)
181
- }
182
- }
183
-
184
- }
185
- </script>
186
- <style>
187
- .app-row {
188
- background-color: white;
189
- padding: 10px 10px 0 10px;
190
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
191
- }
192
- .search_input {
193
- border: 0;
194
- outline: none;
195
- }
196
- .font{
197
- font: 15px PingFang-SC-Medium;
198
- color: #666666;
199
- }
200
- .input-font{
201
- font: 15px PingFang-SC-Medium;
202
- color: #333333;
203
- }
204
- .btn-font{
205
- font:600 16px PingFang-SC-Bold;
206
- color: #499EDF;
207
- }
208
- .btn-color{
209
- background-color: #FFFFFF;
210
- border-radius: 10px ;
211
- border: 1px solid #499EDF;
212
- }
213
- .panel-self{
214
- border-radius: 10px;
215
- border:1px solid #499EDF;
216
- background-color: #F8F8F8;
217
- }
218
- </style>
219
-
1
+ <template>
2
+ <div class="auto">
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
+ <div partial>
6
+ <form>
7
+ <div class="row app-row">
8
+ <div class="col-xs-4">
9
+ <label for="f_plan_name" class="font text-left">用户编号:</label>
10
+ </div>
11
+ <div class="col-xs-8">
12
+ <input type="text" class="search_input input-font" v-model="model.f_userinfo_code"
13
+ condition="f_userinfo_code = '{}'">
14
+ </div>
15
+ </div>
16
+ <div class="row app-row">
17
+ <div class="col-xs-4">
18
+ <label for="f_plan_name" class="font text-left">用户名称:</label>
19
+ </div>
20
+ <div class="col-xs-8">
21
+ <input type="text" class="search_input input-font" v-model="model.f_user_name"
22
+ condition="f_user_name like '%{}%'">
23
+ </div>
24
+ </div>
25
+ <div class="row app-row">
26
+ <div class="col-xs-4">
27
+ <label for="f_plan_name" class="font text-left">用户电话:</label>
28
+ </div>
29
+ <div class="col-xs-8">
30
+ <input type="text" class="search_input input-font"
31
+ v-model=model.f_user_phone
32
+ condition="f_user_phone like '%{}%'">
33
+ </div>
34
+ </div>
35
+ <div class="row app-row">
36
+ <div class="col-xs-4">
37
+ <label for="f_plan_name" class="font text-left">用户地址:</label>
38
+ </div>
39
+ <div class="col-xs-8">
40
+ <input type="text" class="search_input input-font"
41
+ v-model=model.f_address
42
+ condition="f_address like '%{}%'">
43
+ </div>
44
+ </div>
45
+ <div class="row app-row">
46
+ <div class="col-xs-4">
47
+ <label for="f_brand_spec" class="font text-left">收费项目:</label>
48
+ </div>
49
+ <div class="col-xs-8">
50
+ <input type="text" class="search_input input-font"
51
+ v-model=model.f_brand_spec
52
+ condition="f_brand_spec like '%{}%'">
53
+ </div>
54
+ </div>
55
+ <div class="row app-row">
56
+ <div class="col-xs-4">
57
+ <label for="f_payment" class="font text-left">付款方式:</label>
58
+ </div>
59
+ <div class="col-xs-8">
60
+ <input type="text" class="search_input input-font"
61
+ v-model=model.f_payment
62
+ condition="f_payment like '%{}%'">
63
+ </div>
64
+ </div>
65
+ <div class="row app-row">
66
+ <div class="col-xs-4">
67
+ <label for="f_state" class="font text-left">收费状态:</label>
68
+ </div>
69
+ <div class="col-xs-8">
70
+ <v-select id="checker" :value.sync="model.f_state" class="input-font"
71
+ :width="'60%'"
72
+ :options='$parent.$parent.states' placeholder='收费状态'
73
+ :value-single="true"
74
+ condition="f_state ='{}'"
75
+ v-model="model.f_order_man"
76
+ close-on-select
77
+ clear-button></v-select>
78
+ </div>
79
+ </div>
80
+ <div class="row app-row">
81
+ <div class="col-xs-4">
82
+ <label for="f_plan_name" class="font text-left">开始时间:</label>
83
+ </div>
84
+ <div class="col-xs-8">
85
+ <datepicker
86
+ :value.sync="model.startDate"
87
+ :format="'yyyy-MM-dd'"
88
+ v-model="model.startDate"
89
+ :isUp="true"
90
+ condition="f_operate_date >= '{} 00:00:00'"
91
+ :show-reset-button="reset" placeholder="开始时间">
92
+ </datepicker>
93
+ </div>
94
+ </div>
95
+ <div class="row app-row">
96
+ <div class="col-xs-4">
97
+ <label for="f_plan_name" class="font text-left">结束时间:</label>
98
+ </div>
99
+ <div class="col-xs-8">
100
+ <datepicker
101
+ :value.sync="model.endDate"
102
+ :format="'yyyy-MM-dd'"
103
+ v-model="model.endDate"
104
+ :isUp="true"
105
+ condition="f_operate_date <= '{} 23:59:59'"
106
+ :show-reset-button="reset" placeholder="结束时间">
107
+ </datepicker>
108
+ </div>
109
+ </div>
110
+ <div class="row app-row">
111
+ <div class="col-xs-4">
112
+ <label for="f_plan_name" class="font text-left">收费人员:</label>
113
+ </div>
114
+ <div class="col-xs-8">
115
+ <input type="text" class="search_input input-font" v-model="model.f_operator"
116
+ condition="f_operator = '{}'">
117
+ </div>
118
+ </div>
119
+ <div class="row text-center app-row" >
120
+ <button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="search()">查询</button>
121
+ </div>
122
+ </form>
123
+ </div>
124
+
125
+ </criteria>
126
+ <list :model="model" partial='list'>
127
+ <div partial>
128
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
129
+ <div class="panel-body panel-self">
130
+ <div class="row">
131
+ <p class="panel-title col-xs-3 text-left font">用户编号:</p>
132
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
133
+ </div>
134
+ <div class="row">
135
+ <p class="panel-title col-xs-3 text-left font">用户姓名:</p>
136
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
137
+ </div>
138
+ <div class="row">
139
+ <p class="panel-title col-xs-3 text-left font">用户电话:</p>
140
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_phone }}</p>
141
+ </div>
142
+ <div class="row">
143
+ <p class="panel-title col-xs-3 text-left font">用户地址:</p>
144
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_address }}</p>
145
+ </div>
146
+ <div class="row">
147
+ <p class="panel-title col-xs-3 text-left font">用户类型:</p>
148
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_user_type }}</p>
149
+ </div>
150
+ <div class="row">
151
+ <p class="panel-title col-xs-3 text-left font">收费金额</p>
152
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_money }}</p>
153
+ </div>
154
+ <div class="row">
155
+ <p class="panel-title col-xs-3 text-left font">收费项目</p>
156
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_brand_spec }}</p>
157
+ </div>
158
+ <div class="row">
159
+ <p class="panel-title col-xs-3 text-left font">付款方式</p>
160
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_payment }}</p>
161
+ </div>
162
+ <div class="row">
163
+ <p class="panel-title col-xs-3 text-left font">收费人员</p>
164
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_operator }}</p>
165
+ </div>
166
+ <div class="row">
167
+ <p class="panel-title col-xs-3 text-left font">收费日期</p>
168
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_operate_date }}</p>
169
+ </div>
170
+ <div class="row">
171
+ <p class="panel-title col-xs-3 text-left font">收费状态</p>
172
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_state }}</p>
173
+ </div>
174
+ <div class="row">
175
+ <p class="panel-title col-xs-3 text-left font">确认人</p>
176
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_confirm_person }}</p>
177
+ </div>
178
+ <div class="row">
179
+ <p class="panel-title col-xs-3 text-left font">确认时间</p>
180
+ <p class="panel-title col-xs-9 text-left input-font">{{ row.f_confirm_date }}</p>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+ </list>
186
+ </criteria-paged>
187
+ </div>
188
+ </template>
189
+
190
+ <script>
191
+
192
+ import {HttpResetClass, PagedList} from 'vue-client'
193
+ import Vue from 'vue'
194
+ import * as Util from "../../Util";
195
+
196
+ export default {
197
+ title: '其他收费明细',
198
+ data () {
199
+ return {
200
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/applyotherChargeQuery`,
201
+ 10, {
202
+ orderitem: '`f_operate_date DESC`'
203
+ }
204
+ ),
205
+ states:[{'label':'有效','value':'有效'},{'label':'无效','value':'无效'}]
206
+ }
207
+ },
208
+ ready () {
209
+ this.$refs.paged.$refs.cri.model.startDate=`${Util.toStandardYearMonth()}-01`
210
+ this.$refs.paged.$refs.cri.model.endDate=Util.toStartAndEndDateString()[1]
211
+ this.$refs.paged.$refs.cri.search()
212
+ },
213
+ methods: {
214
+ async selfSearch (args) {
215
+ args.condition = args.condition + ` and f_orgid = '${Vue.user.orgid}' and f_state = '有效'`
216
+ this.model.search(args.condition, args.model)
217
+ }
218
+ }
219
+
220
+ }
221
+ </script>
222
+ <style>
223
+ .app-row {
224
+ background-color: white;
225
+ padding: 10px 10px 0 10px;
226
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
227
+ }
228
+ .search_input {
229
+ border: 0;
230
+ outline: none;
231
+ }
232
+ .font{
233
+ font: 15px PingFang-SC-Medium;
234
+ color: #666666;
235
+ }
236
+ .input-font{
237
+ font: 15px PingFang-SC-Medium;
238
+ color: #333333;
239
+ }
240
+ .btn-font{
241
+ font:600 16px PingFang-SC-Bold;
242
+ color: #499EDF;
243
+ }
244
+ .btn-color{
245
+ background-color: #FFFFFF;
246
+ border-radius: 10px ;
247
+ border: 1px solid #499EDF;
248
+ }
249
+ .panel-self{
250
+ border-radius: 10px;
251
+ border:1px solid #499EDF;
252
+ background-color: #F8F8F8;
253
+ }
254
+ </style>
255
+