apply-clients 3.3.216 → 3.4.1

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 (96) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +1 -23
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  79. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  80. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  81. package/src/components/image/dwg.jpg +0 -0
  82. package/src/components/image/yasuobao.jpg +0 -0
  83. package/src/components/product/Function/Inform.vue +0 -73
  84. package/src/components/product/Function/MarketSurvey.vue +0 -81
  85. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  86. package/src/components/product/Process/ShowBackReason.vue +0 -33
  87. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  88. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  89. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  90. package/src/components/product/VueUtils/Tree.vue +0 -330
  91. package/src/filiale/wuan/android.js +0 -0
  92. package/src/filiale/wuan/pc.js +0 -4
  93. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  94. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  95. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  96. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,13 +1,11 @@
1
- import Vue from 'vue'
2
-
3
- let specialComp = {
4
- 'exploration-user': (resolve) => { require(['./pc/Process/ExplorationUser'], resolve) },
5
- 'exploration-select': (resolve) => { require(['./pc/Process/ExplorationSelect'], resolve) },
6
- 'service-control': (resolve) => { require(['./pc/Process/Service/ServiceControl'], resolve) },
7
- 'apply-map-com': (resolve) => { require(['./pc/Process/Processes/MapCom'], resolve) },
8
-
9
- // 报建功能业务总入口
10
- 'order-apply': (resolve) => { require(['./pc/Order/OrderApply'], resolve) },
11
- 'order-apply-list': (resolve) => { require(['./pc/Order/OrderApplyList'], resolve) },
12
- }
13
- exports.specialComp = specialComp
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'exploration-user': (resolve) => { require(['./pc/Process/ExplorationUser'], resolve) },
5
+ 'exploration-select': (resolve) => { require(['./pc/Process/ExplorationSelect'], resolve) },
6
+ 'service-control': (resolve) => { require(['./pc/Process/Service/ServiceControl'], resolve) },
7
+ 'apply-map-com': (resolve) => { require(['./pc/Process/Processes/ApplyMapCom'], resolve) },
8
+ 'apply-charge-management': (resolve) => { require(['./pc/Process/Processes/chargeManagement'], resolve) },
9
+ 'installation-details': (resolve) => { require(['./pc/Process/Processes/InstallationDetails'], resolve) }
10
+ }
11
+ exports.specialComp = specialComp
package/src/main.js CHANGED
@@ -1,23 +1,23 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
-
9
- import apply from './apply'
10
-
11
- all()
12
- apply()
13
- ldap()
14
- sale()
15
- material()
16
- system(false)
17
-
18
- require('system-clients/src/styles/less/bootstrap.less')
19
- require('./expandcss.less')
20
- new Vue({
21
- el: 'body',
22
- components: { App }
23
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+
9
+ import apply from './apply'
10
+
11
+ all()
12
+ apply('yuchuan')
13
+ ldap()
14
+ sale()
15
+ material()
16
+ system(false)
17
+
18
+ require('system-clients/src/styles/less/bootstrap.less')
19
+ require('./expandcss.less')
20
+ new Vue({
21
+ el: 'body',
22
+ components: { App }
23
+ })
@@ -1,329 +0,0 @@
1
- <template>
2
- <div class="col-sm-12 col-xs-12 p-10">
3
- <accordion one-at-a-time="true">
4
- <panel :header="selectdata.title" :is-open="true" type="primary">
5
- <app-service-view v-ref:serviceview :data="show_data" v-if="showview"></app-service-view>
6
- </panel>
7
- <panel header="拍照" :is-open="false" type="primary" v-if="selectdata.f_process_id">
8
- <app-take-pic :blobid="selectdata.f_process_id" :defname="selectdata.defname" :isdelete="true" :istakepic="true" :istype="true"></app-take-pic>
9
- </panel>
10
- </accordion>
11
- </div>
12
- </template>
13
- <script>
14
- import {HttpResetClass} from 'vue-client'
15
- import Vue from 'vue'
16
- export default {
17
- title: '报建功能业务控制层',
18
- props: ['selectdata', 'jsondata'],
19
- data () {
20
- return {
21
- show_data: null, // 给通用页面显示的数据
22
- showview: false // 控制通用页面
23
- }
24
- },
25
- ready () {
26
- this.refurbish()
27
- },
28
- methods: {
29
- async refurbish () {
30
- this.selectdata = Object.assign({}, this.selectdata, this.jsondata)
31
-
32
- // fields 字段填充值
33
- for (const item of this.selectdata.fields) {
34
- if (!item.value) {
35
- item.value = null
36
- }
37
-
38
- if (!item.value && (item.default || item.default === 0) && item.type !== 'datepicker') {
39
- if (item.eval) {
40
- let user = Vue.user
41
- // 将PC用户信息 替换成 APP的
42
- item.value = eval(item.default.replace('this.$login.f', 'user'))
43
- } else {
44
- item.value = item.default
45
- }
46
- }
47
-
48
- if (this.selectdata[item.field]) {
49
- // 将json字符串格式化赋值给value
50
- if (String(this.selectdata[item.field]).startsWith("{")) {
51
- item.value = JSON.parse(this.selectdata[item.field])
52
- } else {
53
- item.value = this.selectdata[item.field]
54
- }
55
- }
56
- if (this.selectdata[item.field] === 0) {
57
- item.value = 0
58
- }
59
-
60
- // datepicker
61
- if (item.type === 'datepicker' && !item.value && item.default) {
62
- item.value = new Date().Format(`${item.format ? item.format : 'yyyy-MM-dd HH:mm:ss'}`)
63
- }
64
-
65
- // 如果配置类型为select,优先从参数列表获取options
66
- if (item.type === 'select' || item.type === 'checkbox') {
67
- if (item.param) {
68
- let temp = this.$appdata.getParam(item.label)
69
-
70
- if (temp && temp.length > 0) {
71
- item.options = temp
72
- }
73
-
74
- if (item.paramLabel) {
75
- temp = this.$appdata.getParam(item.paramLabel)
76
- if (temp && temp.length > 0) {
77
- item.options = temp
78
- }
79
- }
80
- }
81
-
82
- if (item.ready) {
83
- item.options = await this[item.ready]()
84
- }
85
- }
86
-
87
-
88
- if (item.type === 'checkbox') {
89
- if (this.selectdata[item.field]) {
90
- item.value = JSON.parse(this.selectdata[item.field])
91
- } else {
92
- item.value = []
93
- }
94
- }
95
- }
96
-
97
- // 控制组件
98
- if (this.selectdata.components) {
99
- this.selectdata.components.forEach(item => {
100
- item.mark = 2
101
- })
102
- }
103
-
104
- // 初始化onetomany
105
- if (this.selectdata.onetomany) {
106
- for (const item of this.selectdata.onetomany) {
107
- let res = null
108
- if (item.queryEvent) {
109
- res = this[item.queryEvent]()
110
- } else {
111
- let data = {
112
- tablename: item.tables[0],
113
- condition: `f_process_id='${this.selectdata.f_process_id}'`
114
- }
115
- res = await this.$resetpost(
116
- `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`,
117
- {data: data},
118
- {resolveMsg: null, rejectMsg: 'onetomany查询失败'}
119
- )
120
- }
121
-
122
- item.rows = res.data
123
-
124
- // 初始化onetomany中的fields
125
- for (const field of item.fields) {
126
- if (!field.value) {
127
- if (field.value !== 0) {
128
- field.value = null
129
- }
130
- }
131
-
132
- if (field.default || field.default === 0) {
133
- field.value = field.default
134
- }
135
-
136
- // datepicker
137
- if (field.type === 'datepicker' && !field.value && field.default) {
138
- field.value = new Date().Format(`${field.format ? field.format : 'yyyy-MM-dd HH:mm:ss'}`)
139
- }
140
-
141
- if (field.type === 'select') {
142
- let temp = this.$appdata.getParam(field.label)
143
-
144
- if (temp && temp.length > 0) {
145
- field.options = temp
146
- }
147
-
148
- if (field.paramLabel) {
149
- temp = this.$appdata.getParam(field.paramLabel)
150
- if (temp && temp.length > 0) {
151
- item.options = temp
152
- }
153
- }
154
- }
155
- }
156
- }
157
- }
158
-
159
- // 消除双向绑定,避免子组件(显示层)数据更改,父组件(控制层)也更改
160
- let temp = JSON.parse(JSON.stringify(this.selectdata))
161
-
162
- this.show_data = temp
163
- this.$nextTick(() => {
164
- this.showview = true
165
- })
166
- },
167
- getLableValue(label) {
168
- for (const item of this.show_data.fields) {
169
- if (item.label === label && item.type !== 'number') {
170
- return item.value || ''
171
- }
172
- if (item.label === label && item.type === 'number') {
173
- return item.value || 0
174
- }
175
- }
176
- },
177
- getLableOptions(label) {
178
- for (const item of this.show_data.fields) {
179
- if (item.label === label) {
180
- return item.options
181
- }
182
- }
183
- },
184
- setLabelValue(label, value) {
185
- for (const item of this.show_data.fields) {
186
- if (item.label === label) {
187
- item.value = value
188
- this.show_data[item.field] = value
189
- }
190
- }
191
- },
192
- setLabelOptions(label, options) {
193
- for (const item of this.show_data.fields) {
194
- if (item.label === label) {
195
- item.options = options
196
- }
197
- }
198
- },
199
- async breakControl () {
200
- if (this.show_data.id) {
201
- let data = {
202
- condition: `u.id = ${this.show_data.id}`,
203
- data: {
204
- orgid: Vue.user.orgid
205
- // id: '51953',
206
- // orgid: '10101'
207
- }
208
- }
209
- let res = await this.$resetpost(
210
- `${this.$androidUtil.getProxyUrl()}/rs/sql/checkuserfunction`,
211
- // `rs/sql/checkuserfunction`,
212
- {data: data},
213
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
214
- )
215
-
216
- this.selectdata = res.data[0]
217
- } else {
218
- this.selectdata = servicedata
219
- }
220
-
221
- this.refurbish()
222
- },
223
- },
224
- events: {
225
- async 'stopApply' () {
226
-
227
- let data = {
228
- data: this.show_data,
229
- user: Vue.user
230
- }
231
-
232
- let res = await this.$resetpost(
233
- `${this.$androidUtil.getProxyUrl()}/rs/logic/stopApply`,
234
- {data: data},
235
- {resolveMsg: null, rejectMsg: '终止报建失败!!!'}
236
- )
237
-
238
- // 返回上层
239
- this.$dispatch('confirm')
240
- },
241
- async 'pauseApply' () {
242
-
243
- let data = {
244
- data: this.show_data,
245
- user: Vue.user
246
- }
247
-
248
- let res = await this.$resetpost(
249
- `${this.$androidUtil.getProxyUrl()}/rs/logic/pauseApply`,
250
- {data: data},
251
- {resolveMsg: null, rejectMsg: '暂停报建失败!!!'}
252
- )
253
-
254
- // 返回上层
255
- this.$dispatch('confirm')
256
- },
257
- // 获取view层button事件
258
- async 'button' (){
259
-
260
- let res = await this.$resetpost(
261
- `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
262
- this.show_data,
263
- {resolveMsg: null, rejectMsg: '数据保存失败!!!'}
264
- )
265
-
266
- // 返回上层
267
- this.$dispatch('confirm')
268
- },
269
- 'breakControl' () {
270
- this.breakControl()
271
- },
272
- // 失去焦点出触发事件
273
- 'onchange' (index) {
274
- },
275
- 'onblur' (index) {},
276
- 'oninput' (index) {},
277
- 'initializtionView' () {},
278
- async 'onchangeModal' (index, fieldIndex) {
279
- },
280
- async 'onblurModal' (index, fieldIndex) {
281
-
282
- },
283
- async 'oninputModal' (index, fieldIndex) {
284
-
285
- },
286
- async 'onetomanydelete' (index, rowIndex) {
287
-
288
- let http = new HttpResetClass()
289
-
290
- let res = await http.load(
291
- 'DELETE',
292
- `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}/${this.show_data.onetomany[index].rows[rowIndex].id}`,
293
- null,
294
- {resolveMsg: null, rejectMsg: '删除失败!!!'}
295
- )
296
-
297
- this.breakControl()
298
- },
299
- async 'onetomanyupdate' (index, rowIndex) {
300
- let data = this.show_data.onetomany[index].rows[rowIndex]
301
-
302
- this.show_data.onetomany[index].fields.forEach(item => {
303
- data[item.field] = item.value
304
- })
305
- let res = await this.$resetpost(
306
- `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
307
- data
308
- )
309
-
310
- this.breakControl()
311
- },
312
- async 'onetomanyadd' (index) {
313
- let data = {
314
- f_process_id : this.show_data.f_process_id
315
- }
316
- this.show_data.onetomany[index].fields.forEach(item => {
317
- data[item.field] = item.value
318
- })
319
- let res = await this.$resetpost(
320
- `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
321
- data
322
- )
323
- this.breakControl()
324
- }
325
- },
326
- watch:{
327
- }
328
- }
329
- </script>