4373acf5
wesley88
1
|
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
|
<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">
|
d64cd58f
wesley88
上传验收小程序
|
85
|
<div class="duiqi">{{info.businessScope}}</div>
|
4373acf5
wesley88
1
|
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
|
</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> -->
|
d64cd58f
wesley88
上传验收小程序
|
116
|
<el-image style="width: 200px;" :src="$baseURL+info.businessLicense" fit="contain"></el-image>
|
4373acf5
wesley88
1
|
117
118
119
120
121
122
123
124
125
|
</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;">
|
3b97e418
wesley88
1
|
126
|
<el-form :model="shopMsg" ref="ruleForm" label-width="140px" class="demo-ruleForm">
|
4373acf5
wesley88
1
|
127
128
|
<el-row :gutter="20">
<el-col :span="9">
|
3b97e418
wesley88
1
|
129
130
|
<el-form-item label="姓名" prop="name">
<div class="duiqi">{{shopMsg.name}}</div>
|
4373acf5
wesley88
1
|
131
132
133
134
|
</el-form-item>
</el-col>
<el-col :span="9">
<el-form-item label="手机号" prop="phone">
|
3b97e418
wesley88
1
|
135
|
<div class="duiqi">{{shopMsg.phone}}</div>
|
4373acf5
wesley88
1
|
136
137
138
139
140
141
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="9">
<el-form-item label="证件类型" prop="idCardType">
|
3b97e418
wesley88
1
|
142
|
<div class="duiqi">{{shopMsg.idCardType}}</div>
|
4373acf5
wesley88
1
|
143
144
145
|
</el-form-item>
</el-col>
<el-col :span="9">
|
3b97e418
wesley88
1
|
146
147
|
<el-form-item label="身份证号码" prop="idCardNumber">
<div class="duiqi">{{shopMsg.idCardNumber}}</div>
|
4373acf5
wesley88
1
|
148
149
150
|
</el-form-item>
</el-col>
</el-row>
|
3b97e418
wesley88
1
|
151
|
<el-form-item label="身份证照片(正)" prop="idCardFrontImage">
|
4373acf5
wesley88
1
|
152
|
<div style="margin-top: 10px;">
|
3b97e418
wesley88
1
|
153
|
<el-image style="width: 200px;height:200px" :src="$baseURL+shopMsg.idCardFrontImage" fit="contain"></el-image>
|
4373acf5
wesley88
1
|
154
155
|
</div>
</el-form-item>
|
3b97e418
wesley88
1
|
156
|
<el-form-item label="身份证照片(反)" prop="idCardBackImage">
|
4373acf5
wesley88
1
|
157
|
<div style="margin-top: 10px;">
|
3b97e418
wesley88
1
|
158
|
<el-image style="width: 200px;height:200px" :src="$baseURL+shopMsg.idCardBackImage" fit="contain"></el-image>
|
4373acf5
wesley88
1
|
159
160
161
162
163
164
165
|
</div>
</el-form-item>
</el-form>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="资源信息" name="third">
|
d64cd58f
wesley88
上传验收小程序
|
166
|
<div style="margin-top: 30px;" class="editcss">
|
4373acf5
wesley88
1
|
167
168
169
170
171
172
173
174
175
176
|
<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">
|
3b97e418
wesley88
1
|
177
|
<el-form-item label="编号" prop="venueNumber">
|
4373acf5
wesley88
1
|
178
179
180
181
|
<div class="duiqi">{{info.cereBasicInformationShop.venueNumber}}</div>
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
182
183
|
<el-form-item label="商铺类型" prop="shopType">
<div class="duiqi">{{info.cereBasicInformationShop.shopType=='1'?'移动铺位':info.cereBasicInformationShop.shopType=='2'?'固定铺位':'无'}}</div>
|
4373acf5
wesley88
1
|
184
185
186
187
188
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
|
3b97e418
wesley88
1
|
189
190
|
<el-form-item label="测绘面积" prop="surveyingArea">
<div class="duiqi">{{info.cereBasicInformationShop.surveyingArea || '无'}}</div>
|
4373acf5
wesley88
1
|
191
192
193
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
194
195
|
<el-form-item label="产权面积" prop="propertyArea">
<div class="duiqi">{{info.cereBasicInformationShop.propertyArea || '无'}}</div>
|
4373acf5
wesley88
1
|
196
197
198
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
199
200
|
<el-form-item label="实际使用面积" prop="actualUsableArea">
<div class="duiqi">{{info.cereBasicInformationShop.actualUsableArea || '无'}}</div>
|
4373acf5
wesley88
1
|
201
202
203
204
205
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
|
3b97e418
wesley88
1
|
206
207
|
<el-form-item label="所属区域" prop="belongingRegion">
<div class="duiqi">{{info.cereBasicInformationShop.belongingRegion || '无'}}</div>
|
4373acf5
wesley88
1
|
208
209
210
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
211
212
|
<el-form-item label="归属部门" prop="belongingDepartment">
<div class="duiqi">{{info.cereBasicInformationShop.belongingDepartment || '无'}}</div>
|
4373acf5
wesley88
1
|
213
214
215
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
216
217
|
<el-form-item label="负责人" prop="head">
<div class="duiqi">{{info.cereBasicInformationShop.head || '无'}}</div>
|
4373acf5
wesley88
1
|
218
219
220
221
222
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
|
3b97e418
wesley88
1
|
223
224
|
<el-form-item label="联系人" prop="contacts">
<div class="duiqi">{{info.cereBasicInformationShop.contacts || '无'}}</div>
|
4373acf5
wesley88
1
|
225
226
227
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
228
229
|
<el-form-item label="联系方式" prop="telephone">
<div class="duiqi">{{info.cereBasicInformationShop.telephone || '无'}}</div>
|
4373acf5
wesley88
1
|
230
231
232
|
</el-form-item>
</el-col>
<el-col :span="8">
|
4373acf5
wesley88
1
|
233
234
|
</el-col>
</el-row>
|
3b97e418
wesley88
1
|
235
236
237
238
239
240
241
242
243
244
245
|
<el-form-item label="门牌号" prop="houseNumber">
<div class="duiqi">{{info.cereBasicInformationShop.houseNumber || '无'}}</div>
</el-form-item>
<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;">
<newmap :isx="false" :message="info.cereBasicInformationShop.mapPunctuation"></newmap>
</div>
</el-form-item>
|
4373acf5
wesley88
1
|
246
|
<el-form-item label="建筑图纸" prop="architecturalDrawings">
|
3b97e418
wesley88
1
|
247
248
|
<div v-if="info.cereBasicInformationShop.architecturalDrawings">
<img :src="$baseURL+item" alt="" style="width:140px;height:140px;margin-left: 15px;"
|
d64cd58f
wesley88
上传验收小程序
|
249
250
|
v-for="item in info.cereBasicInformationShop.architecturalDrawings.split(',')">
</div>
|
3b97e418
wesley88
1
|
251
|
<div class="duiqi" v-else>无</div>
|
4373acf5
wesley88
1
|
252
253
|
</el-form-item>
<el-form-item label="商铺描述" prop="shopDescription">
|
3b97e418
wesley88
1
|
254
|
<div class="duiqi">{{info.cereBasicInformationShop.shopDescription || '无'}}</div>
|
4373acf5
wesley88
1
|
255
256
|
</el-form-item>
<el-form-item label="展示主图" prop="displayMainImage">
|
3b97e418
wesley88
1
|
257
258
259
260
|
<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($baseURL+info.cereBasicInformationShop.otherImageVideos):''">{{info.cereBasicInformationShop.otherImageVideos?'查看详情':'无'}}</div>
|
4373acf5
wesley88
1
|
261
|
</el-form-item>
|
4373acf5
wesley88
1
|
262
263
|
</el-form>
</div>
|
3b97e418
wesley88
1
|
264
265
|
<div style="padding: 20px;" v-if="info.cereBasicInformationVenue.id">
<el-form :model="info.cereBasicInformationVenue" ref="ruleForm" label-width="140px" class="demo-ruleForm">
|
4373acf5
wesley88
1
|
266
267
|
<el-row :gutter="20">
<el-col :span="8">
|
3b97e418
wesley88
1
|
268
269
|
<el-form-item label="场地名称" prop="venueName">
<div class="duiqi">{{info.cereBasicInformationVenue.venueName || '无'}}</div>
|
4373acf5
wesley88
1
|
270
271
272
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
273
274
|
<el-form-item label="场地类型" prop="venueType">
<div class="duiqi">{{info.cereBasicInformationVenue.venueType || '无'}}</div>
|
4373acf5
wesley88
1
|
275
276
277
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
278
279
|
<el-form-item label="实际使用面积" prop="actualArea">
<div class="duiqi">{{info.cereBasicInformationVenue.actualArea || '无'}}</div>
|
4373acf5
wesley88
1
|
280
281
282
283
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
|
4373acf5
wesley88
1
|
284
|
<el-col :span="8">
|
3b97e418
wesley88
1
|
285
286
|
<el-form-item label="所属区域" prop="district">
<div class="duiqi">{{info.cereBasicInformationVenue.district || '无'}}</div>
|
4373acf5
wesley88
1
|
287
288
289
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
290
291
|
<el-form-item label="归属部门" prop="department">
<div class="duiqi">{{info.cereBasicInformationVenue.department || '无'}}</div>
|
4373acf5
wesley88
1
|
292
293
294
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
295
296
|
<el-form-item label="负责人" prop="responsiblePerson">
<div class="duiqi">{{info.cereBasicInformationVenue.belongingParkTrail || '无'}}</div>
|
4373acf5
wesley88
1
|
297
298
299
300
301
|
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="8">
|
3b97e418
wesley88
1
|
302
303
|
<el-form-item label="联系人" prop="contact">
<div class="duiqi">{{info.cereBasicInformationVenue.contact || '无'}}</div>
|
4373acf5
wesley88
1
|
304
305
306
|
</el-form-item>
</el-col>
<el-col :span="8">
|
3b97e418
wesley88
1
|
307
308
|
<el-form-item label="联系电话" prop="phoneNumber">
<div class="duiqi">{{info.cereBasicInformationVenue.belongingParkTrail || '无'}}</div>
|
4373acf5
wesley88
1
|
309
310
|
</el-form-item>
</el-col>
|
4373acf5
wesley88
1
|
311
|
</el-row>
|
3b97e418
wesley88
1
|
312
313
314
315
316
317
318
319
320
321
322
|
<el-form-item label="详细位置" prop="detailedLocation">
<div class="duiqi">{{info.cereBasicInformationVenue.detailedLocation || '无'}}</div>
</el-form-item>
<el-form-item label="地图标点" prop="mapMarker">
<div style="width: 100%;height: 300px;">
<newmap :isx="false" :message="info.cereBasicInformationVenue.mapMarker"></newmap>
</div>
</el-form-item>
<el-form-item label="场地描述" prop="description">
<div class="duiqi">{{info.cereBasicInformationVenue.description || '无'}}</div>
</el-form-item>
|
d64cd58f
wesley88
上传验收小程序
|
323
|
<el-form-item label="规划图纸" prop="planningDrawing">
|
3b97e418
wesley88
1
|
324
|
<div v-if="info.cereBasicInformationVenue.planningDrawing">
|
d64cd58f
wesley88
上传验收小程序
|
325
326
327
|
<img :src="$baseURL+item" alt="" style="width:140px;height:140px;"
v-for="item in info.cereBasicInformationVenue.planningDrawing.split(',')">
</div>
|
3b97e418
wesley88
1
|
328
|
<div class="duiqi" v-else>无</div>
|
d64cd58f
wesley88
上传验收小程序
|
329
|
</el-form-item>
|
d64cd58f
wesley88
上传验收小程序
|
330
|
<el-form-item label="展示主图" prop="displayImage">
|
3b97e418
wesley88
1
|
331
|
<div >
|
d64cd58f
wesley88
上传验收小程序
|
332
333
334
|
<img :src="$baseURL+item" alt="" style="width:140px;height:140px;"
v-for="item in info.cereBasicInformationVenue.displayImage.split(',')">
</div>
|
d64cd58f
wesley88
上传验收小程序
|
335
|
</el-form-item>
|
3b97e418
wesley88
1
|
336
337
338
|
<el-form-item label="其他视频" prop="otherImageVideos" >
<div class="duiqi" :class="info.cereBasicInformationVenue.otherImageVideos?'greens':''" @click ="info.cereBasicInformationVenue.otherImageVideos?openfile($baseURL+info.cereBasicInformationVenue.otherImageVideos):''">{{info.cereBasicInformationVenue.otherImageVideos?'查看详情':'无'}}</div>
</el-form-item>
|
4373acf5
wesley88
1
|
339
340
341
342
343
344
|
</el-form>
</div>
</div>
</el-tab-pane>
</el-tabs>
</div>
|
9d8bcb26
wesley88
2
|
345
|
<!-- v-if='info.auditStatus == 1' -->
|
3b97e418
wesley88
1
|
346
347
|
<div v-if="info.auditStatus == 1 && issp == '2'">
<!-- <div style="padding-left: 130px;margin: 25px 0;">
|
9d8bcb26
wesley88
2
|
348
349
|
<el-radio v-model="radio" label="2">同意</el-radio>
<el-radio v-model="radio" label="3">拒绝</el-radio>
|
3b97e418
wesley88
1
|
350
351
352
353
354
355
356
|
</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>
|
9d8bcb26
wesley88
2
|
357
|
</el-form-item>
|
3b97e418
wesley88
1
|
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
|
<el-form-item label="审核意见">
<el-input maxlength="200" show-word-limit rows="4" v-model="info.reviewComments" placeholder="请输入审核意见"
type="textarea" />
</el-form-item>
</el-form>
</div>
</div>
<div v-if="info.auditStatus == '2' || info.auditStatus == '3'">
<TitleWithCircle title="审核结果"/>
<div style="padding: 20px;">
<el-form :model="info" label-width="100px" class="demo-ruleForm">
<el-form-item label="状态">
<div class="duiqi">{{info.auditStatus=='2'?'已通过':info.auditStatus=='3'?'不通过':'无'}}</div>
</el-form-item>
<el-form-item label="审核意见">
<div class="duiqi">{{info.reviewComments || '无'}}</div>
</el-form-item>
</el-form>
</div>
|
9d8bcb26
wesley88
2
|
377
|
</div>
|
4373acf5
wesley88
1
|
378
|
<div>
|
3b97e418
wesley88
1
|
379
|
<el-button v-if="info.auditStatus == 1 && issp == '2'" @click="minSev"
|
d64cd58f
wesley88
上传验收小程序
|
380
|
style="background-color: #3F9B6A;color: #fff;">确定</el-button>
|
4373acf5
wesley88
1
|
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
|
<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";
|
9d8bcb26
wesley88
2
|
397
|
import {
|
3b97e418
wesley88
1
|
398
399
400
|
cerePlatformMerchant
} from '@/api/newly.js'
import {
|
9d8bcb26
wesley88
2
|
401
|
msgedit,
|
d64cd58f
wesley88
上传验收小程序
|
402
|
|
9d8bcb26
wesley88
2
|
403
|
} from '@/api/cereBusinessInfo'
|
3b97e418
wesley88
1
|
404
|
import newmap from "@/components/newmap/index";
|
4373acf5
wesley88
1
|
405
406
407
|
export default {
components: {
TitleWithCircle,
|
3b97e418
wesley88
1
|
408
409
|
MapXian,
newmap
|
4373acf5
wesley88
1
|
410
411
412
413
414
415
416
417
|
},
props: {
info: {
type: Object,
default: function() {
return {}; // 返回一个空数组作为默认值
},
},
|
3b97e418
wesley88
1
|
418
419
420
421
422
423
|
issp: {
type: String,
default: function() {
return '1';
},
},
|
4373acf5
wesley88
1
|
424
425
426
|
},
data() {
return {
|
d64cd58f
wesley88
上传验收小程序
|
427
428
429
430
|
radio: '2',
ontype: '线上广告位',
url: '',
type: '1',
|
4373acf5
wesley88
1
|
431
432
433
434
435
436
437
|
tableData: [],
xiangTab: 'first',
siteIds: [],
list: [],
advIds: [],
shopIds: [],
shop: {},
|
d64cd58f
wesley88
上传验收小程序
|
438
439
|
newshop: {},
newinfo: {},
|
3b97e418
wesley88
1
|
440
441
442
443
444
445
446
447
|
parentMessage: {},
pagequery: {
pageNumber: 0,
pageSize: 10,
checkState:'2',
phone: '',
},
shopMsg:{}
|
4373acf5
wesley88
1
|
448
449
450
451
|
}
},
created() {
console.log(this.info)
|
3b97e418
wesley88
1
|
452
453
454
455
|
this.pagequery.phone = this.info.applicant
cerePlatformMerchant(this.pagequery).then(res=>{
this.shopMsg = res.data.content[0]
})
|
d64cd58f
wesley88
上传验收小程序
|
456
|
if (this.info.cereAdvertisingInformation) {
|
4373acf5
wesley88
1
|
457
458
459
460
461
462
463
|
this.ontype = this.info.cereAdvertisingInformation.advertisingType
}
},
computed: {
},
methods: {
|
d64cd58f
wesley88
上传验收小程序
|
464
|
minSev() {
|
9d8bcb26
wesley88
2
|
465
466
|
console.error(this.info)
console.error(this.radio)
|
d64cd58f
wesley88
上传验收小程序
|
467
468
469
470
471
472
|
msgedit({
id: this.info.id,
'auditStatus': this.radio,
reviewComments: this.info.reviewComments
}).then(res => {
|
9d8bcb26
wesley88
2
|
473
474
475
476
477
478
|
console.error(res)
if (res.code == 200) {
this.$message({
message: '处理成功',
type: 'success'
})
|
d64cd58f
wesley88
上传验收小程序
|
479
|
this.info.auditStatus = this.radio
|
9d8bcb26
wesley88
2
|
480
481
482
483
484
485
486
487
|
} else {
this.$message({
message: '处理失败',
type: 'error'
})
}
})
},
|
4373acf5
wesley88
1
|
488
489
|
openfile(e) {
if (e) {
|
9b392fc6
wesley88
1
|
490
|
const fullUrl = this.$baseURL + e;
|
4373acf5
wesley88
1
|
491
492
493
494
495
496
497
498
499
|
try {
window.open(fullUrl, '_blank'); // 在新标签页中打开文件
} catch (error) {
console.error('打开文件失败:', error);
}
} else {
console.error('无文件可查看');
}
},
|
d64cd58f
wesley88
上传验收小程序
|
500
501
502
|
changetype() {
this.xiangTab = 'first'
if (this.type == '1') {
|
4373acf5
wesley88
1
|
503
|
this.$emit('removeonaction', '1')
|
d64cd58f
wesley88
上传验收小程序
|
504
|
} else {
|
4373acf5
wesley88
1
|
505
506
507
508
509
510
511
|
this.type = '1'
}
},
open(row) {
console.error(row)
this.type = '2'
this.newinfo = row
|
d64cd58f
wesley88
上传验收小程序
|
512
513
514
|
businessListGetById({
shopId: row.relatedMerchants
}).then(res => {
|
4373acf5
wesley88
1
|
515
516
517
518
519
520
521
522
523
524
525
526
527
528
|
console.log(res)
this.newshop = res.data
})
},
closeFn() {
this.$emit('change', false);
},
}
}
</script>
<style>
.el-form-item__label {
color: #a2a2a2;
}
|
d64cd58f
wesley88
上传验收小程序
|
529
|
|
4373acf5
wesley88
1
|
530
531
532
533
|
.greens {
color: #3F9B6A;
}
</style>
|