apply-clients 3.4.64 → 3.4.66

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 (105) hide show
  1. package/build/dev-server.js +2 -2
  2. package/dist-android/static/18.js +2 -2
  3. package/dist-android/static/18.js.map +1 -1
  4. package/dist-android/static/19.js +2 -2
  5. package/dist-android/static/19.js.map +1 -1
  6. package/dist-android/static/24.js +2 -2
  7. package/dist-android/static/24.js.map +1 -1
  8. package/dist-android/static/25.js +2 -2
  9. package/dist-android/static/25.js.map +1 -1
  10. package/dist-android/static/26.js +2 -2
  11. package/dist-android/static/26.js.map +1 -1
  12. package/dist-android/static/28.js +2 -2
  13. package/dist-android/static/28.js.map +1 -1
  14. package/dist-android/static/30.js +2 -2
  15. package/dist-android/static/30.js.map +1 -1
  16. package/dist-android/static/34.js +2 -2
  17. package/dist-android/static/34.js.map +1 -1
  18. package/dist-android/static/43.js +2 -2
  19. package/dist-android/static/43.js.map +1 -1
  20. package/dist-android/static/47.js +2 -2
  21. package/dist-android/static/47.js.map +1 -1
  22. package/dist-android/static/50.js +2 -2
  23. package/dist-android/static/50.js.map +1 -1
  24. package/dist-android/static/52.js +2 -2
  25. package/dist-android/static/52.js.map +1 -1
  26. package/dist-android/static/53.js +2 -2
  27. package/dist-android/static/53.js.map +1 -1
  28. package/dist-android/static/54.js +2 -2
  29. package/dist-android/static/54.js.map +1 -1
  30. package/dist-android/static/60.js +2 -2
  31. package/dist-android/static/60.js.map +1 -1
  32. package/dist-android/static/63.js +2 -2
  33. package/dist-android/static/63.js.map +1 -1
  34. package/dist-android/static/64.js +2 -2
  35. package/dist-android/static/64.js.map +1 -1
  36. package/dist-android/static/78.js +2 -2
  37. package/dist-android/static/78.js.map +1 -1
  38. package/dist-android/static/83.js +2 -2
  39. package/dist-android/static/83.js.map +1 -1
  40. package/dist-android/static/84.js +2 -2
  41. package/dist-android/static/84.js.map +1 -1
  42. package/dist-android/static/86.js +2 -2
  43. package/dist-android/static/86.js.map +1 -1
  44. package/dist-android/static/87.js +2 -2
  45. package/dist-android/static/87.js.map +1 -1
  46. package/dist-android/static/89.js +2 -2
  47. package/dist-android/static/89.js.map +1 -1
  48. package/dist-android/static/97.js +2 -2
  49. package/dist-android/static/97.js.map +1 -1
  50. package/dist-android/static/app.js +80 -80
  51. package/dist-android/static/app.js.map +1 -1
  52. package/package.json +4 -3
  53. package/src/apply.js +5 -0
  54. package/src/applyAndroid.js +2 -0
  55. package/src/components/android/AppSign.vue +154 -154
  56. package/src/components/android/AppTakePic.vue +143 -143
  57. package/src/components/android/Function/AppFunctionServiceControl.vue +344 -344
  58. package/src/components/android/Ignition/VentilationIgnition.vue +408 -0
  59. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -0
  60. package/src/components/android/Process/AppServiceControl.vue +1708 -1708
  61. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
  62. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
  63. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
  64. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
  65. package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -537
  66. package/src/components/product/ApplyCharge/ApplyChargeList.vue +470 -470
  67. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  68. package/src/components/product/Ignition/IgnitionDispatch.vue +92 -0
  69. package/src/components/product/Ignition/IgnitionList.vue +236 -0
  70. package/src/components/product/Ignition/IgnitionListManage.vue +413 -0
  71. package/src/components/product/Ignition/IgnitionRecord.vue +357 -0
  72. package/src/components/product/Process/ExplorationSelect.vue +0 -13
  73. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
  74. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  75. package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
  76. package/src/components/product/Process/Processes/supplementalAgreement.vue +298 -298
  77. package/src/components/product/Process/Service/ServiceControl.vue +56 -1
  78. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  79. package/src/components/product/Process/ShowBackReason.vue +33 -33
  80. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +882 -882
  81. package/src/components/product/VueUtils/ApplyUpload.vue +287 -287
  82. package/src/filiale/gehua/pc/ServiceControl.vue +1938 -1938
  83. package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
  84. package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +520 -520
  85. package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
  86. package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
  87. package/src/filiale/guangxi/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
  88. package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
  89. package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +724 -724
  90. package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
  91. package/src/filiale/guangxi/pc/Process/Service/ShowBackReason.vue +33 -33
  92. package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
  93. package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +517 -517
  94. package/src/filiale/guangxi/pc/Process/ShowBackReason.vue +33 -33
  95. package/src/filiale/shexian/pc/ExplorationSelect.vue +474 -0
  96. package/src/filiale/shexian/pc.js +6 -0
  97. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -735
  98. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  99. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  100. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  101. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  102. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  103. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -621
  104. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1108
  105. package/dist.7z +0 -0
