apply-clients 3.4.2 → 3.4.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 (85) hide show
  1. package/android.html +23 -23
  2. package/build/dev-server.js +119 -119
  3. package/build/webpack.base.conf.js +2 -1
  4. package/build/webpack.dev.conf.js +12 -0
  5. package/dingding.html +23 -0
  6. package/index.html +33 -33
  7. package/package.json +2 -1
  8. package/src/AndroidApp.vue +35 -35
  9. package/src/DingDingApp.vue +51 -0
  10. package/src/android.js +21 -21
  11. package/src/apply.js +7 -1
  12. package/src/applyAndroid.js +32 -32
  13. package/src/applyDingDing.js +12 -0
  14. package/src/components/android/AppOnetomany.vue +301 -301
  15. package/src/components/android/AppServiceView.vue +566 -566
  16. package/src/components/android/AppSign.vue +142 -142
  17. package/src/components/android/AppTakePic.vue +143 -143
  18. package/src/components/android/Process/AppExplorationUser.vue +320 -320
  19. package/src/components/android/Process/AppServiceControl.vue +757 -757
  20. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
  21. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
  22. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
  23. package/src/components/android/TaskGraph.vue +125 -125
  24. package/src/components/product/Business/BusinessApply.vue +269 -0
  25. package/src/components/product/Business/CivilApply.vue +269 -0
  26. package/src/components/product/Function/InstallFunction.vue +131 -125
  27. package/src/components/product/Function/InstallInfoSelect.vue +300 -292
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
  29. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
  30. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
  31. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
  32. package/src/components/product/Material/MaterialDetailed.vue +262 -0
  33. package/src/components/product/Onetomany.vue +377 -377
  34. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
  35. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
  36. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  37. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +7 -0
  39. package/src/components/product/Process/ExplorationUser.vue +138 -138
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
  43. package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
  44. package/src/components/product/Process/Service/ServiceControl.vue +10 -10
  45. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  46. package/src/components/product/ServiceView.vue +631 -631
  47. package/src/components/product/Stop/StopApply.vue +105 -103
  48. package/src/components/product/Stop/StopApplyList.vue +269 -269
  49. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
  50. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
  51. package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
  52. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
  53. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  54. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  55. package/src/dingding.js +19 -0
  56. package/src/expandcssAndroid.less +1034 -1034
  57. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
  58. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  60. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
  61. package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
  62. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
  63. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
  64. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
  65. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
  66. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
  67. package/src/filiale/yuchuan/android.js +14 -14
  68. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  69. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  70. package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
  71. package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
  72. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
  73. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
  74. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  75. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  76. package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
  77. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
  78. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
  79. package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
  80. package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
  81. package/src/filiale/yuchuan/pc.js +20 -12
  82. package/src/main.js +1 -1
  83. package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
  84. package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
  85. package/src/components/product/Function/functions/StopInstall.vue +0 -106
