addyixiang.vue
30.1 KB
1
2
3
4
5
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
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
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<template>
<div>
<div>
<el-tabs v-model="xiangTab">
<el-tab-pane label="申请内容" name="first">
<div style="margin-top: 30px;" class="editcss">
<TitleWithCircle title="租赁信息" />
<div style="padding: 20px;margin-top: 10px;">
<el-form :model="info" ref="ruleForm" label-width="140px" class="demo-ruleForm">
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="经营用途" prop="businessPurpose">
<div class="duiqi">{{info.businessPurpose}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="租期" prop="intendedLeaseTerm">
<div class="duiqi">{{info.intendedLeaseTerm}}</div>
</el-form-item>
</el-col>
</el-row>
<!-- <el-row :gutter="20">
<el-col :span="9">
<el-form-item label="开店名称" prop="sectionNumber">
<div class="duiqi">{{info.sectionNumber}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="品牌名称" prop="contractName">
<div class="duiqi">{{info.contractName}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="租金方案" prop="contractSigningDate">
<div class="duiqi">{{info.contractSigningDate}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="租金" prop="earnestMoney">
<div class="duiqi">{{info.earnestMoney}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="付款日" prop="leaseStartDate">
<div class="duiqi">{{info.leaseStartDate}}</div>
</el-form-item>
<el-form-item label="优惠政策" prop="contractTerminationDate">
<div class="duiqi">{{info.contractTerminationDate}}</div>
</el-form-item>
<el-form-item label="其他说明" prop="contractTerminationDate">
<div class="duiqi">{{info.contractTerminationDate}}</div>
</el-form-item> -->
</el-form>
</div>
<TitleWithCircle title="营业执照信息" />
<div style="padding: 20px;margin-top: 10px;">
<el-form :model="info" ref="ruleForm" label-width="140px" class="demo-ruleForm">
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="主体名称" prop="entityName">
<div class="duiqi">{{info.entityName}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="统一社会信用代码" prop="unifiedSocialCreditCode">
<div class="duiqi">{{info.unifiedSocialCreditCode}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="类型" prop="entityType">
<div class="duiqi">{{info.entityType}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="法定代表人" prop="legalRepresentative">
<div class="duiqi">{{info.legalRepresentative}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="经营范围" prop="businessScope">
<div class="duiqi">{{info.businessScope}}</div>
</el-form-item>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="注册资本" prop="registeredCapital">
<div class="duiqi">{{info.registeredCapital}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="成立日期" prop="establishmentDate">
<div class="duiqi">{{info.establishmentDate}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="住所" prop="residence">
<div class="duiqi">{{info.residence}}</div>
</el-form-item>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="邮箱地址" prop="emailAddress">
<div class="duiqi">{{info.emailAddress}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="营业期限" prop="businessStartDate">
<div class="duiqi">{{info.businessStartDate}} - {{info.businessEndDate}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="营业执照" prop="businessLicense">
<!-- <div class="duiqi">{{info.businessLicense}}</div> -->
<!-- <el-image style="width: 200px;" :src="$baseURL+info.businessLicense" fit="contain"></el-image> -->
<div style="display: flex;">
<allimg v-if="item" :src="item" fit="contain" v-for="item in info.businessLicense.split(',')" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</el-form-item>
</el-form>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="商家信息" name="second">
<div style="margin-top: 30px;" class="editcss">
<TitleWithCircle title="基础信息" />
<div style="padding: 20px;margin-top: 10px;">
<el-form :model="shopMsg" ref="ruleForm" label-width="140px" class="demo-ruleForm">
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="姓名" prop="name">
<div class="duiqi">{{shopMsg.name}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="手机号" prop="phone">
<div class="duiqi">{{shopMsg.phone}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="证件类型" prop="idCardType">
<div class="duiqi">{{shopMsg.idCardType}}</div>
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="身份证号码" prop="idCardNumber">
<div class="duiqi">{{shopMsg.idCardNumber}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="身份证照片(正)" prop="idCardFrontImage">
<!-- <div style="margin-top: 10px;">
<el-image style="width: 200px;height:200px" :src="$baseURL+shopMsg.idCardFrontImage" fit="contain"></el-image>
</div> -->
<div style="display: flex;">
<allimg :src="shopMsg.idCardFrontImage" fit="contain" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</el-form-item>
<el-form-item label="身份证照片(反)" prop="idCardBackImage">
<!-- <div style="margin-top: 10px;">
<el-image style="width: 200px;height:200px" :src="$baseURL+shopMsg.idCardBackImage" fit="contain"></el-image>
</div> -->
<div style="display: flex;">
<allimg :src="shopMsg.idCardBackImage" fit="contain" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</el-form-item>
</el-form>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="资源信息" name="third">
<div style="margin-top: 30px;" class="editcss">
<TitleWithCircle title="基础信息" />
<div style="padding: 20px;" v-if="info.cereBasicInformationShop.id">
<el-form :model="info.cereBasicInformationShop" ref="ruleForm" label-width="140px" class="demo-ruleForm">
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="商铺名称" prop="shopName">
<div class="duiqi">{{info.cereBasicInformationShop.shopName}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="编号" prop="venueNumber">
<div class="duiqi">{{info.cereBasicInformationShop.venueNumber}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="商铺类型" prop="shopType">
<div class="duiqi">{{info.cereBasicInformationShop.shopType=='1'?'移动铺位':info.cereBasicInformationShop.shopType=='2'?'固定铺位':'无'}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="测绘面积" prop="surveyingArea">
<div class="duiqi">{{info.cereBasicInformationShop.surveyingArea?info.cereBasicInformationShop.surveyingArea+' ㎡': '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="产权面积" prop="propertyArea">
<div class="duiqi">{{info.cereBasicInformationShop.propertyArea?info.cereBasicInformationShop.propertyArea+' ㎡':'无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="实际使用面积" prop="actualUsableArea">
<div class="duiqi">{{info.cereBasicInformationShop.actualUsableArea?info.cereBasicInformationShop.actualUsableArea+' ㎡':'无'}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="所属区域" prop="belongingRegion">
<div class="duiqi">{{info.cereBasicInformationShop.belongingRegion || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="所属绿道段" prop="belongingGreenwaySection">
<div class="duiqi">{{getLvdaoNameByCode(info.cereBasicInformationShop.belongingGreenwaySection)|| '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="门牌号" prop="houseNumber">
<div class="duiqi">{{info.cereBasicInformationShop.houseNumber || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="归属部门" prop="belongingDepartment">
<div class="duiqi">{{info.cereBasicInformationShop.belongingDepartment || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="负责人" prop="head">
<div class="duiqi">{{info.cereBasicInformationShop.head || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="联系人" prop="contacts">
<div class="duiqi">{{info.cereBasicInformationShop.contacts || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="联系方式" prop="telephone">
<div class="duiqi">{{info.cereBasicInformationShop.telephone || '无'}}</div>
</el-form-item>
</el-col>
</el-row>
<el-form-item label="详细位置" prop="detailedLocation">
<div class="duiqi">{{info.cereBasicInformationShop.detailedLocation || '无'}}</div>
</el-form-item>
<el-form-item label="地图标点" prop="mapPunctuation">
<div style="width: 100%;height: 300px;">
<!-- :edit='edit' :sendMap='getChildDate' -->
<newmap :isx="false" :message="info.cereBasicInformationShop.mapPunctuation"></newmap>
</div>
</el-form-item>
<el-form-item label="建筑图纸" prop="architecturalDrawings">
<div v-if="info.cereBasicInformationShop.architecturalDrawings">
<!-- <img :src="$baseURL+item" alt="" style="width:140px;height:140px;margin-left: 15px;"
v-for="item in info.cereBasicInformationShop.architecturalDrawings.split(',')"> -->
<div style="display: flex;">
<allimg v-if="item" :src="item" fit="contain" v-for="item in info.cereBasicInformationShop.architecturalDrawings.split(',')" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</div>
<div class="duiqi" v-else>无</div>
</el-form-item>
<el-form-item label="商铺描述" prop="shopDescription">
<div class="duiqi">{{info.cereBasicInformationShop.shopDescription || '无'}}</div>
</el-form-item>
<el-form-item label="展示主图" prop="displayMainImage">
<div style="display: flex;">
<allimg v-if="item" :src="item" fit="contain" v-for="item in info.cereBasicInformationShop.displayMainImage.split(',')" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
<!-- <BaseImage :src="file.address" fit="contain" class="card-img" :code="options.reqParams.code"
:filePath="filePath" @handleDelete="handleDeleteImg(file, i)"
@handleSetCover="handleSetCover(file, i)" :isSetCover="cmpOption.isSetCover" :forIndex="i" :onforIndex="onforIndex"/> -->
<!-- <img v-for="item in info.cereBasicInformationShop.displayMainImage.split(',')" :src="$baseURL+item" alt="" style="width:140px;height:140px;margin-left: 15px;"> -->
</el-form-item>
<el-form-item label="其他视频" prop="otherImageVideos" >
<div class="duiqi" :class="info.cereBasicInformationShop.otherImageVideos?'greens':''" @click ="info.cereBasicInformationShop.otherImageVideos?openfile(info.cereBasicInformationShop.otherImageVideos):''">{{info.cereBasicInformationShop.otherImageVideos?'查看详情':'无'}}</div>
<!-- <div class="duiqi" v-for="item in info.cereBasicInformationShop.otherImageVideos.split(',')">{{$baseURL+item}}</div> -->
</el-form-item>
</el-form>
</div>
<div style="padding: 20px;" v-if="info.cereBasicInformationVenue.id">
<el-form :model="info.cereBasicInformationVenue" ref="ruleForm" label-width="140px" class="demo-ruleForm">
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="场地名称" prop="venueName">
<div class="duiqi">{{info.cereBasicInformationVenue.venueName || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="场地类型" prop="venueType">
<div class="duiqi">{{info.cereBasicInformationVenue.venueType || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="实际使用面积" prop="actualArea">
<div class="duiqi">{{info.cereBasicInformationVenue.actualArea || '无'}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="所属区域" prop="district">
<div class="duiqi">{{info.cereBasicInformationVenue.district || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="归属部门" prop="department">
<div class="duiqi">{{info.cereBasicInformationVenue.department || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="负责人" prop="responsiblePerson">
<div class="duiqi">{{info.cereBasicInformationVenue.belongingParkTrail || '无'}}</div>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
<el-form-item label="联系人" prop="contact">
<div class="duiqi">{{info.cereBasicInformationVenue.contact || '无'}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="联系电话" prop="phoneNumber">
<div class="duiqi">{{info.cereBasicInformationVenue.belongingParkTrail || '无'}}</div>
</el-form-item>
</el-col>
</el-row>
<!-- <el-form-item label="详细位置" prop="detailedLocation">
<div class="duiqi">{{info.cereBasicInformationVenue.detailedLocation || '无'}}</div>
</el-form-item> -->
<el-form-item label="地图标点" prop="mapMarker" v-if="false">
<div style="width: 100%;height: 300px;">
<newmap :isx="false" :message="editbgid.detailedLocation"></newmap>
<!-- <indexall :isx="false" :message="info.cereBasicInformationVenue.detailedLocation?info.cereBasicInformationVenue.detailedLocation:''"></indexall> -->
</div>
</el-form-item>
<el-form-item label="场地描述" prop="description">
<!-- <div class="duiqi">{{info.cereBasicInformationVenue.description || '无'}}</div> -->
<div v-if="info.cereBasicInformationVenue.description" class="duiqi" v-html="info.cereBasicInformationVenue.description"></div>
<div class="duiqi" v-else>无</div>
</el-form-item>
<el-form-item label="规划图纸" prop="planningDrawing">
<div v-if="info.cereBasicInformationVenue.planningDrawing">
<!-- <img :src="$baseURL+item" alt="" style="width:140px;height:140px;"
v-for="item in info.cereBasicInformationVenue.planningDrawing.split(',')"> -->
<div style="display: flex;">
<allimg v-if="item" :src="item" fit="contain" v-for="item in info.cereBasicInformationVenue.planningDrawing.split(',')" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</div>
<div class="duiqi" v-else>无</div>
</el-form-item>
<el-form-item label="展示主图" prop="displayImage">
<!-- <div >
<img :src="$baseURL+item" alt="" style="width:140px;height:140px;"
v-for="item in info.cereBasicInformationVenue.displayImage.split(',')">
</div> -->
<div style="display: flex;">
<allimg v-if="item" :src="item" fit="contain" v-for="item in info.cereBasicInformationVenue.displayImage.split(',')" style="width: 112px;height: 112px;border: 1px dotted #dcdfe6;border-radius: 2px;overflow: hidden;margin: 0 10px 10px 0;"/>
</div>
</el-form-item>
<el-form-item label="其他视频" prop="otherImageVideos" >
<div class="duiqi" :class="info.cereBasicInformationVenue.otherImageVideos?'greens':''" @click ="info.cereBasicInformationVenue.otherImageVideos?openfile(info.cereBasicInformationVenue.otherImageVideos):''">{{info.cereBasicInformationVenue.otherImageVideos?'查看详情':'无'}}</div>
</el-form-item>
</el-form>
</div>
</div>
</el-tab-pane>
</el-tabs>
</div>
<div v-if="info.intentionStatus != '2' && info.intentionStatus != '3' && issp == '2' ">
<!-- <div style="padding-left: 130px;margin: 25px 0;">
<el-radio v-model="radio" label="2">同意</el-radio>
<el-radio v-model="radio" label="3">拒绝</el-radio>
</div> -->
<TitleWithCircle title="审核情况"/>
<div style="padding: 20px;">
<el-form :model="info" label-width="130px" class="demo-ruleForm">
<el-form-item label="状态">
<el-radio v-model="radio" label="2">有意向</el-radio>
<el-radio v-model="radio" label="3">无意向</el-radio>
</el-form-item>
<el-form-item label="意向原因">
<el-input maxlength="200" show-word-limit rows="4" v-model="info.intentionReason" placeholder="请输入审核意见"
type="textarea" />
</el-form-item>
</el-form>
</div>
</div>
<div v-if="(info.intentionStatus == '2' || info.intentionStatus == '3') && xiangTab=='first'">
<TitleWithCircle title="审核结果"/>
<div style="padding: 20px;">
<el-form :model="info" label-width="100px" class="demo-ruleForm">
<el-form-item label="状态">
<div class="duiqi">{{info.intentionStatus=='2'?'有意向':info.intentionStatus=='3'?'无意向':'无'}}</div>
</el-form-item>
<el-form-item label="意向原因">
<div class="duiqi">{{info.intentionReason || '无'}}</div>
</el-form-item>
</el-form>
</div>
</div>
<div>
<el-button @click="minSev" v-if="info.intentionStatus != '2' && info.intentionStatus != '3' && issp == '2'" style="background-color: #3F9B6A;color: #fff;">确定</el-button>
<el-button class="buttonHover"
style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;margin-top: 20px;"
@click="changetype">返回</el-button>
</div>
</div>
</template>
<script>
import {
queryByContractcontractNumber
} from '../../api/commodityLease.js'
import {
businessListGetById
} from '../../api/business.js'
import TitleWithCircle from '@/components/top/index';
import MapXian from "@/components/MapContainer/MapXian";
import {
cerePlatformMerchant
} from '@/api/newly.js'
import {
msgedit,
} from '@/api/cereBusinessInfo'
import allimg from '@/components/chakan/allimg.vue';
import newmap from "@/components/newmap/index";
import indexall from "@/components/newmap/indexall";
import { icManAdd} from '@/api/icManagement';
import {
gongyuan,
parkTrails,
lvdaoduan,
} from '@/api/information.js';
export default {
components: {
TitleWithCircle,
MapXian,
newmap,
allimg,
indexall
},
props: {
info: {
type: Object,
default: function() {
return {}; // 返回一个空数组作为默认值
},
},
issp: {
type: String,
default: function() {
return '1';
},
},
},
data() {
return {
radio: '2',
ontype: '线上广告位',
url: '',
type: '1',
tableData: [],
xiangTab: 'first',
siteIds: [],
list: [],
advIds: [],
shopIds: [],
shop: {},
newshop: {},
newinfo: {},
parentMessage: {},
pagequery: {
pageNumber: 0,
pageSize: 10,
checkState:'2',
phone: '',
},
shopMsg:{},
lvdaoList:[]
}
},
created() {
console.log(this.info)
this.pagequery.phone = this.info.applicant
cerePlatformMerchant(this.pagequery).then(res=>{
this.shopMsg = res.data.content[0]
})
if (this.info.cereAdvertisingInformation) {
this.ontype = this.info.cereAdvertisingInformation.advertisingType
}
this.getAll()
},
computed: {
},
methods: {
//获取当前时间
updateCurrentTime() {
const now = new Date();
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
const hours = now.getHours().toString().padStart(2, '0');
const minutes = now.getMinutes().toString().padStart(2, '0');
const seconds = now.getSeconds().toString().padStart(2, '0');
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
},
minSev() {
console.error(this.info)
console.error(this.radio)
msgedit({
id: this.info.id,
'intentionStatus': this.radio,
intentionReason: this.info.intentionReason
}).then(res => {
console.error(res)
if (res.code == 200) {
this.$message({
message: '处理成功',
type: 'success'
})
if(this.radio == '2'){
let c1 = {
leaseType: this.info.cereBasicInformationShop.id?'商铺':'场地', // 意向租赁类型
leaseCycle: this.info.entityName, // 主体名称
intentionReason: this.shopMsg.id, // 绑定商家
intentCustomerName: this.shopMsg.name, // 商家名
phone: this.shopMsg.phone, // 绑定商家电话
rentalRent: this.info.unifiedSocialCreditCode, // 统一社会信用代码
operationType: this.info.entityType, // 主体类型
intentionRegion: this.info.legalRepresentative, // 法定代表人
idCardNumber: this.info.businessScope, // 经营范围
idCardType: this.info.establishmentDate, // 成立日期
idCardValidStart: this.info.residence, // 住所
idCardValidEnd: this.info.emailAddress, // 邮箱地址
intentionTime: this.info.businessStartDate, // 经营开始时间
idCardPhotoBack: this.info.businessEndDate, // 经营结束时间
idCardPhotoFront: this.info.businessLicense, // 营业执照
createDate:this.updateCurrentTime(),
createUser:localStorage.getItem('roleName')
}
icManAdd(c1).then(res1 => {
console.error(res1)
})
}
this.info.intentionStatus = this.radio
} else {
this.$message({
message: '处理失败',
type: 'error'
})
}
})
},
openfile(e) {
if (e) {
const fullUrl = this.$baseURL + e;
try {
window.open(fullUrl, '_blank'); // 在新标签页中打开文件
} catch (error) {
console.error('打开文件失败:', error);
}
} else {
console.error('无文件可查看');
}
},
changetype() {
this.xiangTab = 'first'
if (this.type == '1') {
this.$emit('removeonaction', '1')
} else {
this.type = '1'
}
},
open(row) {
console.error(row)
this.type = '2'
this.newinfo = row
businessListGetById({
shopId: row.relatedMerchants
}).then(res => {
console.log(res)
this.newshop = res.data
})
},
closeFn() {
this.$emit('change', false);
},
async getAll(){
const lvdao = await lvdaoduan()
const gongyua = await parkTrails()
const budao = await gongyuan()
const lvList = lvdao.data.concat(gongyua.data)
this.lvdaoList = lvList.concat(budao.data)
},
getLvdaoNameByCode(code) {
// 若传入的 code 为空,直接返回空字符串
if (!code) {
return '';
}
// 遍历 this.lvdaoList 数组
for (let i = 0; i < this.lvdaoList.length; i++) {
const item = this.lvdaoList[i];
// 当传入的 code 等于 item 的 code 时,返回 item 的 name
if (item.code === code) {
return item.name;
}
}
// 若遍历完数组都没找到匹配的 code,返回空字符串
return '无';
},
}
}
</script>
<style>
.el-form-item__label {
color: #a2a2a2;
}
.greens {
color: #3F9B6A;
}
</style>