@@ -1,344 +1,344 @@
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/apply_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
- res = await this.$resetpost(
297
- `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
298
- this.show_data
299
- )
300
- this.breakControl()
301
- },
302
- async 'onetomanyupdate' (index, rowIndex) {
303
- let data = this.show_data.onetomany[index].rows[rowIndex]
304
-
305
- this.show_data.onetomany[index].fields.forEach(item => {
306
- data[item.field] = item.value
307
- })
308
- let res = await this.$resetpost(
309
- `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
310
- data
311
- )
312
- res = await this.$resetpost(
313
- `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
314
- this.show_data
315
- )
316
- this.breakControl()
317
- },
318
- async 'onetomanyadd' (index) {
319
- let data = {
320
- f_process_id : this.show_data.f_process_id,
321
- f_operator_id: Vue.user.id,
322
- f_operator: Vue.user.name,
323
- f_operation_date: new Date().Format('yyyy-MM-dd HH:mm:ss'),
324
- f_orgid: Vue.user.orgid,
325
- f_orgname: Vue.user.orgs
326
- }
327
- this.show_data.onetomany[index].fields.forEach(item => {
328
- data[item.field] = item.value
329
- })
330
- let res = await this.$resetpost(
331
- `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
332
- data
333
- )
334
- res = await this.$resetpost(
335
- `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
336
- this.show_data
337
- )
338
- this.breakControl()
339
- }
340
- },
341
- watch:{
342
- }
343
- }
344
- </script>
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/apply_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
+ res = await this.$resetpost(
297
+ `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
298
+ this.show_data
299
+ )
300
+ this.breakControl()
301
+ },
302
+ async 'onetomanyupdate' (index, rowIndex) {
303
+ let data = this.show_data.onetomany[index].rows[rowIndex]
304
+
305
+ this.show_data.onetomany[index].fields.forEach(item => {
306
+ data[item.field] = item.value
307
+ })
308
+ let res = await this.$resetpost(
309
+ `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
310
+ data
311
+ )
312
+ res = await this.$resetpost(
313
+ `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
314
+ this.show_data
315
+ )
316
+ this.breakControl()
317
+ },
318
+ async 'onetomanyadd' (index) {
319
+ let data = {
320
+ f_process_id : this.show_data.f_process_id,
321
+ f_operator_id: Vue.user.id,
322
+ f_operator: Vue.user.name,
323
+ f_operation_date: new Date().Format('yyyy-MM-dd HH:mm:ss'),
324
+ f_orgid: Vue.user.orgid,
325
+ f_orgname: Vue.user.orgs
326
+ }
327
+ this.show_data.onetomany[index].fields.forEach(item => {
328
+ data[item.field] = item.value
329
+ })
330
+ let res = await this.$resetpost(
331
+ `${this.$androidUtil.getProxyUrl()}/rs/entity/${this.show_data.onetomany[index].tables[0]}`,
332
+ data
333
+ )
334
+ res = await this.$resetpost(
335
+ `${this.$androidUtil.getProxyUrl()}/rs/entity/t_apply`,
336
+ this.show_data
337
+ )
338
+ this.breakControl()
339
+ }
340
+ },
341
+ watch:{
342
+ }
343
+ }
344
+ </script>