@@ -1,222 +1,420 @@
1
- <template>
2
- <service-view v-ref:serviceview :data="show_data" v-if="showview"></service-view>
3
- </template>
4
- <script>
5
- import {HttpResetClass} from 'vue-client'
6
- import Vue from 'vue'
7
- export default {
8
- title: '报建功能业务控制层',
9
- props: ['selectdata'],
10
- data () {
11
- return {
12
- show_data: null, // 给通用页面显示的数据
13
- showview: false // 控制通用页面
14
- }
15
- },
16
- ready () {
17
- this.refurbish()
18
- },
19
- methods: {
20
- async refurbish () {
21
- // fields 字段填充值
22
- this.selectdata.fields.forEach(item => {
23
- if (!item.value) {
24
- item.value = null
25
- }
26
-
27
- if (item.default || item.default === 0) {
28
- item.value = item.default
29
- }
30
-
31
- if (this.selectdata[item.field]) {
32
- // 将json字符串格式化赋值给value
33
- if (String(this.selectdata[item.field]).startsWith("{")) {
34
- item.value = JSON.parse(this.selectdata[item.field])
35
- this.selectdata[item.field] = JSON.parse(this.selectdata[item.field])
36
- } else {
37
- item.value = this.selectdata[item.field]
38
- }
39
- }
40
- if (this.selectdata[item.field] === 0) {
41
- item.value = 0
42
- }
43
-
44
- // datepicker
45
- if (item.type === 'datepicker' && !item.value && item.default) {
46
- item.value = new Date().Format(`${item.format ? item.format : 'yyyy-MM-dd HH:mm:ss'}`)
47
- }
48
-
49
- // 如果配置类型为select,优先从参数列表获取options
50
- if (item.type === 'select') {
51
-
52
- let temp = this.$appdata.getParam(item.label)
53
-
54
- if (temp && temp.length > 0) {
55
- item.options = temp
56
- }
57
-
58
- if (item.paramLabel) {
59
- temp = this.$appdata.getParam(item.paramLabel)
60
- if (temp && temp.length > 0) {
61
- item.options = temp
62
- }
63
- }
64
- }
65
- })
66
-
67
- // 控制组件
68
- if (this.selectdata.components) {
69
- this.selectdata.components.forEach(item => {
70
- item.mark = 2
71
- })
72
- }
73
-
74
- // 初始化onetomany
75
- if (this.selectdata.onetomany) {
76
- for (const item of this.selectdata.onetomany) {
77
- let res = null
78
- if (item.queryEvent) {
79
- res = this[item.queryEvent]()
80
- } else {
81
- let data = {
82
- tablename: item.tables[0],
83
- condition: `f_process_id='${this.selectdata.f_process_id}'`
84
- }
85
- res = await this.$resetpost(
86
- 'rs/sql/singleTable',
87
- {data: data},
88
- {resolveMsg: null, rejectMsg: 'onetomany查询失败'}
89
- )
90
- }
91
-
92
- item.rows = res.data
93
-
94
- // 初始化onetomany中的fields
95
- for (const field of item.fields) {
96
- if (!field.value) {
97
- if (field.value !== 0) {
98
- field.value = null
99
- }
100
- }
101
-
102
- if (field.default || field.default === 0) {
103
- field.value = field.default
104
- }
105
-
106
- // datepicker
107
- if (field.type === 'datepicker' && !field.value && field.default) {
108
- field.value = new Date().Format(`${field.format ? field.format : 'yyyy-MM-dd HH:mm:ss'}`)
109
- }
110
-
111
- if (field.type === 'select') {
112
- let temp = this.$appdata.getParam(field.label)
113
-
114
- if (temp && temp.length > 0) {
115
- field.options = temp
116
- }
117
-
118
- if (field.paramLabel) {
119
- temp = this.$appdata.getParam(field.paramLabel)
120
- if (temp && temp.length > 0) {
121
- item.options = temp
122
- }
123
- }
124
- }
125
- }
126
- }
127
- }
128
-
129
- // 消除双向绑定,避免子组件(显示层)数据更改,父组件(控制层)也更改
130
- let temp = JSON.parse(JSON.stringify(this.selectdata))
131
-
132
- this.show_data = temp
133
- this.$nextTick(() => {
134
- this.showview = true
135
- })
136
- }
137
- },
138
- events: {
139
- async 'pauseApply' () {
140
-
141
- let data = {
142
- data: this.show_data,
143
- user: this.$login.f
144
- }
145
-
146
- let res = await this.$resetpost(
147
- `rs/logic/pauseApply`,
148
- {data: data},
149
- {resolveMsg: null, rejectMsg: '暂定报建失败!!!'}
150
- )
151
-
152
- this.$dispatch('search')
153
- },
154
- // 获取view层button事件
155
- async 'button' (){
156
-
157
- let res = await this.$resetpost(
158
- `rs/entity/t_apply`,
159
- this.show_data,
160
- {resolveMsg: null, rejectMsg: '数据保存失败!!!'}
161
- )
162
-
163
- this.$dispatch('search')
164
- },
165
- // 失去焦点出触发事件
166
- 'onchange' (index) {
167
- },
168
- 'onblur' (index) {},
169
- 'oninput' (index) {},
170
- 'initializtionView' () {},
171
- async 'onchangeModal' (index, fieldIndex) {
172
- },
173
- async 'onblurModal' (index, fieldIndex) {
174
-
175
- },
176
- async 'oninputModal' (index, fieldIndex) {
177
-
178
- },
179
- async 'onetomanydelete' (index, rowIndex) {
180
-
181
- let http = new HttpResetClass()
182
-
183
- let res = await http.load(
184
- 'DELETE',
185
- `rs/entity/${this.show_data.onetomany[index].tables[0]}/${this.show_data.onetomany[index].rows[rowIndex].id}`,
186
- null,
187
- {resolveMsg: null, rejectMsg: '删除失败!!!'}
188
- )
189
-
190
- this.$dispatch('breakControl', this.show_data)
191
- },
192
- async 'onetomanyupdate' (index, rowIndex) {
193
- let data = this.show_data.onetomany[index].rows[rowIndex]
194
-
195
- this.show_data.onetomany[index].fields.forEach(item => {
196
- data[item.field] = item.value
197
- })
198
- let res = await this.$resetpost(
199
- `rs/entity/${this.show_data.onetomany[index].tables[0]}`,
200
- data
201
- )
202
-
203
- this.$dispatch('breakControl', this.show_data)
204
- },
205
- async 'onetomanyadd' (index) {
206
- let data = {
207
- f_process_id : this.show_data.f_process_id
208
- }
209
- this.show_data.onetomany[index].fields.forEach(item => {
210
- data[item.field] = item.value
211
- })
212
- let res = await this.$resetpost(
213
- `rs/entity/${this.show_data.onetomany[index].tables[0]}`,
214
- data
215
- )
216
- this.$dispatch('breakControl', this.show_data)
217
- }
218
- },
219
- watch:{
220
- }
221
- }
222
- </script>
1
+ <template>
2
+ <service-view v-ref:serviceview :data="show_data" v-if="showview"></service-view>
3
+ </template>
4
+ <script>
5
+ import {HttpResetClass} from 'vue-client'
6
+ import Vue from 'vue'
7
+ export default {
8
+ title: '报建功能业务控制层',
9
+ props: ['selectdata'],
10
+ data () {
11
+ return {
12
+ show_data: null, // 给通用页面显示的数据
13
+ showview: false // 控制通用页面
14
+ }
15
+ },
16
+ ready () {
17
+ this.refurbish()
18
+ },
19
+ methods: {
20
+ async refurbish () {
21
+ // fields 字段填充值
22
+ for (const item of this.selectdata.fields) {
23
+ if (!item.value) {
24
+ item.value = null
25
+ }
26
+
27
+ if (!item.value && (item.default || item.default === 0) && item.type !== 'datepicker') {
28
+ if (item.eval) {
29
+ item.value = eval(item.default)
30
+ } else {
31
+ item.value = item.default
32
+ }
33
+ }
34
+
35
+ if (this.selectdata[item.field]) {
36
+ // 将json字符串格式化赋值给value
37
+ if (String(this.selectdata[item.field]).startsWith("{")) {
38
+ item.value = JSON.parse(this.selectdata[item.field])
39
+ } else {
40
+ item.value = this.selectdata[item.field]
41
+ }
42
+ }
43
+ if (this.selectdata[item.field] === 0) {
44
+ item.value = 0
45
+ }
46
+
47
+ // datepicker
48
+ if (item.type === 'datepicker' && !item.value && item.default) {
49
+ item.value = new Date().Format(`${item.format ? item.format : 'yyyy-MM-dd HH:mm:ss'}`)
50
+ }
51
+
52
+ // 如果配置类型为select,优先从参数列表获取options
53
+ if (item.type === 'select' || item.type === 'checkbox') {
54
+ if (item.param) {
55
+ let temp = this.$appdata.getParam(item.label)
56
+
57
+ if (temp && temp.length > 0) {
58
+ item.options = temp
59
+ }
60
+
61
+ if (item.paramLabel) {
62
+ temp = this.$appdata.getParam(item.paramLabel)
63
+ if (temp && temp.length > 0) {
64
+ item.options = temp
65
+ }
66
+ }
67
+ }
68
+
69
+ if (item.ready) {
70
+ item.options = await this[item.ready]()
71
+ }
72
+ }
73
+
74
+
75
+ if (item.type === 'checkbox') {
76
+ if (this.selectdata[item.field]) {
77
+ item.value = JSON.parse(this.selectdata[item.field])
78
+ } else {
79
+ item.value = []
80
+ }
81
+ }
82
+ }
83
+
84
+ // 控制组件
85
+ if (this.selectdata.components) {
86
+ this.selectdata.components.forEach(item => {
87
+ item.mark = 2
88
+ })
89
+ }
90
+
91
+ // 初始化onetomany
92
+ if (this.selectdata.onetomany) {
93
+ for (const item of this.selectdata.onetomany) {
94
+ let res = null
95
+ if (item.queryEvent) {
96
+ res = this[item.queryEvent]()
97
+ } else {
98
+ let data = {
99
+ tablename: item.tables[0],
100
+ condition: `f_process_id='${this.selectdata.f_process_id}'`
101
+ }
102
+ res = await this.$resetpost(
103
+ 'rs/sql/singleTable',
104
+ {data: data},
105
+ {resolveMsg: null, rejectMsg: 'onetomany查询失败'}
106
+ )
107
+ }
108
+
109
+ item.rows = res.data
110
+
111
+ // 初始化onetomany中的fields
112
+ for (const field of item.fields) {
113
+ if (!field.value) {
114
+ if (field.value !== 0) {
115
+ field.value = null
116
+ }
117
+ }
118
+
119
+ if (field.default || field.default === 0) {
120
+ field.value = field.default
121
+ }
122
+
123
+ // datepicker
124
+ if (field.type === 'datepicker' && !field.value && field.default) {
125
+ field.value = new Date().Format(`${field.format ? field.format : 'yyyy-MM-dd HH:mm:ss'}`)
126
+ }
127
+
128
+ if (field.type === 'select') {
129
+ let temp = this.$appdata.getParam(field.label)
130
+
131
+ if (temp && temp.length > 0) {
132
+ field.options = temp
133
+ }
134
+
135
+ if (field.paramLabel) {
136
+ temp = this.$appdata.getParam(field.paramLabel)
137
+ if (temp && temp.length > 0) {
138
+ item.options = temp
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
144
+ }
145
+
146
+ // 消除双向绑定,避免子组件(显示层)数据更改,父组件(控制层)也更改
147
+ let temp = JSON.parse(JSON.stringify(this.selectdata))
148
+
149
+ this.show_data = temp
150
+ this.$nextTick(() => {
151
+ this.showview = true
152
+ })
153
+ },
154
+ // 金额转大写
155
+ smalltoBIG(n) {
156
+ let fraction = ['角', '分'];
157
+ let digit = ['零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖'];
158
+ let unit = [['元', '万', '亿'], ['', '拾', '佰', '仟']];
159
+ let head = n < 0 ? '欠' : '';
160
+ n = Math.abs(n);
161
+
162
+ let s = '';
163
+
164
+ for (var i = 0; i < fraction.length; i++) {
165
+ s += (digit[Math.floor(n * 10 * Math.pow(10, i)) % 10] + fraction[i]).replace(/零./, '');
166
+ }
167
+ s = s || '整';
168
+ n = Math.floor(n);
169
+
170
+ for (var i = 0; i < unit[0].length && n > 0; i++) {
171
+ let p = '';
172
+ for (var j = 0; j < unit[1].length && n > 0; j++) {
173
+ p = digit[n % 10] + unit[1][j] + p;
174
+ n = Math.floor(n / 10);
175
+ }
176
+ s = p.replace(/(零.)*零$/, '').replace(/^$/, '零') + unit[0][i] + s;
177
+ }
178
+ return head + s.replace(/(零.)*零元/, '元').replace(/(零.)+/g, '零').replace(/^整$/, '零元整')
179
+ },
180
+ getLableValue(label) {
181
+ for (const item of this.show_data.fields) {
182
+ if (item.label === label && item.type !== 'number') {
183
+ return item.value || ''
184
+ }
185
+ if (item.label === label && item.type === 'number') {
186
+ return item.value || 0
187
+ }
188
+ }
189
+ },
190
+ getLableOptions(label) {
191
+ for (const item of this.show_data.fields) {
192
+ if (item.label === label) {
193
+ return item.options
194
+ }
195
+ }
196
+ },
197
+ setLabelValue(label, value) {
198
+ for (const item of this.show_data.fields) {
199
+ if (item.label === label) {
200
+ item.value = value
201
+ this.show_data[item.field] = value
202
+ }
203
+ }
204
+ },
205
+ setLabelOptions(label, options) {
206
+ for (const item of this.show_data.fields) {
207
+ if (item.label === label) {
208
+ item.options = options
209
+ }
210
+ }
211
+ },
212
+ showLabels(...labels) {
213
+ for (const item of this.show_data.fields) {
214
+ if (labels.includes(item.label)) {
215
+ item.hidden = false
216
+ }
217
+ }
218
+ },
219
+ hideLabels(...labels) {
220
+ for (const item of this.show_data.fields) {
221
+ if (labels.includes(item.label)) {
222
+ item.hidden = true
223
+ }
224
+ }
225
+ },
226
+ showButtons(...buttons) {
227
+ for (const item of this.show_data.buttons) {
228
+ if (buttons.includes(item.button_name)) {
229
+ item.hidden = false
230
+ }
231
+ }
232
+ },
233
+ hideButtons(...buttons) {
234
+ for (const item of this.show_data.buttons) {
235
+ if (buttons.includes(item.button_name)) {
236
+ item.hidden = true
237
+ }
238
+ }
239
+ },
240
+ requiredLabels(...labels) {
241
+ for (const item of this.show_data.fields) {
242
+ if (labels.includes(item.label)) {
243
+ item.required = true
244
+ }
245
+ }
246
+ },
247
+ electiveLabels(...labels) {
248
+ for (const item of this.show_data.fields) {
249
+ if (labels.includes(item.label)) {
250
+ item.required = false
251
+ }
252
+ }
253
+ },
254
+ readonlyLabels(...labels) {
255
+ for (const item of this.show_data.fields) {
256
+ if (labels.includes(item.label)) {
257
+ item.readonly = true
258
+ item.disabled = true
259
+ }
260
+ }
261
+ },
262
+ readwriteLabels(...labels) {
263
+ for (const item of this.show_data.fields) {
264
+ if (labels.includes(item.label)) {
265
+ item.readonly = false
266
+ item.disabled = false
267
+ }
268
+ }
269
+ },
270
+ disabledButtons(...buttons) {
271
+ for (const item of this.show_data.buttons) {
272
+ if (buttons.includes(item.button_name)) {
273
+ item.disabled = true
274
+ }
275
+ }
276
+ },
277
+ enableButtons(...buttons) {
278
+ for (const item of this.show_data.buttons) {
279
+ if (buttons.includes(item.button_name)) {
280
+ item.disabled = false
281
+ }
282
+ }
283
+ },
284
+ async checkDuplicate(index) {
285
+ let http = new HttpResetClass()
286
+ let data = {
287
+ tablename: 't_apply',
288
+ condition: `${this.show_data.fields[index].field} = '${this.show_data.fields[index].value}'`
289
+ }
290
+ let res = await http.load('POST', 'rs/sql/singleTable', {data: data}, {
291
+ resolveMsg: null,
292
+ rejectMsg: `${this.show_data.fields[index].label}查询失败`
293
+ })
294
+ if (res.data.length > 0) {
295
+ this.show_data.fields[index].value = null
296
+ this.$showAlert(`${this.show_data.fields[index].label}已存在!!!`, 'warning', 3000)
297
+ }
298
+ }
299
+ },
300
+ events: {
301
+ async 'stopApply' () {
302
+
303
+ let data = {
304
+ apply: this.show_data,
305
+ user: this.$login.f
306
+ }
307
+
308
+ let res = await this.$resetpost(
309
+ `rs/logic/stopApply`,
310
+ {data: data},
311
+ {resolveMsg: null, rejectMsg: '终止报建失败!!!'}
312
+ )
313
+
314
+ this.$dispatch('loadPage')
315
+ },
316
+ async 'pauseApply' () {
317
+
318
+ let data = {
319
+ apply: this.show_data,
320
+ user: this.$login.f
321
+ }
322
+
323
+ let res = await this.$resetpost(
324
+ `rs/logic/pauseApply`,
325
+ {data: data},
326
+ {resolveMsg: null, rejectMsg: '暂停报建失败!!!'}
327
+ )
328
+
329
+ this.$dispatch('loadPage')
330
+ },
331
+ // 获取view层button事件
332
+ async 'button' (){
333
+
334
+ let res = await this.$resetpost(
335
+ `rs/entity/t_apply`,
336
+ this.show_data,
337
+ {resolveMsg: null, rejectMsg: '数据保存失败!!!'}
338
+ )
339
+
340
+ this.$dispatch('loadPage')
341
+ },
342
+ // 失去焦点出触发事件
343
+ 'onchange' (index) {
344
+ },
345
+ 'onblur' (index) {},
346
+ 'oninput' (index) {},
347
+ 'initializtionView' () {},
348
+ async 'onchangeModal' (index, fieldIndex) {
349
+ },
350
+ async 'onblurModal' (index, fieldIndex) {
351
+
352
+ },
353
+ async 'oninputModal' (index, fieldIndex) {
354
+
355
+ },
356
+ async 'onetomanydelete' (index, rowIndex) {
357
+
358
+ let http = new HttpResetClass()
359
+
360
+ let res = await http.load(
361
+ 'DELETE',
362
+ `rs/entity/${this.show_data.onetomany[index].tables[0]}/${this.show_data.onetomany[index].rows[rowIndex].id}`,
363
+ null,
364
+ {resolveMsg: null, rejectMsg: '删除失败!!!'}
365
+ )
366
+
367
+ res = await this.$resetpost(
368
+ 'rs/entity/t_apply',
369
+ this.show_data
370
+ )
371
+
372
+ this.$dispatch('breakControl', this.show_data)
373
+ },
374
+ async 'onetomanyupdate' (index, rowIndex) {
375
+ let data = this.show_data.onetomany[index].rows[rowIndex]
376
+
377
+ this.show_data.onetomany[index].fields.forEach(item => {
378
+ data[item.field] = item.value
379
+ })
380
+ let res = await this.$resetpost(
381
+ `rs/entity/${this.show_data.onetomany[index].tables[0]}`,
382
+ data
383
+ )
384
+
385
+ res = await this.$resetpost(
386
+ 'rs/entity/t_apply',
387
+ this.show_data
388
+ )
389
+
390
+ this.$dispatch('breakControl', this.show_data)
391
+ },
392
+ async 'onetomanyadd' (index) {
393
+ let data = {
394
+ f_process_id : this.show_data.f_process_id,
395
+ f_operator_id: this.$login.f.id,
396
+ f_operator: this.$login.f.name,
397
+ f_operation_date: new Date().Format('yyyy-MM-dd HH:mm:ss'),
398
+ f_orgid: this.$login.f.orgid,
399
+ f_orgname: this.$login.f.orgs
400
+ }
401
+ this.show_data.onetomany[index].fields.forEach(item => {
402
+ data[item.field] = item.value
403
+ })
404
+ let res = await this.$resetpost(
405
+ `rs/entity/${this.show_data.onetomany[index].tables[0]}`,
406
+ data
407
+ )
408
+
409
+ res = await this.$resetpost(
410
+ 'rs/entity/t_apply',
411
+ this.show_data
412
+ )
413
+
414
+ this.$dispatch('breakControl', this.show_data)
415
+ }
416
+ },
417
+ watch:{
418
+ }
419
+ }
420
+ </script>