apply-clients 3.4.2 → 3.4.4
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.
- package/android.html +23 -23
- package/build/dev-server.js +119 -119
- package/build/webpack.base.conf.js +2 -1
- package/build/webpack.dev.conf.js +12 -0
- package/dingding.html +23 -0
- package/index.html +33 -33
- package/package.json +2 -1
- package/src/AndroidApp.vue +35 -35
- package/src/DingDingApp.vue +51 -0
- package/src/android.js +21 -21
- package/src/apply.js +38 -13
- package/src/applyAndroid.js +46 -32
- package/src/applyDingDing.js +12 -0
- package/src/components/android/AppOnetomany.vue +343 -301
- package/src/components/android/AppServiceView.vue +189 -10
- package/src/components/android/AppSign.vue +19 -7
- package/src/components/android/AppTakePic.vue +143 -143
- package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
- package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
- package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
- package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
- package/src/components/android/Function/AppInstallFunction.vue +366 -0
- package/src/components/android/Process/AppExplorationUser.vue +500 -320
- package/src/components/android/Process/AppServiceControl.vue +999 -48
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
- package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
- package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +116 -90
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
- package/src/components/android/Process/Processes/selectApply.vue +250 -0
- package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
- package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +69 -34
- package/src/components/android/TaskGraph.vue +125 -125
- package/src/components/common/TabButton.vue +149 -0
- package/src/components/common/Tabs.vue +67 -0
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/txt.jpg +0 -0
- package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
- package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
- package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
- package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
- package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
- package/src/components/product/Business/BusinessApply.vue +269 -0
- package/src/components/product/Business/CivilApply.vue +269 -0
- package/src/components/product/Function/InstallFunction.vue +132 -125
- package/src/components/product/Function/InstallInfoSelect.vue +320 -292
- package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -222
- package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
- package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
- package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
- package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
- package/src/components/product/Install/InstallProject.vue +194 -0
- package/src/components/product/Material/MaterialDetailed.vue +262 -0
- package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
- package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
- package/src/components/product/OldApply/OldApply.vue +209 -0
- package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
- package/src/components/product/Onetomany.vue +406 -377
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
- package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
- package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
- package/src/components/product/Process/ExplorationSelect.vue +495 -410
- package/src/components/product/Process/ExplorationUser.vue +189 -138
- package/src/components/product/Process/Processes/InstallationDetails.vue +25 -7
- package/src/components/product/Process/Processes/Print/printCharge.vue +41 -17
- package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
- package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -207
- package/src/components/product/Process/Processes/chargeManagement.vue +20 -3
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
- package/src/components/product/Process/Processes/selectApply.vue +2 -2
- package/src/components/product/Process/Service/ServiceControl.vue +638 -20
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/Process/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +357 -7
- package/src/components/product/Stop/StopApply.vue +101 -103
- package/src/components/product/Stop/StopApplyList.vue +271 -269
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +884 -186
- package/src/components/product/Supervisory/SupervisoryControl.vue +137 -100
- package/src/components/product/Supervisory/SupervisoryList.vue +201 -30
- package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -107
- package/src/components/product/VueUtils/ApplyUpload.vue +275 -273
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
- package/src/components/product/VueUtils/HighMeter.vue +208 -208
- package/src/components/product/VueUtils/ToolsPage.vue +51 -0
- package/src/components/product/VueUtils/Tree.vue +330 -0
- package/src/dingding.js +19 -0
- package/src/expandcssAndroid.less +517 -1034
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
- package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
- package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
- package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
- package/src/filiale/yuchuan/android.js +14 -14
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
- package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
- package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
- package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
- package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
- package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
- package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
- package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
- package/src/filiale/yuchuan/pc.js +20 -12
- package/src/main.js +4 -1
- package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
- package/src/components/product/Function/functions/StopInstall.vue +0 -106
|
@@ -1,410 +1,495 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
style="
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
</
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
<
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
<
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
</
|
|
198
|
-
</td>
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
<
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
}
|
|
410
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-3">
|
|
8
|
+
<label class="font_normal_body">客户名称:</label>
|
|
9
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
10
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="form-group col-sm-3">
|
|
13
|
+
<label class="font_normal_body">组织机构:</label>
|
|
14
|
+
<res-select
|
|
15
|
+
restype='organization'
|
|
16
|
+
:initresid='$parent.$parent.curorgid'
|
|
17
|
+
@res-select="$parent.$parent.getorg"
|
|
18
|
+
is-mul="false"
|
|
19
|
+
></res-select>
|
|
20
|
+
</div>
|
|
21
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
22
|
+
<!-- <label class="font_normal_body">工程编号:</label>-->
|
|
23
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"-->
|
|
24
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
25
|
+
<!-- condition="u.f_apply_num = '{}'">-->
|
|
26
|
+
<!-- </div>-->
|
|
27
|
+
<div class="form-group col-sm-3 button-range">
|
|
28
|
+
<a type="button" class="button_new button_spacing" v-if="$parent.$parent.projectStart"
|
|
29
|
+
href="/apply/download/excel/散户报装模板.xlsx" download>模板下载</a>
|
|
30
|
+
<button class="button_new button_spacing" style="width: max-content"
|
|
31
|
+
v-if="$parent.$parent.projectStart"
|
|
32
|
+
@click="$parent.$parent.showFile = !$parent.$parent.showFile">批量散户导入</button>
|
|
33
|
+
<button class="button_new button_spacing" style="width: max-content"
|
|
34
|
+
v-if="$parent.$parent.projectStart"
|
|
35
|
+
@click="$parent.$parent.showModal = !$parent.$parent.showModal">工程发起</button>
|
|
36
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
37
|
+
<button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
|
|
38
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
39
|
+
<div
|
|
40
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
41
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
42
|
+
class="button_spacing"
|
|
43
|
+
style="float: right">
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
48
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
49
|
+
<!-- <label class="font_normal_body">客户名称:</label>-->
|
|
50
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"-->
|
|
51
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>-->
|
|
52
|
+
<!-- </div>-->
|
|
53
|
+
<div class="form-group col-sm-3">
|
|
54
|
+
<label class="font_normal_body">工程编号:</label>
|
|
55
|
+
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
56
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
57
|
+
condition="u.f_apply_num = '{}'">
|
|
58
|
+
</div>
|
|
59
|
+
<div class="form-group col-sm-3">
|
|
60
|
+
<label class="font_normal_body">合同编号:</label>
|
|
61
|
+
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_money"
|
|
62
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
63
|
+
condition="u.f_contract_money like '%{}%'">
|
|
64
|
+
</div>
|
|
65
|
+
<div class="form-group col-sm-3">
|
|
66
|
+
<label class="font_normal_body">联系电话:</label>
|
|
67
|
+
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
68
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
69
|
+
condition="f_phone like '%{}%'">
|
|
70
|
+
</div>
|
|
71
|
+
<div class="form-group col-sm-3">
|
|
72
|
+
<label class="font_normal_body">合同编号:</label>
|
|
73
|
+
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
74
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
75
|
+
condition="f_contract_number = '{}'">
|
|
76
|
+
</div>
|
|
77
|
+
<div class="form-group col-sm-3">
|
|
78
|
+
<label class="font_normal_body">报建类型:</label>
|
|
79
|
+
<v-select
|
|
80
|
+
v-model="model.f_apply_type"
|
|
81
|
+
placeholder='报建类型'
|
|
82
|
+
condition="f_apply_type = '{}'"
|
|
83
|
+
:value.sync="model.f_apply_type"
|
|
84
|
+
:options='$parent.$parent.applytype'
|
|
85
|
+
class="select select_list"
|
|
86
|
+
:value-single="true"
|
|
87
|
+
@change="$parent.$parent.applyTypeChange()"
|
|
88
|
+
close-on-select ></v-select>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="form-group col-sm-3">
|
|
91
|
+
<label class="font_normal_body">办理环节:</label>
|
|
92
|
+
<v-select
|
|
93
|
+
v-model="model.defname"
|
|
94
|
+
placeholder='办理环节'
|
|
95
|
+
condition="act.defname = '{}'"
|
|
96
|
+
:value.sync="model.defname"
|
|
97
|
+
:options='$parent.$parent.defnames'
|
|
98
|
+
class="select select_list"
|
|
99
|
+
:value-single="true"
|
|
100
|
+
close-on-select ></v-select>
|
|
101
|
+
</div>
|
|
102
|
+
<div class="form-group col-sm-3">
|
|
103
|
+
<label class="font_normal_body">报建性质:</label>
|
|
104
|
+
<v-select
|
|
105
|
+
v-model="model.f_apply_nature"
|
|
106
|
+
placeholder='报建性质'
|
|
107
|
+
condition="f_apply_nature = '{}'"
|
|
108
|
+
:value.sync="model.f_apply_nature"
|
|
109
|
+
:options='$parent.$parent.applyNatures'
|
|
110
|
+
class="select select_list"
|
|
111
|
+
:value-single="true"
|
|
112
|
+
close-on-select ></v-select>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="form-group col-sm-3">
|
|
115
|
+
<label class="font_normal_body">用户地址:</label>
|
|
116
|
+
<input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
117
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
118
|
+
condition="f_address like '%{}%'">
|
|
119
|
+
</div>
|
|
120
|
+
<div class="form-group col-sm-3">
|
|
121
|
+
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
122
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
123
|
+
style="width: 60%!important;"
|
|
124
|
+
v-model="model.startDate"
|
|
125
|
+
:value.sync="model.startDate"
|
|
126
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
127
|
+
:show-reset-button="true"
|
|
128
|
+
condition="f_apply_date >= '{}'">
|
|
129
|
+
</datepicker>
|
|
130
|
+
</div>
|
|
131
|
+
<div class="form-group col-sm-3">
|
|
132
|
+
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
133
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
134
|
+
style="width: 60%!important;"
|
|
135
|
+
v-model="model.endDate"
|
|
136
|
+
:value.sync="model.endDate"
|
|
137
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
138
|
+
:show-reset-button="true"
|
|
139
|
+
condition="f_apply_date <= '{}'">
|
|
140
|
+
</datepicker>
|
|
141
|
+
</div>
|
|
142
|
+
<div class="form-group col-sm-3">
|
|
143
|
+
<label class="font_normal_body">稍后处理:</label>
|
|
144
|
+
<v-select
|
|
145
|
+
v-model="model.f_no_valid"
|
|
146
|
+
placeholder='稍后处理'
|
|
147
|
+
condition="lp.f_no_valid = '{}'"
|
|
148
|
+
:value.sync="model.f_no_valid"
|
|
149
|
+
:options='$parent.$parent.laterList'
|
|
150
|
+
class="select select_list"
|
|
151
|
+
:value-single="true"
|
|
152
|
+
close-on-select ></v-select>
|
|
153
|
+
</div>
|
|
154
|
+
<div class="form-group col-sm-3">
|
|
155
|
+
<label class="font_normal_body">是否对账:</label>
|
|
156
|
+
<v-select
|
|
157
|
+
v-model="model.f_no_reconciliation"
|
|
158
|
+
placeholder='是否对账'
|
|
159
|
+
condition="f_no_reconciliation = '{}'"
|
|
160
|
+
:value.sync="model.f_no_reconciliation"
|
|
161
|
+
:options='$parent.$parent.reconciliation'
|
|
162
|
+
class="select select_list"
|
|
163
|
+
:value-single="true"
|
|
164
|
+
close-on-select ></v-select>
|
|
165
|
+
</div>
|
|
166
|
+
<div class="form-group col-sm-3">
|
|
167
|
+
<label class="font_normal_body">节点发起人:</label>
|
|
168
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.act_sender"
|
|
169
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="act.sender like '%{}%'" placeholder='节点发起人'>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</criteria>
|
|
174
|
+
<data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
|
|
175
|
+
<template partial='head'>
|
|
176
|
+
<tr>
|
|
177
|
+
<th style="white-space: nowrap;">序号</th>
|
|
178
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
179
|
+
<th style="white-space: nowrap;">客户名称</th>
|
|
180
|
+
<th style="white-space: nowrap;">合同编号</th>
|
|
181
|
+
<th style="white-space: nowrap;">电话</th>
|
|
182
|
+
<th style="white-space: nowrap;">地址</th>
|
|
183
|
+
<th style="white-space: nowrap;">来源</th>
|
|
184
|
+
<th style="white-space: nowrap;">报建类型</th>
|
|
185
|
+
<th style="white-space: nowrap;">办理环节</th>
|
|
186
|
+
<th style="white-space: nowrap;">流程状态</th>
|
|
187
|
+
<th style="white-space: nowrap;">报建日期</th>
|
|
188
|
+
<th style="white-space: nowrap;">操作</th>
|
|
189
|
+
</tr>
|
|
190
|
+
</template>
|
|
191
|
+
<template partial='body'>
|
|
192
|
+
<tr class="back-style">
|
|
193
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'', row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
194
|
+
<nobr><font>{{$index+1}}</font></nobr>
|
|
195
|
+
</td>
|
|
196
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
197
|
+
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
198
|
+
</td>
|
|
199
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
200
|
+
<nobr><font>{{row.f_user_name}}</font></nobr>
|
|
201
|
+
</td>
|
|
202
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
203
|
+
<nobr><font>{{row.f_contract_number}}</font></nobr>
|
|
204
|
+
</td>
|
|
205
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
206
|
+
<nobr><font>{{row.f_phone}}</font></nobr>
|
|
207
|
+
</td>
|
|
208
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
209
|
+
<nobr><font>{{row.f_address}}</font></nobr>
|
|
210
|
+
</td>
|
|
211
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
212
|
+
<nobr><font>{{row.f_apply_source}}</font></nobr>
|
|
213
|
+
</td>
|
|
214
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
215
|
+
<nobr><font>{{row.f_apply_type}}</font></nobr>
|
|
216
|
+
</td>
|
|
217
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
218
|
+
<nobr><font>{{row.defname}}</font></nobr>
|
|
219
|
+
</td>
|
|
220
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
221
|
+
<nobr><font>{{row.f_sub_state}}</font></nobr>
|
|
222
|
+
</td>
|
|
223
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
224
|
+
<nobr><font>{{row.f_apply_date}}</font></nobr>
|
|
225
|
+
</td>
|
|
226
|
+
<td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
|
|
227
|
+
<dropdown>
|
|
228
|
+
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
229
|
+
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
230
|
+
</button>
|
|
231
|
+
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
232
|
+
<li>
|
|
233
|
+
<a href="#" @click="$parent.$parent.$parent.click(row)">{{row.defname}}</a>
|
|
234
|
+
<a href="#" @click="$parent.$parent.$parent.openLater(row)" v-if="row.f_no_valid !== '有效'">稍后处理</a>
|
|
235
|
+
</li>
|
|
236
|
+
</ul>
|
|
237
|
+
</dropdown>
|
|
238
|
+
</td>
|
|
239
|
+
</tr>
|
|
240
|
+
</template>
|
|
241
|
+
</data-grid>
|
|
242
|
+
</criteria-paged>
|
|
243
|
+
|
|
244
|
+
<modal
|
|
245
|
+
v-if="showModal"
|
|
246
|
+
:show.sync="showModal"
|
|
247
|
+
backdrop="false"
|
|
248
|
+
title="工程类型"
|
|
249
|
+
cancel-text="取消"
|
|
250
|
+
ok-text="确认"
|
|
251
|
+
:callback="apply"
|
|
252
|
+
>
|
|
253
|
+
<div class="form-horizontal" slot="modal-body">
|
|
254
|
+
<div class="form-group" style="margin: 10px auto">
|
|
255
|
+
<label class="col-sm-3 control-label">报建类型:</label>
|
|
256
|
+
<div class="col-sm-9">
|
|
257
|
+
<v-select
|
|
258
|
+
v-model="applyType"
|
|
259
|
+
placeholder='请选择需要发起的工程类型'
|
|
260
|
+
:value.sync="applyType"
|
|
261
|
+
:options='$appdata.getParam("报建类型")'
|
|
262
|
+
:value-single="true"
|
|
263
|
+
class="select select_list"
|
|
264
|
+
:search="false"
|
|
265
|
+
close-on-select ></v-select>
|
|
266
|
+
</div>
|
|
267
|
+
</div>
|
|
268
|
+
</div>
|
|
269
|
+
</modal>
|
|
270
|
+
|
|
271
|
+
<modal v-if="showFile" :show.sync="showFile" v-ref:modal :backdrop="false" title="选择文件">
|
|
272
|
+
<header slot="modal-header" class="modal-header">
|
|
273
|
+
<button type="button" class="close" @click="closeFile"><span>×</span></button>
|
|
274
|
+
<h4 class="modal-title">选择文件</h4>
|
|
275
|
+
</header>
|
|
276
|
+
<article slot="modal-body" class="modal-body">
|
|
277
|
+
<div class="form-group">
|
|
278
|
+
<file-upload class="my-file-uploader" action="rs/file/uploadFile" tagname="确定" v-ref:file></file-upload>
|
|
279
|
+
</div>
|
|
280
|
+
</article>
|
|
281
|
+
<footer slot="modal-footer" class="modal-footer"></footer>
|
|
282
|
+
</modal>
|
|
283
|
+
</div>
|
|
284
|
+
</template>
|
|
285
|
+
<script>
|
|
286
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
287
|
+
import {isEmpty} from '../../Util'
|
|
288
|
+
|
|
289
|
+
export default {
|
|
290
|
+
title: '工程列表',
|
|
291
|
+
props: ['showData'],
|
|
292
|
+
data () {
|
|
293
|
+
return {
|
|
294
|
+
model: new PagedList('rs/sql/checkuser', 20, {
|
|
295
|
+
data: {
|
|
296
|
+
id: this.$login.f.id,
|
|
297
|
+
orgid: this.$login.f.orgid
|
|
298
|
+
}
|
|
299
|
+
}),
|
|
300
|
+
showModal: false, // 控制发起类型选择
|
|
301
|
+
applyType: '', // 报建类型
|
|
302
|
+
curorgid: [this.$login.f.orgid],
|
|
303
|
+
reconciliation: [{label: '全部', value: ''}, ...this.$appdata.getParam('是否对账')], // 是否合账
|
|
304
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
305
|
+
defnames: [{label: '全部', value: ''}], // 流程节点
|
|
306
|
+
applyNatures: [{label: '全部', value: ''}], // 报建性质
|
|
307
|
+
criteriaShow: false,
|
|
308
|
+
showFile: false,
|
|
309
|
+
laterList: [
|
|
310
|
+
{label: '全部', value: ''},
|
|
311
|
+
{label: '有效', value: '有效'}
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
ready () {
|
|
316
|
+
// 调用查询
|
|
317
|
+
this.search()
|
|
318
|
+
},
|
|
319
|
+
methods: {
|
|
320
|
+
openLater (row) {
|
|
321
|
+
this.$dispatch('openLater', row)
|
|
322
|
+
},
|
|
323
|
+
closeFile () {
|
|
324
|
+
this.showFile = false
|
|
325
|
+
// 将选的文件清空
|
|
326
|
+
this.$refs.file.$el.querySelector('input').value = ''
|
|
327
|
+
this.search()
|
|
328
|
+
},
|
|
329
|
+
// 点击操作
|
|
330
|
+
click (val) {
|
|
331
|
+
this.$dispatch('apply', val)
|
|
332
|
+
},
|
|
333
|
+
// 获取流程id
|
|
334
|
+
async getProcessId(processname) {
|
|
335
|
+
let data = {
|
|
336
|
+
workname: processname
|
|
337
|
+
}
|
|
338
|
+
let http = new HttpResetClass()
|
|
339
|
+
let res = await http.load(
|
|
340
|
+
'POST',
|
|
341
|
+
'rs/logic/getProcessId',
|
|
342
|
+
{data: data},
|
|
343
|
+
{resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
|
|
344
|
+
)
|
|
345
|
+
|
|
346
|
+
return res.data
|
|
347
|
+
},
|
|
348
|
+
// 报装申请
|
|
349
|
+
async apply () {
|
|
350
|
+
if (this.applyType === '' || this.applyType === null) {
|
|
351
|
+
this.$showAlert('请选择需要发起的类型', 'warning', 3000)
|
|
352
|
+
return
|
|
353
|
+
}
|
|
354
|
+
let data = {
|
|
355
|
+
f_apply_type: this.applyType
|
|
356
|
+
}
|
|
357
|
+
if (this.applyType === '散户报建') {
|
|
358
|
+
data.processname = '散户报建流程'
|
|
359
|
+
data.defname = '报装申请'
|
|
360
|
+
} else if (this.applyType === '工商户报建') {
|
|
361
|
+
data.processname = '工商户报建流程'
|
|
362
|
+
data.defname = '报装申请'
|
|
363
|
+
} else if (this.applyType === '改管报建') {
|
|
364
|
+
data.processname = '改管报建流程'
|
|
365
|
+
data.defname = '报装申请'
|
|
366
|
+
} else if (this.applyType === '增容报建') {
|
|
367
|
+
data.processname = '增容报建流程'
|
|
368
|
+
data.defname = '报装申请'
|
|
369
|
+
} else if (this.applyType === '团购报建') {
|
|
370
|
+
data.processname = '团购报建流程'
|
|
371
|
+
data.defname = '报装申请'
|
|
372
|
+
} else if (this.applyType === '退款报建') {
|
|
373
|
+
data.processname = '退款报建流程'
|
|
374
|
+
data.defname = '终止报建'
|
|
375
|
+
} else if (this.applyType === '团购转散户') {
|
|
376
|
+
data.processname = '团购转散户报建流程'
|
|
377
|
+
data.defname = '信息确认'
|
|
378
|
+
}else if (this.applyType === '报警器报建') {
|
|
379
|
+
data.processname = '报警器报建流程'
|
|
380
|
+
data.defname = '报装申请'
|
|
381
|
+
}else if (this.applyType === '工商业报警器报建') {
|
|
382
|
+
data.processname = '工商业报警器报建流程'
|
|
383
|
+
data.defname = '报装申请'
|
|
384
|
+
} else {
|
|
385
|
+
this.$showMessage('暂无此类报装')
|
|
386
|
+
return
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
data.f_sub_state = "新增"
|
|
390
|
+
data.f_apply_source = "线下发起"
|
|
391
|
+
data.f_process_id = await this.getProcessId(data.processname)
|
|
392
|
+
|
|
393
|
+
// 调用ExplorationUser事件
|
|
394
|
+
this.$dispatch('apply', data)
|
|
395
|
+
|
|
396
|
+
this.applyType = null
|
|
397
|
+
this.showModal = false
|
|
398
|
+
},
|
|
399
|
+
loadPage () {
|
|
400
|
+
this.$dispatch('loadPage')
|
|
401
|
+
},
|
|
402
|
+
search () {
|
|
403
|
+
this.$dispatch('search')
|
|
404
|
+
},
|
|
405
|
+
async applyTypeChange () {
|
|
406
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
407
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
408
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
409
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
410
|
+
)
|
|
411
|
+
|
|
412
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
413
|
+
|
|
414
|
+
this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
|
|
415
|
+
} else {
|
|
416
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
417
|
+
|
|
418
|
+
this.applyNatures = [{label: '全部', value: ''}]
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
clear () {
|
|
422
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
423
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
424
|
+
})
|
|
425
|
+
},
|
|
426
|
+
getorg (val) {
|
|
427
|
+
if (val.length <= 0) {
|
|
428
|
+
return
|
|
429
|
+
}
|
|
430
|
+
this.model.params.data.orgid = val[0]
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
computed: {
|
|
434
|
+
projectStart () {
|
|
435
|
+
return this.$login.r.includes('报建发起')
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
watch: {
|
|
439
|
+
'model.rows': {
|
|
440
|
+
handler: function () {
|
|
441
|
+
let isover = [] // 过期(超时)数据
|
|
442
|
+
let isbeforeover = [] // 未过期 提前提醒
|
|
443
|
+
for (let i = 0; i < this.model.rows.length; i++) {
|
|
444
|
+
let item = this.model.rows[i]
|
|
445
|
+
if (item.isover === '过期') {
|
|
446
|
+
isover.push(i + 1)
|
|
447
|
+
}
|
|
448
|
+
if (item.isbeforeover === '预期提醒') {
|
|
449
|
+
isbeforeover.push(i + 1)
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
let msg = null
|
|
453
|
+
if (isover.length > 0) {
|
|
454
|
+
msg = `第${isover.toString()}条数据已过期`
|
|
455
|
+
this.$showAlert(msg, 'warning', 3000)
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
if (isbeforeover.length > 0) {
|
|
459
|
+
msg = `第${isbeforeover.toString()}条数据即将过期`
|
|
460
|
+
if (isover.length > 0) {
|
|
461
|
+
setTimeout(() => {
|
|
462
|
+
this.$showAlert(msg, 'warning', 3000)
|
|
463
|
+
}, 4000)
|
|
464
|
+
} else {
|
|
465
|
+
this.$showAlert(msg, 'warning', 3000)
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
events: {
|
|
472
|
+
async 'onFileUpload'(file, result) {
|
|
473
|
+
let data = {
|
|
474
|
+
filepath: result.f_downloadpath,
|
|
475
|
+
user: this.$login.f
|
|
476
|
+
}
|
|
477
|
+
let res = await this.$resetpost(`rs/logic/importApply`, {data:data}, {resolveMsg: null, rejectMsg: '导入失败!!!', silent: true}, 0)
|
|
478
|
+
|
|
479
|
+
this.closeFile()
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
</script>
|
|
484
|
+
<style scoped>
|
|
485
|
+
.back-style{
|
|
486
|
+
background-color: #ffa726;
|
|
487
|
+
}
|
|
488
|
+
.p1 {
|
|
489
|
+
color: #dc0b12;
|
|
490
|
+
font-weight:bold
|
|
491
|
+
}
|
|
492
|
+
.p {
|
|
493
|
+
color: #ffaf4f;
|
|
494
|
+
}
|
|
495
|
+
</style>
|