Blame view

yanshouban/src/views/detect/admap.vue 113 KB
6ee6b0b7   杨鑫   '最新'
1
2
  <template>
    <div style="background-color:#f7f7f7;padding:10px 10px;">
ab818baa   杨鑫   '1'
3
      <div class="zhuti" v-if="showAdd == false && showBian == false">
6ee6b0b7   杨鑫   '最新'
4
5
6
7
8
9
10
11
        <div style="height:58px;line-height:58px;">
          <div style="color:#0006"> <span>招商资源监测</span> <span style="padding:0 5px;">></span> <span
              style="color:#000000e6">招商资源地图</span></div>
        </div>
        <div>
          <!-- 搜索 -->
  
          <div class="formSearch">
ab818baa   杨鑫   '1'
12
            <el-form :inline="true">
6ee6b0b7   杨鑫   '最新'
13
              <el-form-item label="资源名称" prop="Name">
ab818baa   杨鑫   '1'
14
                <el-input placeholder="请输入" v-model="formSel.Name" style="width: 168px;margin-right: 15px" />
6ee6b0b7   杨鑫   '最新'
15
              </el-form-item>
ab818baa   杨鑫   '1'
16
17
18
              <!-- <el-form-item label="资源编号" prop="Number">
                <el-input placeholder="请输入" v-model="formSel.Number" style="width: 168px;margin-right: 15px" />
              </el-form-item> -->
6ee6b0b7   杨鑫   '最新'
19
              <el-form-item label="所属区域" prop="Region">
ab818baa   杨鑫   '1'
20
                <el-select v-model="formSel.Region" placeholder="请选择" style="width: 168px;margin-right: 15px">
6ee6b0b7   杨鑫   '最新'
21
22
23
24
25
26
27
28
29
30
31
                  <el-option label="成华区" value="成华区"></el-option>
                  <el-option label="武侯区" value="武侯区"></el-option>
                  <el-option label="锦江区" value="锦江区"></el-option>
                  <el-option label="青羊区" value="青羊区"></el-option>
                  <el-option label="金牛区" value="金牛区"></el-option>
                  <el-option label="双流区" value="双流区"></el-option>
                  <el-option label="郫都区" value="郫都区"></el-option>
                  <el-option label="龙泉驿区" value="龙泉驿区"></el-option>
                  <el-option label="温江区" value="温江区"></el-option>
                </el-select>
              </el-form-item>
6ee6b0b7   杨鑫   '最新'
32
33
              <el-form-item label="归属部门" prop="belongingDepartment">
                <el-input placeholder="请输入" v-model="formSel.belongingDepartment"
ab818baa   杨鑫   '1'
34
                  style="width: 168px;margin-right: 15px" />
6ee6b0b7   杨鑫   '最新'
35
36
  
              </el-form-item>
8550d958   杨鑫   '最新'
37
38
39
40
41
42
43
44
              <el-form-item label="经营类型" prop="head">
  
              <el-select v-model="formSel.head" placeholder="请选择" style="width: 168px;margin-right: 15px">
                <el-option label="测试" value="测试"></el-option>
                <el-option label="类型1" value="类型1"></el-option>
  
              </el-select>
              </el-form-item>
6ee6b0b7   杨鑫   '最新'
45
46
            </el-form>
            <div style="width:18%">
ab818baa   杨鑫   '1'
47
              <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff;padding:8px 15px;">查询
6ee6b0b7   杨鑫   '最新'
48
              </el-button>
ab818baa   杨鑫   '1'
49
50
              <el-button @click="resetting" class="buttonHover"
                style="color: #000;border: 1px solid #DBDBDB;background-color: #fff;">重置
6ee6b0b7   杨鑫   '最新'
51
52
53
              </el-button>
            </div>
          </div>
cc312afb   杨鑫   '最新'
54
55
          <div style="margin-bottom: 20px;display:flex;">
            <el-button @click="addbuss"
ab818baa   杨鑫   '1'
56
              style="background-color: #3F9B6A;color: #fff;padding:8px 15px;"
8550d958   杨鑫   '最新'
57
              icon="el-icon-circle-plus-outline">新增</el-button>
29cad55a   杨鑫   '验收'
58
          <!-- <el-upload class="upload-demo" ref="upload"
cc312afb   杨鑫   '最新'
59
60
61
62
63
64
65
                            :limit="1"
                            accept=".xlsx"
                            :action="uploadFileUrl"
                            :on-success="daoru"
                            :file-list="daoData"
                             :auto-upload="true"
                             :show-file-list="false">
a5801e96   杨鑫   '最新'
66
                            <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;margin-left:15px;"  class="buttonHover">导入</el-button>
29cad55a   杨鑫   '验收'
67
                          </el-upload> -->
8550d958   杨鑫   '最新'
68
              </div>
6ee6b0b7   杨鑫   '最新'
69
70
          <!-- 地图 -->
          <div style="display: flex;justify-content: space-between;margin-bottom: 20px;">
ab818baa   杨鑫   '1'
71
            <div style="width: 100%;height: 400px; border: 1px solid #3F9B6A;position: relative;">
6ee6b0b7   杨鑫   '最新'
72
  
ab818baa   杨鑫   '1'
73
74
75
              <map-container :message="parentMessage" @MapItem='HandMapItem' ref="mapComponent"></map-container>
            </div>
            <!-- <div style="padding: 5px 0;width: 22%;font-size: 12px;">
6ee6b0b7   杨鑫   '最新'
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
               <div>已检索到{{listof.length}}个招商资源</div>
               <div style="display: flex;margin-top: 10px;">
                 <div style="padding: 5px 10px;background-color: #4F7AFF;margin-right: 5px;color: #fff;">已租</div> <span style="margin-right: 15px;line-height: 200%;">{{pendingCount}}个</span>
                 <div style="padding: 5px 10px;background-color: #F59A23;margin-right: 5px;color: #fff;">待租</div> <span style="line-height: 200%;">{{rentedCount}}个</span>
               </div>
                <el-table
                   :data="listof"
                   style="width: 100%;margin-top: 10px;"
                   :show-header="false"
                    border
                   max-height="335">
                   <el-table-column
                     fixed
                     prop="id"
                     min-width="15%">
                   </el-table-column>
                   <el-table-column
  
                       min-width="70%">
                       <template slot-scope="scope">
                           <div style="text-decoration: underline;">
                               {{
                                 activeName === 'first'
                                   ? `${scope.row.belongingDepartment}/${scope.row.belongingRegion}/${scope.row.shopName}`
                                   : activeName === 'second'
                                   ? scope.row.detailedLocation
                                   : ''
                               }}
                           </div>
                       </template>
                   </el-table-column>
                   <el-table-column
                     prop="rentalStatus"
                      min-width="15%">
                     <template slot-scope="scope">
                         <div :class="scope.row.rentalStatus == '0'?'daizu':'yizu'"></div>
                     </template>
                   </el-table-column>
  
  
                 </el-table>
             </div> -->
          </div>
          <!-- 表格 -->
          <div style="position: relative;">
ab818baa   杨鑫   '1'
121
122
123
124
125
126
127
128
129
130
            <el-tabs v-model="activeName" @tab-click="handleClick(activeName)">
              <el-tab-pane label="商铺" name="first">
                <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}">
  
                  <el-table-column label="序号" min-width="100">
                    <template slot-scope="scope">
                      {{scope.$index +1}}
                    </template>
                  </el-table-column>
ab818baa   杨鑫   '1'
131
132
133
134
135
136
137
138
139
                  <el-table-column label="商铺名称" prop="shopName" min-width="150">
  
                  </el-table-column>
                  <el-table-column label="所属区域" prop="belongingRegion" min-width="150">
                  </el-table-column>
                  <el-table-column label="建筑形式" prop="architecturalForm" min-width="150">
                  </el-table-column>
                  <el-table-column prop="detailedLocation" label="详细地址" min-width="300">
                  </el-table-column>
29cad55a   杨鑫   '验收'
140
              <!--    <el-table-column label="商户名称" prop="commercialTenantName" min-width="150">
cc312afb   杨鑫   '最新'
141
                  </el-table-column>
a5801e96   杨鑫   '最新'
142
                  <el-table-column label="商户电话" prop="commercialTenantPhone" min-width="150">
29cad55a   杨鑫   '验收'
143
                  </el-table-column> -->
ab818baa   杨鑫   '1'
144
145
146
147
148
149
                  <el-table-column label="实际使用面积" prop="actualUsableArea" min-width="150">
                  </el-table-column>
                  <el-table-column label="归属部门" prop="belongingDepartment" min-width="150">
                  </el-table-column>
                  <el-table-column label="负责人" prop="head" min-width="120">
                  </el-table-column>
048313b9   杨鑫   '最新'
150
151
                  <!-- <el-table-column label="商铺业态" prop="commercialForm" min-width="120">
                  </el-table-column> -->
ab818baa   杨鑫   '1'
152
153
154
155
156
157
158
159
160
161
                  <el-table-column label="租赁状态" prop="rentalStatus" min-width="120">
                    <template slot-scope="scope">
                      {{scope.row.rentalStatus == 0?'未租':'已租'}}
                    </template>
                  </el-table-column>
                  <el-table-column label="发布状态" prop="publishStatus" min-width="120">
                    <template slot-scope="scope">
                      {{scope.row.publishStatus == 0?'待发布':'已提交'}}
                    </template>
                  </el-table-column>
048313b9   杨鑫   '最新'
162
163
                  <!-- <el-table-column label="租赁到期时间" prop="leaseExpirationDate" min-width="150">
                  </el-table-column> -->
ab818baa   杨鑫   '1'
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
                  <el-table-column label="操作" min-width="200" fixed="right">
                    <template slot-scope="scope">
                      <div @click="handleEditForm(scope.row)" class="tableBtn greens">查看</div>
                      <div class="tableBtn greens" @click="bianjilist(scope.row)">编辑</div>
                      <div class="tableBtn greens" @click="closemsg(scope.row)">删除</div>
                    </template>
                  </el-table-column>
  
                </el-table>
              </el-tab-pane>
              <el-tab-pane label="广告位" name="second">
                <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}">
                  <!-- 广告位 -->
                  <el-table-column label="序号" min-width="100" v-if="activeName == 'second'">
                    <template slot-scope="scope">
                      {{scope.$index +1}}
                    </template>
                  </el-table-column>
                  <el-table-column label="广告位名称" prop="advertisingName" min-width="200" v-if="activeName == 'second'">
                  </el-table-column>
                  <el-table-column label="广告位类型" prop="advertisingType" min-width="150" v-if="activeName == 'second'">
                  </el-table-column>
29cad55a   杨鑫   '验收'
187
          <!--        <el-table-column label="详细地址" prop="detailedLocation" min-width="200" v-if="activeName == 'second'">
ab818baa   杨鑫   '1'
188
189
190
191
192
                  </el-table-column>
                  <el-table-column label="设备类型" prop="deviceType" min-width="150" v-if="activeName == 'second'">
                  </el-table-column>
                  <el-table-column label="设备尺寸" prop="equipmentSize" min-width="200" v-if="activeName == 'second'">
                  </el-table-column>
29cad55a   杨鑫   '验收'
193
  
ab818baa   杨鑫   '1'
194
195
196
                  <el-table-column label="广告尺寸" prop="dimensions" min-width="200" v-if="activeName == 'second'">
                  </el-table-column>
                  <el-table-column label="广告材质" prop="advertisingMaterial" min-width="150" v-if="activeName == 'second'">
29cad55a   杨鑫   '验收'
197
                  </el-table-column> -->
b12ba7ef   杨鑫   '最新'
198
199
                  <!-- <el-table-column prop="createUser" label="创建人" min-width="120" v-if="activeName == 'second'">
                  </el-table-column> -->
ab818baa   杨鑫   '1'
200
201
202
203
204
205
206
207
208
209
                  <el-table-column prop="rentalStatus" label="租赁状态" min-width="120" v-if="activeName == 'second'">
                    <template slot-scope="scope">
                      {{scope.row.rentalStatus == 0?'未租':'已租'}}
                    </template>
                  </el-table-column>
                  <el-table-column prop="publishStatus" label="发布状态" min-width="120" v-if="activeName == 'second'">
                    <template slot-scope="scope">
                      {{scope.row.publishStatus == 0?'待发布':'已提交'}}
                    </template>
                  </el-table-column>
048313b9   杨鑫   '最新'
210
                  <!-- <el-table-column prop="leaseExpirationDate" label="租赁到期时间" min-width="200"
ab818baa   杨鑫   '1'
211
                    v-if="activeName == 'second'">
048313b9   杨鑫   '最新'
212
                  </el-table-column> -->
ab818baa   杨鑫   '1'
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
                  <el-table-column label="操作" min-width="200" v-if="activeName == 'second'" fixed="right">
                    <template slot-scope="scope">
                      <div @click="handleEditForm(scope.row)" class="tableBtn greens">查看</div>
                      <div class="tableBtn greens" @click="bianjilist(scope.row)">编辑</div>
                      <div class="tableBtn greens" @click="closemsg(scope.row)">删除</div>
                    </template>
                  </el-table-column>
  
                </el-table>
  
              </el-tab-pane>
              <el-tab-pane label="场地" name="third">
                <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}">
                  <!-- 场地 -->
                  <el-table-column label="序号" min-width="6%" v-if="activeName == 'third'">
                    <template slot-scope="scope">
                      {{scope.$index +1}}
                    </template>
                  </el-table-column>
ab818baa   杨鑫   '1'
233
234
235
236
                  <el-table-column label="场地名称" min-width="6%" prop="venueName" v-if="activeName == 'third'">
                  </el-table-column>
                  <el-table-column label="实际使用面积" min-width="6%" prop="actualArea" v-if="activeName == 'third'">
                  </el-table-column>
29cad55a   杨鑫   '验收'
237
  
ab818baa   杨鑫   '1'
238
239
240
241
242
243
244
                  <el-table-column label="场地类型" min-width="6%" prop="venueType" v-if="activeName == 'third'">
                  </el-table-column>
                  <el-table-column label="所属区域" min-width="6%" prop="district" v-if="activeName == 'third'">
                  </el-table-column>
                  <el-table-column label="详细位置" min-width="6%" prop="detailedLocation" v-if="activeName == 'third'">
                  </el-table-column>
                  <el-table-column label="租赁状态" min-width="6%" v-if="activeName == 'third'">
9683c4af   杨鑫   '最新'
245
246
247
248
                    <template slot-scope="scope">
                      {{scope.row.rentalStatus == 0?'未租':'已租'}}
                    </template>
  
ab818baa   杨鑫   '1'
249
250
                  </el-table-column>
                  <el-table-column label="发布状态" min-width="6%" v-if="activeName == 'third'">
9683c4af   杨鑫   '最新'
251
252
253
                    <template slot-scope="scope">
                      {{scope.row.publishStatus == 0?'待发布':'已提交'}}
                    </template>
ab818baa   杨鑫   '1'
254
255
256
257
258
259
260
261
262
263
264
265
                  </el-table-column>
                  <el-table-column label="操作" width="auto" min-width="10%" v-if="activeName == 'third'">
                    <template slot-scope="scope" fixed="right">
                      <div @click="handleEditForm(scope.row)" class="tableBtn greens">查看</div>
                      <div class="tableBtn greens" @click="bianjilist(scope.row)">编辑</div>
                      <div class="tableBtn greens" @click="closemsg(scope.row)">删除</div>
                    </template>
                  </el-table-column>
  
                </el-table>
  
              </el-tab-pane>
ab818baa   杨鑫   '1'
266
  
ab818baa   杨鑫   '1'
267
              <!-- <el-tab-pane label="临铺" name="fourth">
6ee6b0b7   杨鑫   '最新'
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
                  <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
                    :header-cell-style="{fontSize: '12px', backgroundColor: '#FAFAFA',color:'#000',fontWeight: 'normal'}"
                   >
                       <el-table-column label="编号" min-width="6%" prop="id" v-if="activeName == 'second'">
                       </el-table-column>
                       <el-table-column label="操作" width="auto" min-width="10%" v-if="activeName == 'second'">
                         <template slot-scope="scope">
                           <div @click="handleEditForm(scope.row)" class="tableBtn greens">查看</div>
                           <div class="tableBtn greens" @click="bianjilist(scope.row)">编辑</div>
                           <div class="tableBtn greens" @click="closemsg(scope.row)" >删除</div>
                         </template>
                       </el-table-column>
                  <div class="fenye">
                    <div style="line-height: 34px">显示第1到第10条记录</div>
                    <el-pagination class="pagination" :hide-on-single-page="flag" background small :current-page="currentPage"
                      :page-sizes="[10, 20, 50, 100]" :page-size="pageSize" layout="total,sizes,prev, pager,next" :total="total "
                      @size-change="handleSizeChange" @current-change="handleCurrentChange" />
                  </div>
                       </el-table>
                </el-tab-pane> -->
ab818baa   杨鑫   '1'
288
            </el-tabs>
9683c4af   杨鑫   '最新'
289
  <div class="fenye">
6ee6b0b7   杨鑫   '最新'
290
  
9683c4af   杨鑫   '最新'
291
292
293
294
                                <el-pagination class="pagination" :hide-on-single-page="flag" background
                                  :current-page="currentPage" layout="total,prev, pager,next"
                                  :total="total"  @current-change="handleCurrentChange" />
                              </div>
6ee6b0b7   杨鑫   '最新'
295
296
297
298
299
          </div>
        </div>
      </div>
      <!-- 详情············································· -->
  
ab818baa   杨鑫   '1'
300
301
302
303
304
305
306
307
308
309
310
      <el-dialog :visible.sync="detbox" custom-class='dialog_css' style="padding: 0;" width="85%" center
        :close-on-click-modal="false" class="dialog_css_Xq" :show-close="false">
        <div
          style="background-color: #FAFAFA;border:1px solid #EAEAEA;height: 42px;width: 100%;margin-bottom: 20px;padding: 0 20px;line-height: 42px;">
          详情
        </div>
        <div style="padding: 0 20px;">
          <el-tabs v-model="xiangTabs">
            <el-tab-pane label="基本信息" name="first">
              <div style="display: flex;justify-content: space-between;font-size: 14px;margin-bottom: 20px;">
                <div>基本信息</div>
6ee6b0b7   杨鑫   '最新'
311
                <div
ab818baa   杨鑫   '1'
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
                  style="background-color: #3678D8; color: #fff;padding: 5px;border-radius: 5px;width: 100px;text-align:center;">
                  业态变更信息</div>
              </div>
              <el-row style="border: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">所属区域</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.region}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">建筑形式</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.jzxs}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">实际使用面积</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.sjsymj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row style="border-right: 1px solid #EBEEF5;border-left: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">场地编号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.resourceNumber}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">归属部门</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.gsbm}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">主要设施</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.zyss}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row style="border: 1px solid #EBEEF5;height: 42px; margin-bottom: 20px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">负责人</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.fzr}}</div>
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">业态类型</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.fzr}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;"></span>
                      </div>
                      <div style="height: 42px;line-height: 42px;"></div>
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <div class="" style="margin-bottom: 20px;">
                <div style="margin-bottom: 10px;">建筑图纸</div>
                <div><img :src="secondData.zszt" alt="" style="height: 120px;width:180px" /></div>
              </div>
              <div style="margin-bottom: 20px;">
                <div style="margin-bottom: 10px;">其他展示图片/视频</div>
                <div style="display: flex;"><img src="../../assets/images/empty.png" alt=""
                    style="height: 120px;margin-right: 20px;" />
                  <img src="../../assets/images/empty.png" alt="" style="height: 120px;" />
6ee6b0b7   杨鑫   '最新'
436
                </div>
ab818baa   杨鑫   '1'
437
438
439
440
441
442
              </div>
            </el-tab-pane>
            <el-tab-pane label="租赁信息" name="second">
              <div style="display: flex;justify-content: space-between;font-size: 14px;margin-bottom: 20px;">
                <div>租赁信息</div>
                <!-- <div
6ee6b0b7   杨鑫   '最新'
443
444
                      style="background-color: #3678D8; color: #fff;padding: 5px;border-radius: 5px;width: 100px;text-align:center;">
                      历史租赁信息</div> -->
ab818baa   杨鑫   '1'
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
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
              </div>
              <el-row style="border: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">出租情况</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.czqk}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">租赁人</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.zlr}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">联系电话</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.telephone}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row style="border-right: 1px solid #EBEEF5;border-left: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">租赁主体</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.zlzt}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">主体名称</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.ztmc}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">法人</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.fr}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row style="border: 1px solid #EBEEF5;height: 42px; margin-bottom: 20px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">租期</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.zq}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">租金</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.zj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;"></span>
                      </div>
                      <div style="height: 42px;line-height: 42px;"></div>
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
  
              <div style="font-size: 14px;margin-bottom: 20px;">
                <div>合同信息</div>
              </div>
              <el-row style="border: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同编号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.htbh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">标段号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.bdh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同名称</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.htmc}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同金额</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.htje}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">保证金</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.bzj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同签订日期</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.htqdrq}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同终止日期</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.htzzrq}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">起租日期</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.qzrq}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">出租人名称</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.czrmc}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">联系电话</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.telephone}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">银行账号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.yhzh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">承租人名称</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.tenantName}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">承租人联系电话</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.czrlxdh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">承租人银行账号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.czryhzh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">商铺编号</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.spbh}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">商铺名称</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.spmc}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">商铺地址</span>
                      </div>
                      <div
                        style="height: 42px;line-height: 42px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
                        {{secondData.spdz}}
                      </div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">商铺面积</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.spmj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;margin-bottom: 20px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">商铺业态</span>
                      </div>
a5801e96   杨鑫   '最新'
808
                      <div style="height: 42px;line-height: 42px;">{{secondData.commercialForm}}</div>
ab818baa   杨鑫   '1'
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">经营项目</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.jyxm}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">合同附件</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;text-decoration: underline;">{{secondData.htfj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
            </el-tab-pane>
            <el-tab-pane label="经营情况" name="there">
              <div style="display: flex;justify-content: space-between;font-size: 14px;margin-bottom: 20px;">
                <div>经营情况</div>
              </div>
              <el-row
                style="border-top: 1px solid #EBEEF5;height: 42px;border-left: 1px solid #EBEEF5;border-right: 1px solid #EBEEF5;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 125px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">线下销售统计时间</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.xxtjsj}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 125px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">线下销售总金额</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.xxzje}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8">
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 125px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">在线商城统计时间</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.xstjsj}}</div>
  
                    </el-form-item>
                  </el-form>
  
                </el-col>
                <el-col :span="8" style="border: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 125px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">在线商城销售总金额 </span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.xszje}}</div>
  
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8">
                </el-col>
              </el-row>
  
              <!-- 图表 -->
              <div style="width: 100%;">
                <div style="display: flex;justify-content: space-between;font-size: 14px;margin-bottom: 20px;">
                  <div>经营分析报表</div>
                </div>
                <div style="display: flex;margin-bottom: 20px;">
                  <div style="border: #EBEEF5 1px solid; margin-right: 20px; width: 45%;">
                    <div style="border-bottom: #EBEEF5 1px solid;background-color: #F7F7F7;padding: 10px 15px;">销售额趋势图
                    </div>
                    <!--    折线图-->
  
                    <div ref="container" style="width: 600px; height: 400px;"></div>
  
6ee6b0b7   杨鑫   '最新'
913
                  </div>
ab818baa   杨鑫   '1'
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
                  <div style="border: #EBEEF5 1px solid; width: 45%;">
                    <div style="border-bottom: #EBEEF5 1px solid;background-color: #F7F7F7;padding: 10px 15px;">销售额增长率图表
                    </div>
                    <!-- 漏斗图 -->
                    <div ref="container1" style="width: 600px; height: 400px;"></div>
                  </div>
                </div>
              </div>
            </el-tab-pane>
            <el-tab-pane label="物业维护记录" name="four">
              <div style="display: flex;justify-content: space-between;font-size: 14px;margin-bottom: 20px;">
                <div>物业维护记录</div>
              </div>
  
              <el-row
                style="border-left: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;border-bottom: 1px solid #EBEEF5;height: 42px;margin-bottom: 30px;">
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">维护时间</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.whsj}}</div>
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">维护项目</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.whxm}}</div>
                    </el-form-item>
                  </el-form>
                </el-col>
                <el-col :span="8" style="border-right: 1px solid #EBEEF5;">
                  <el-form size="small" :inline="true">
                    <el-form-item prop="name">
                      <div slot="label"
                        style="text-align:left;border-right: 1px solid #EBEEF5;height: 42px;line-height: 42px;width: 119px;padding-left:10px;background-color:#FAFAFA">
                        <span style="font-size: 14px;color: #000;">维护内容</span>
                      </div>
                      <div style="height: 42px;line-height: 42px;">{{secondData.whnr}}</div>
                    </el-form-item>
                  </el-form>
                </el-col>
              </el-row>
            </el-tab-pane>
          </el-tabs>
  
          <div style="margin-top: 50px;width: 99%;padding:10px;display:flex;justify-content: flex-end;">
            <el-button class="buttonHover" style="color: #000;border: 1px solid #DBDBDB;background-color: #fff;"
              @click="closeFn(1)">取消</el-button>
            <!-- <el-button    @click="closemsg"
                      style="background-color: #fff;color: #000;">删除</el-button> -->
            <!--    <el-button @click=""
                      style="background-color: #3F9B6A;color: #fff;">编辑</el-button>
                    <el-button
                      style="background-color: #3F9B6A;color: #fff;">确定</el-button> -->
  
  
          </div>
        </div>
      </el-dialog>
  
      <addziyuan :showAdd="showAdd" @childClose='childClose' v-if="showAdd"></addziyuan>
  
      <!-- 查看 -->
      <div class="zhuti" v-if='showBian'>
        <div style="height:58px;line-height:58px;">
          <div style="color:#0006"> <span>招商资源地图</span> <span style="padding:0 5px;">></span> <span
              style="color:#000000e6">{{edit?'查看':'编辑'}}</span></div>
        </div>
        <el-tabs v-model="chakanTab">
          <el-tab-pane label="基础信息" name="first">
            <div style="margin-top: 30px;" class="editcss">
              <div class="titles">
                基础信息
              </div>
              <div style="padding: 20px;" v-if="restype == '商铺'">
                <el-form :model="editbgid" :rules="rules" ref="Addrule" label-width="140px" class="demo-ruleForm">
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="商铺名称" prop="shopName">
                        <div v-if="edit" class="duiqi">{{editbgid.shopName}}</div>
                        <el-input v-model="editbgid.shopName" placeholder="请输入" style="margin-top: 5px;" maxlength="50"
                          v-else></el-input>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1005
                    </el-col>
ab818baa   杨鑫   '1'
1006
1007
1008
1009
                    <el-col :span="12">
                      <el-form-item label="场地编号" prop="venueNumber">
                        <div class="duiqi">{{editbgid.venueNumber}}</div>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1010
                    </el-col>
ab818baa   杨鑫   '1'
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="门牌号" prop="houseNumber">
                        <div v-if="edit" class="duiqi">{{editbgid.houseNumber}}</div>
                        <el-input v-model="editbgid.houseNumber" placeholder="请输入" style="margin-top: 5px;" maxlength="50"
                          v-else></el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="建筑形式" prop="architecturalForm">
                        <div v-if="edit" class="duiqi">{{editbgid.architecturalForm}}</div>
                        <el-select v-model="editbgid.architecturalForm" placeholder="请选择"
                          style="margin-top:5px;width: 100%;" v-else>
                          <el-option label="框剪结构" value="框剪结构"></el-option>
                          <el-option label="区域二" value="区域二"></el-option>
                        </el-select>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1029
1030
                    </el-col>
                  </el-row>
ab818baa   杨鑫   '1'
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="所属绿道段" prop="belongingGreenwaySection">
                        <div v-if="edit" class="duiqi">{{editbgid.belongingGreenwaySection}}</div>
                        <el-select v-model="editbgid.belongingGreenwaySection" placeholder="请选择"
                          style="margin-top:5px;width: 100%;" @change="lvdaoBian" v-else>
                          <el-option :label="item.name" :value="item.code" v-for="(item,index) in lvdaoList"
                            :key="index"></el-option>
  
                        </el-select>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1042
                    </el-col>
ab818baa   杨鑫   '1'
1043
1044
1045
1046
1047
1048
1049
1050
1051
                    <el-col :span="12">
                      <el-form-item label="所属公园/步道" prop="belongingParkTrail">
                        <div v-if="edit" class="duiqi">{{editbgid.belongingParkTrail}}</div>
                        <el-select v-model="editbgid.belongingParkTrail" placeholder="请选择"
                          style="margin-top:5px;width: 100%;" v-else>
                          <el-option :label="item.name" :value="item.code" v-for="(item,index) in biangongyuanList"
                            :key="index"></el-option>
                        </el-select>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1052
                    </el-col>
ab818baa   杨鑫   '1'
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="建筑面积" prop="floorSpace">
                        <div v-if="edit" class="duiqi">{{editbgid.floorSpace}}</div>
                        <el-input v-model="editbgid.floorSpace" placeholder="请输入" style="margin-top:5px;" v-else>
                          <template slot="append">M<sup>2</sup></template>
                        </el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="实际使用面积" prop="actualUsableArea">
                        <div v-if="edit" class="duiqi">{{editbgid.actualUsableArea}}</div>
                        <el-input v-model="editbgid.actualUsableArea" placeholder="请输入" style="margin-top:5px;"
                          v-else>
                          <template slot="append">M<sup>2</sup></template>
                        </el-input>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1072
1073
                    </el-col>
                  </el-row>
ab818baa   杨鑫   '1'
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="所属区域" prop="belongingRegion">
                        <div v-if="edit" class="duiqi">{{editbgid.belongingRegion}}</div>
                        <el-select v-model="editbgid.belongingRegion" placeholder="请选择"
                          style="margin-top:5px;width: 100%;" v-else>
                          <el-option label="成华区" value="成华区"></el-option>
                          <el-option label="武侯区" value="武侯区"></el-option>
                          <el-option label="锦江区" value="锦江区"></el-option>
                          <el-option label="青羊区" value="青羊区"></el-option>
                          <el-option label="金牛区" value="金牛区"></el-option>
                          <el-option label="双流区" value="双流区"></el-option>
                          <el-option label="郫都区" value="郫都区"></el-option>
                          <el-option label="龙泉驿区" value="龙泉驿区"></el-option>
                          <el-option label="温江区" value="温江区"></el-option>
                        </el-select>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="归属部门" prop="belongingDepartment">
                        <div v-if="edit" class="duiqi">{{editbgid.belongingDepartment}}</div>
                        <el-input v-model="editbgid.belongingDepartment" placeholder="请输入" style="margin-top:5px;"
                          v-else />
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1098
                    </el-col>
ab818baa   杨鑫   '1'
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="负责人" prop="head">
                        <div v-if="edit" class="duiqi">{{editbgid.head}}</div>
                        <el-input v-model="editbgid.head" placeholder="请输入" style="margin-top:5px;" maxlength="30" v-else>
                        </el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="详细位置" prop="detailedLocation">
                        <div v-if="edit" class="duiqi">{{editbgid.detailedLocation}}</div>
                        <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" v-else
                          maxlength="100" />
                      </el-form-item>
                    </el-col>
                  </el-row>
a5801e96   杨鑫   '最新'
1117
1118
1119
1120
  <el-row :gutter="20">
                      <el-col :span="12">
                        <el-form-item label="商铺业态" prop="commercialForm">
                          <div v-if="edit" class="duiqi">{{editbgid.commercialForm}}</div>
b12ba7ef   杨鑫   '最新'
1121
                          <el-select v-model="editbgid.commercialForm" placeholder="请选择" style="margin-top:5px;width: 100%;" v-else>
29cad55a   杨鑫   '验收'
1122
1123
1124
1125
                            <el-option label="零售业态" value="零售业态"></el-option>
                            <el-option label="餐饮业态" value="餐饮业态"></el-option>
                            <el-option label="服务业态" value="服务业态"></el-option>
                            <el-option label="娱乐业态" value="娱乐业态"></el-option>
a5801e96   杨鑫   '最新'
1126
1127
1128
1129
1130
                            <el-option label="商超" value="商超"></el-option>
                          </el-select>
                          </el-input>
                        </el-form-item>
                      </el-col>
ab818baa   杨鑫   '1'
1131
  
a5801e96   杨鑫   '最新'
1132
                    </el-row>
ab818baa   杨鑫   '1'
1133
1134
1135
1136
1137
                  <el-row :gutter="20">
                    <el-col :span="24">
                      <el-form-item label="地图标点" prop="mapPunctuation">
                        <div style="width: 100%;height: 300px;">
                          <MapXian :message="shopMessage" :edit='edit' :sendMap='getChildDate'></MapXian>
6ee6b0b7   杨鑫   '最新'
1138
                        </div>
ab818baa   杨鑫   '1'
1139
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1140
                    </el-col>
ab818baa   杨鑫   '1'
1141
1142
1143
1144
1145
1146
1147
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="建筑图纸" prop="architecturalDrawings">
                        <upimg v-model="editbgid.architecturalDrawings" :limit="5" :fileSize="1" v-if="edit==false"></upimg>
                        <div v-else>
                            <img :src="item" alt="" style="width:140px;height:140px;" v-for="item in editbgid.architecturalDrawings.split(',')" >
6ee6b0b7   杨鑫   '最新'
1148
                        </div>
ab818baa   杨鑫   '1'
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="商铺描述" prop="shopDescription">
                        <div v-if="edit" class="duiqi">{{editbgid.shopDescription}}</div>
                        <el-input type="textarea" v-model="editbgid.shopDescription" style="margin-top:5px;"
                          placeholder="请输入" v-else></el-input>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="展示主图" prop="displayMainImage">
                        <upimg v-model="editbgid.displayMainImage" :limit="1" :fileSize="1" v-if="edit==false"></upimg>
                        <img :src="editbgid.displayMainImage" alt="" style="width:140px;height:140px;" v-else>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="其他图片/视频" prop="otherImageVideos">
                        <div v-if="edit" class="duiqi">{{editbgid.otherImageVideos}}</div>
                        <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove" :action="uploadFileUrl"
                              :on-success="handleUploadSuccess" :file-list="fileData" :auto-upload="true"
                             v-else>
                              <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;"
                                class="buttonHover" v-if="fileData.length==0 && edit==false">+点击上传</el-button>
                            </el-upload>
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1180
1181
1182
                    </el-col>
                  </el-row>
  
ab818baa   杨鑫   '1'
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
                </el-form>
              </div>
              <div style="padding: 20px;" v-if="restype == '场地'">
                <el-form :model="editbgid" :rules="rulestwo" ref="Addrule" label-width="140px" class="demo-ruleForm">
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="场地名称" prop="venueName">
                        <div v-if="edit" class="duiqi">{{editbgid.venueName}}</div>
                        <el-input v-model="editbgid.venueName" placeholder="请输入" style="margin-top: 5px;" maxlength="50"
                          v-else></el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="场地类型" prop="venueType">
                        <div class="duiqi" v-if="edit">{{editbgid.venueType}}</div>
                        <el-select v-model="editbgid.venueType" placeholder="请选择" style="margin-top:5px;width: 100%;"
                          v-else>
                          <el-option label="草地" value="草地"></el-option>
                        </el-select>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="实际使用面积" prop="actualArea">
                        <div v-if="edit" class="duiqi">{{editbgid.actualArea}}</div>
                        <el-input v-model="editbgid.actualArea" placeholder="请输入" style="margin-top:5px;" v-else>
                          <template slot="append">M<sup>2</sup></template>
                        </el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="所属区域" prop="district">
                        <div v-if="edit" class="duiqi">{{editbgid.district}}</div>
                        <el-select v-model="editbgid.district" placeholder="请选择" style="margin-top:5px;width: 100%;"
                          v-else>
                          <el-option label="成华区" value="成华区"></el-option>
                          <el-option label="武侯区" value="武侯区"></el-option>
                          <el-option label="锦江区" value="锦江区"></el-option>
                          <el-option label="青羊区" value="青羊区"></el-option>
                          <el-option label="金牛区" value="金牛区"></el-option>
                          <el-option label="双流区" value="双流区"></el-option>
                          <el-option label="郫都区" value="郫都区"></el-option>
                          <el-option label="龙泉驿区" value="龙泉驿区"></el-option>
                          <el-option label="温江区" value="温江区"></el-option>
                        </el-select>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="归属部门" prop="department">
                        <div v-if="edit" class="duiqi">{{editbgid.department}}</div>
                        <el-input v-model="editbgid.department" placeholder="请输入" style="margin-top:5px;" maxlength="50"
                          v-else />
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="负责人" prop="responsiblePerson">
                        <div v-if="edit" class="duiqi">{{editbgid.belongingParkTrail}}</div>
                        <el-input v-model="editbgid.responsiblePerson" placeholder="请输入" style="margin-top:5px;"
                          maxlength="20" v-else>
                        </el-input>
                      </el-form-item>
                    </el-col>
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="详细位置" prop="detailedLocation">
                        <div v-if="edit" class="duiqi">{{editbgid.detailedLocation}}</div>
                        <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;"
                          maxlength="100" v-else />
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1257
                    </el-col>
a5801e96   杨鑫   '最新'
1258
1259
1260
1261
1262
1263
                    <el-col :span="12">
                      <el-form-item label="场地编号" prop="venueSpaceNumber">
                        <div v-if="edit" class="duiqi">{{editbgid.venueSpaceNumber}}</div>
                      </el-form-item>
                    </el-col>
  
ab818baa   杨鑫   '1'
1264
1265
1266
1267
1268
1269
1270
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="24">
                      <el-form-item label="地图标点" prop="mapMarker">
                        <div style="width: 100%;height: 300px;">
                          <MapXian :message="shopMessage" :edit='edit' :sendMap='getChildDate'></MapXian>
  
6ee6b0b7   杨鑫   '最新'
1271
                        </div>
ab818baa   杨鑫   '1'
1272
                      </el-form-item>
6ee6b0b7   杨鑫   '最新'
1273
                    </el-col>
6ee6b0b7   杨鑫   '最新'
1274
  
ab818baa   杨鑫   '1'
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="场地描述" prop="description">
                        <div v-if="edit" class="duiqi">{{editbgid.description}}</div>
                        <el-input type="textarea" v-model="editbgid.description" style="margin-top:5px;" maxlength="200"
                          v-else></el-input>
                      </el-form-item>
                    </el-col>
  
                  </el-row>
6ee6b0b7   杨鑫   '最新'
1287
  
ab818baa   杨鑫   '1'
1288
1289
1290
1291
1292
1293
1294
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="规划图纸" prop="planningDrawing">
                        <!-- <img :src="editbgid.planningDrawing" alt="" style="width:140px;height:140px;" v-if="edit"> -->
  
                        <div v-if="edit">
                            <img :src="item" alt="" style="width:140px;height:140px;" v-for="item in editbgid.planningDrawing.split(',')" >
6ee6b0b7   杨鑫   '最新'
1295
                        </div>
ab818baa   杨鑫   '1'
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
                        <upimg v-model="editbgid.planningDrawing" :limit="1" :fileSize="1" v-else></upimg>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="展示主图" prop="displayImage">
                        <img :src="editbgid.displayImage" alt="" style="width:140px;height:140px;" v-if="edit">
                        <upimg v-model="editbgid.displayImage" :limit="1" :fileSize="1" v-else></upimg>
  
                      </el-form-item>
                    </el-col>
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="其他图片/视频" prop="otherMedia">
                        <div v-if="edit" class="duiqi">{{editbgid.otherMedia}}</div>
                        <!-- <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove" :action="uploadFileUrl"
                              :on-success="handleUploadSuccess" :file-list="fileData" :auto-upload="true"
                              v-if="fileData.length==0" v-else>
                              <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;"
                                class="buttonHover" v-if="fileData.length==0 && edit==false">+点击上传</el-button>
                            </el-upload> -->
                      </el-form-item>
                    </el-col>
                  </el-row>
  
                </el-form>
              </div>
              <div style="padding: 20px;" v-if="restype == '广告位'">
                <el-form :model="editbgid" :rules="leixing?rulesthree:rulesSt" ref="Addrule" label-width="100px"
                  class="demo-ruleForm">
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="广告位名称" prop="advertisingName">
                        <div v-if="edit" class="duiqi">{{editbgid.advertisingName}}</div>
                        <el-input v-model="editbgid.advertisingName" placeholder="请输入" style="margin-top: 5px;" maxlength="50"
                          v-else></el-input>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="广告位编号" prop="advertisingSpaceNumber">
                        <div class="duiqi">{{editbgid.advertisingSpaceNumber}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="广告位类型" prop="advertisingType">
                        <div class="duiqi">{{editbgid.advertisingType}}</div>
                        </el-select>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="所属端" prop="affiliation" v-if='leixing'>
                        <div class="duiqi" v-if="edit">{{editbgid.affiliation}}</div>
                        <el-select v-model="editbgid.affiliation" placeholder="请选择" style="margin-top:5px;width: 100%;"
                          v-else>
                          <el-option label="游客小程序" value="游客小程序"></el-option>
                          <el-option label="商家客户端" value="商家客户端"></el-option>
                        </el-select>
                      </el-form-item>
                      <el-form-item label="详细位置" prop="detailedLocation" v-if='leixing == false'>
                        <div class="duiqi" v-if="edit">{{editbgid.detailedLocation}}</div>
                        <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" v-else
                          maxlength="200"></el-input>
                        </el-select>
                      </el-form-item>
                    </el-col>
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="轮播顺序" prop="rotationOrder" v-if='leixing'>
                        <div class="duiqi" v-if="edit">{{editbgid.rotationOrder}}</div>
                        <el-select v-model="editbgid.rotationOrder" placeholder="请选择" style="margin-top:5px;width: 100%;"
                          v-else>
                          <el-option label="1" value="1"></el-option>
                          <el-option label="2" value="2"></el-option>
                        </el-select>
  
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="广告尺寸" prop="dimensions" v-if='leixing'>
                        <div class="duiqi">{{editbgid.dimensions}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="24">
                      <el-form-item label="地图标点" prop="mapPunctuation" v-if='leixing == false'>
                        <div style="width: 100%;height: 300px;">
                          <MapXian :message="parentMessage" :edit='edit' :sendMap='getChildDate'></MapXian>
6ee6b0b7   杨鑫   '最新'
1391
                        </div>
ab818baa   杨鑫   '1'
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
                      </el-form-item>
                    </el-col>
                  </el-row>
  
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="可上传大小" prop="size" v-if='leixing'>
                        <div class="duiqi">{{editbgid.size}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="上传格式" prop="uploadFormat" v-if='leixing'>
                        <div class="duiqi">{{editbgid.uploadFormat}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="设备类型" prop="deviceType" v-if='leixing == false'>
                        <div class="duiqi" v-if="edit">{{editbgid.deviceType}}</div>
b12ba7ef   杨鑫   '最新'
1412
1413
1414
1415
                        <el-input v-model="editbgid.deviceType"  style="margin-top:5px;"
                          maxlength="200" v-else></el-input>
  
                        <!-- <el-select v-model="editbgid.deviceType" placeholder="请选择" style="margin-top:5px;width: 92%;" v-else>
ab818baa   杨鑫   '1'
1416
1417
                          <el-option label="灯箱广告牌" value="灯箱广告牌"></el-option>
  
b12ba7ef   杨鑫   '最新'
1418
                        </el-select> -->
ab818baa   杨鑫   '1'
1419
1420
1421
1422
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="设备大小" prop="equipmentSize" v-if='leixing == false'>
b12ba7ef   杨鑫   '最新'
1423
1424
1425
1426
                        <div class="duiqi" v-if="edit">{{editbgid.equipmentSize}}</div>
                        <el-input v-model="editbgid.equipmentSize"  style="margin-top:5px;"
                          maxlength="200" v-else></el-input>
                        <!-- <div style="display: flex;">
ab818baa   杨鑫   '1'
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
                          <div>
                            <span style="font-size: 14px;">长:</span>
                            <el-select v-model="editbgid.equipmentSizeH"
                              style="margin-top:5px;width: 90px;margin: 0 5px 0 0;" :disabled="edit"
                              @change="handleChange('equipmentSizeH', $event)">
                              <el-option label="10" value="10"></el-option>
                              <el-option label="20" value="20"></el-option>
                            </el-select>
                            <span style="font-size: 14px;margin-right:5px;">mm</span>
                          </div>
                          <div>
                            <span style="font-size: 14px;">宽:</span>
                            <el-select v-model="editbgid.equipmentSizeK"
                              style="margin-top:5px;width: 90px;margin: 0 5px 0 0;" :disabled="edit"
                              @change="handleChange('equipmentSizeK', $event)">
                              <el-option label="10" value="10"></el-option>
                              <el-option label="20" value="20"></el-option>
                            </el-select>
                            <span style="font-size: 14px;margin-right:5px;">mm</span>
                          </div>
                          <div>
                            <span style="font-size: 14px;">高:</span>
                            <el-select v-model="editbgid.equipmentSizeG"
                              style="margin-top:5px;width: 90px;margin: 0 5px 0 0;" :disabled="edit"
                              @change="handleChange('equipmentSizeG', $event)">
                              <el-option label="10" value="10"></el-option>
                              <el-option label="20" value="20"></el-option>
                            </el-select>
                            <span style="font-size: 14px;margin-right:5px;">mm</span>
                          </div>
b12ba7ef   杨鑫   '最新'
1457
                        </div> -->
6ee6b0b7   杨鑫   '最新'
1458
  
ab818baa   杨鑫   '1'
1459
1460
1461
                      </el-form-item>
                    </el-col>
                  </el-row>
6ee6b0b7   杨鑫   '最新'
1462
  
ab818baa   杨鑫   '1'
1463
1464
1465
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="广告尺寸" v-if='leixing == false'>
b12ba7ef   杨鑫   '最新'
1466
1467
1468
1469
                        <div class="duiqi" v-if="edit">{{editbgid.dimensions}}</div>
                        <el-input v-model="editbgid.dimensions"  style="margin-top:5px;"
                          maxlength="200" v-else></el-input>
                        <!-- <div style="display: flex;">
ab818baa   杨鑫   '1'
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
                          <div>
                            <span style="font-size: 14px;">长:</span>
                            <el-select v-model="editbgid.dimensionsH"
                              style="margin-top:5px;width: 90px;margin: 0 5px 0 0;" :disabled="edit"
                              @change="handleChange('dimensionsH', $event)">
                              <el-option label="10" value="10"></el-option>
                              <el-option label="20" value="20"></el-option>
                            </el-select>
                            <span style="font-size: 14px;margin-right:5px;">mm</span>
                          </div>
                          <div>
                            <span style="font-size: 14px;">宽:</span>
                            <el-select v-model="editbgid.dimensionsK"
                              style="margin-top:5px;width: 90px;margin: 0 5px 0 0;" :disabled="edit"
                              @change="handleChange('dimensionsK', $event)">
                              <el-option label="10" value="10"></el-option>
                              <el-option label="20" value="20"></el-option>
                            </el-select>
                            <span style="font-size: 14px;margin-right:5px;">mm</span>
                          </div>
b12ba7ef   杨鑫   '最新'
1490
                        </div> -->
ab818baa   杨鑫   '1'
1491
1492
1493
1494
1495
                      </el-form-item>
                    </el-col>
                    <el-col :span="12">
                      <el-form-item label="广告材质" prop="advertisingMaterial" v-if='leixing == false'>
                        <div v-if="edit"  class="duiqi">{{editbgid.advertisingMaterial}}</div>
b12ba7ef   杨鑫   '最新'
1496
1497
1498
                        <el-input v-model="editbgid.advertisingMaterial"  style="margin-top:5px;"
                          maxlength="200" v-else></el-input>
                        <!-- <div style="display: flex;justify-content: space-between;" v-else>
ab818baa   杨鑫   '1'
1499
1500
1501
1502
1503
                          <el-select v-model="editbgid.advertisingMaterial"
                            style="margin-top:5px;width: 92%">
                            <el-option label="亚克力" value="亚克力"></el-option>
                            <el-option label="玻璃" value="玻璃"></el-option>
                          </el-select>
b12ba7ef   杨鑫   '最新'
1504
                        </div> -->
ab818baa   杨鑫   '1'
1505
1506
1507
                      </el-form-item>
                    </el-col>
                  </el-row>
6ee6b0b7   杨鑫   '最新'
1508
  
ab818baa   杨鑫   '1'
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
                  <el-row :gutter="20">
                    <el-col :span="12">
                      <el-form-item label="位置示意图" prop="locationDiagram">
                        <upimg v-model="editbgid.locationDiagram" :limit="1" :fileSize="1" v-if="edit==false"></upimg>
                        <img :src="editbgid.locationDiagram" alt="" v-else style="width:140px;height:140px;">
                      </el-form-item>
                    </el-col>
                  </el-row>
                </el-form>
              </div>
            </div>
          </el-tab-pane>
048313b9   杨鑫   '最新'
1521
          <!-- <el-tab-pane label="历史租赁信息" name="second" v-if="edit">
ab818baa   杨鑫   '1'
1522
1523
            <div style="margin-top: 30px;" class="editcss">
              <div class="titles">
8550d958   杨鑫   '最新'
1524
                历史租赁信息
ab818baa   杨鑫   '1'
1525
              </div>
a5801e96   杨鑫   '最新'
1526
1527
1528
1529
1530
1531
1532
1533
              <div style="margin:20px 0;">
                <el-table :data="lishiData"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"   tooltip-effect="dark custom-tooltip-effect">
                <el-table-column label="承租人" min-width="80" prop="tenantName">
  
                                  </el-table-column>
                                  <el-table-column label="租赁期限" prop="leaseStartDate" min-width="200" show-overflow-tooltip>
                                  </el-table-column>
137c0ee8   杨鑫   'yanshou'
1534
                                  <el-table-column label="经营类型" prop="contractType" min-width="80" show-overflow-tooltip>
a5801e96   杨鑫   '最新'
1535
1536
1537
1538
1539
1540
1541
1542
  
                                  </el-table-column>
                                  <el-table-column label="租金/周期" prop="shopName" min-width="250" show-overflow-tooltip>
                <template slot-scope="scope">
                           {{scope.row.contractAmount}}/{{scope.row.intendedLeaseTerm}}
  
                          </template>
                                  </el-table-column>
137c0ee8   杨鑫   'yanshou'
1543
1544
1545
1546
1547
                                  <el-table-column label="当前状态" prop="dataStatus" min-width="150" show-overflow-tooltip>
                                    <template slot-scope="scope">
                                               {{scope.row.dataStatus==1?'使用中':scope.row.dataStatus==2?'往期合同':'已终止'}}
  
                                              </template>
a5801e96   杨鑫   '最新'
1548
1549
1550
1551
                                  </el-table-column>
  
                </el-table>
              </div>
ab818baa   杨鑫   '1'
1552
            </div>
048313b9   杨鑫   '最新'
1553
          </el-tab-pane> -->
8550d958   杨鑫   '最新'
1554
1555
1556
  
  
  
ab818baa   杨鑫   '1'
1557
1558
1559
1560
1561
1562
1563
        </el-tabs>
        <el-row :gutter="20">
          <el-col :span="12">
            <div style="padding-left:160px;">
              <el-button @click="editpush()" style="background-color: #3F9B6A;color: #fff;" v-if="!edit">确定</el-button>
              <el-button @click="colse" class="buttonHover"
                style="color: #606266;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button>
6ee6b0b7   杨鑫   '最新'
1564
  
ab818baa   杨鑫   '1'
1565
            </div>
6ee6b0b7   杨鑫   '最新'
1566
  
ab818baa   杨鑫   '1'
1567
1568
1569
          </el-col>
        </el-row>
      </div>
6ee6b0b7   杨鑫   '最新'
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
    </div>
  </template>
  
  <script>
    import {
      getAlls,
      addList,
      editList,
      delList,
      likeGet,
      changAlls,
      changadd,
      changedit,
      changDel,
a5801e96   杨鑫   '最新'
1584
      excelAdd,
b12ba7ef   杨鑫   '最新'
1585
1586
1587
      zulxin,
      lvdaoduan,
      gongyuan,
6ee6b0b7   杨鑫   '最新'
1588
1589
    } from '../../api/information'
    import {
ab818baa   杨鑫   '1'
1590
      getAlls as getAllMap,
6ee6b0b7   杨鑫   '最新'
1591
      addList as addMap,
ab818baa   杨鑫   '1'
1592
      delList as deleteMap,
a5801e96   杨鑫   '最新'
1593
1594
      likeGet as likeGetMap,
      editList as ggwedit
6ee6b0b7   杨鑫   '最新'
1595
1596
1597
1598
    } from '../../api/map1'
    import MapContainer from "@/components/MapContainer/MapContainer"
    import addziyuan from "./addziyuan"
    import ziyuanList from "./ziyuanList"
ab818baa   杨鑫   '1'
1599
1600
1601
1602
1603
1604
    import MapMark from "@/components/MapContainer/MapMark"
    import MapXian from "@/components/MapContainer/MapXian"
    import upimg from "@/components/ImageUpload/index"
    import {
      uploadUrl
    } from '@/utils/request'
6ee6b0b7   杨鑫   '最新'
1605
    export default {
6ee6b0b7   杨鑫   '最新'
1606
1607
1608
1609
      data() {
        return {
          edit: true, //编辑
          formInline: {},
ab818baa   杨鑫   '1'
1610
1611
1612
1613
1614
1615
1616
1617
          detbox: false, //详情
          activeName: 'first', //切换列表
          mapSelNum: {
            belongingRegionNum: '0',
            belongingDepartmentNum: '0',
            architecturalFormNum: '0',
            rentalStatusNum: '0',
            jyqkNum: '0',
6ee6b0b7   杨鑫   '最新'
1618
1619
          },
          formSel: {
ab818baa   杨鑫   '1'
1620
1621
            Name: '',
            Number: '',
8550d958   杨鑫   '最新'
1622
            head:'',
ab818baa   杨鑫   '1'
1623
1624
1625
            Region: '',
            leixing: '',
            belongingDepartment: '',
6ee6b0b7   杨鑫   '最新'
1626
1627
1628
            pageNumber: 1,
            pageSize: 10,
          },
ab818baa   杨鑫   '1'
1629
1630
1631
          rentedCount: 0, //待租
          pendingCount: 0, //已租
          listof: [],
6ee6b0b7   杨鑫   '最新'
1632
          currentPage: 1,
ab818baa   杨鑫   '1'
1633
          total: 0,
6ee6b0b7   杨鑫   '最新'
1634
1635
1636
          flag: false,
          pageSize: 10,
          tableData: [],
ab818baa   杨鑫   '1'
1637
          editbgid: {},
6ee6b0b7   杨鑫   '最新'
1638
1639
1640
1641
          pageindex: {
            pageNumber: 1,
            pageSize: 10,
          },
ab818baa   杨鑫   '1'
1642
  
6ee6b0b7   杨鑫   '最新'
1643
          rules: {
ab818baa   杨鑫   '1'
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
            shopName: [{
              required: true,
              message: '请输入商铺名称',
              trigger: 'blur'
            }, ],
            houseNumber: [{
              required: true,
              message: '请输入门牌号',
              trigger: 'blur'
            }, ],
            architecturalForm: [{
              required: true,
              message: '请选择建筑形式',
              trigger: 'change'
            }, ],
            actualUsableArea: [{
                required: true,
                message: '请输入实际使用面积',
                trigger: 'blur'
              }
            ],
            belongingRegion: [{
              required: true,
              message: '请选择所属区域',
              trigger: 'change'
            }],
            head: [{
              required: true,
              message: '请输入负责人',
              trigger: 'blur'
            }, ],
            detailedLocation: [{
              required: true,
              message: '请输入详细位置',
              trigger: 'blur'
            }, ],
            displayMainImage: [{
              required: true,
              message: '请上传主图',
              trigger: 'blur'
            }, ],
            belongingGreenwaySection: [{
              required: true,
              message: '请选择所属绿道段',
              trigger: 'change'
            }]
          },
          rulestwo: {
            venueName: [{
              required: true,
              message: '请输入场地名称',
              trigger: 'blur'
            }, ],
            venueType: [{
              required: true,
              message: '请选择场地类型',
              trigger: 'change'
            }, ],
            actualArea: [{
              required: true,
              message: '请输入实际使用面积',
              trigger: 'blur'
            }, ],
            district: [{
              required: true,
              message: '请选择所属区域',
              trigger: 'change'
            }],
            detailedLocation: [{
              required: true,
              message: '请输入详细位置',
              trigger: 'blur'
            }, ]
          },
          rulesLei: {
            leixin: [{
              required: true,
              message: '请选择资源类型',
              trigger: 'change'
            }, ],
          },
          rulesthree: {
            advertisingName: [{
              required: true,
              message: '请输入名称',
              trigger: 'blur'
            }],
            advertisingType: [{
              required: true,
              message: '请选择类型',
              trigger: 'change'
            }],
            affiliation: [{
              required: true,
              message: '请选择所属端',
              trigger: 'change'
            }],
            rotationOrder: [{
              required: true,
              message: '请选择轮播顺序',
              trigger: 'change'
            }],
  
          },
          rulesSt: {
            advertisingName: [{
              required: true,
              message: '请输入名称',
              trigger: 'blur'
            }],
            advertisingType: [{
              required: true,
              message: '请选择类型',
              trigger: 'change'
            }],
            position: [{
              required: true,
              message: '请输入详细位置',
              trigger: 'blur'
            }],
            dimensionsH: [{
              required: true,
              message: '请选择广告尺寸',
              trigger: 'change'
            }],
            dimensionsK: [{
              required: true,
              message: '请选择广告尺寸',
              trigger: 'change'
            }],
            advertisingMaterial: [{
              required: true,
              message: '请选择材质',
              trigger: 'change'
            }],
          },
          leixing:true,
          //传地图数据
          parentMessage: [],
          shopMessage: {},
          // 详情
          secondData: {
            region: '',
            jzxs: '框剪结构',
            sjsymj: '',
            resourceNumber: '',
            gsbm: '',
            zyss: '',
            jztz: '点击查看',
            fzr: '',
            czqk: '',
            zszt: '../../assets/images/empty.png',
            zlr: '',
            telephone: '',
            zlzt: '',
            ztmc: '',
            fr: '',
            zq: '',
            zj: '',
            htbh: '',
            bdh: '',
            htmc: '',
            htje: '',
            bzj: '',
            htqdrq: '',
            htzzrq: '',
            qzrq: '',
            tenantName: '',
            lxdh: '',
            yhzh: '',
            czrmc: '',
            czrlxdh: '',
            czryhzh: '',
            spbh: '',
            spmc: '',
            spdz: '',
            spmj: '',
            spyt: '',
            jyxm: '',
            htfj: '',
            xxtjsj: '',
            xxzje: '',
            xstjsj: '',
            xszje: '',
            whsj: '',
            whxm: '',
            whnr: '',
  
          },
          showAdd: false,
          showBian: false,
  
          restype: '商铺',
          xiangTabs: 'first',
          chakanTab: 'first',
          //地图标点的经纬度
          mapData: {},
  fileData:[],
  uploadFileUrl: uploadUrl, // 请求地址
a5801e96   杨鑫   '最新'
1843
  daoData:[],
b12ba7ef   杨鑫   '最新'
1844
1845
1846
  lishiData:[],
  biangongyuanList: [],
  lvdaoList:[]
6ee6b0b7   杨鑫   '最新'
1847
1848
1849
1850
        }
  
  
      },
ab818baa   杨鑫   '1'
1851
1852
1853
1854
1855
1856
1857
1858
      components: {
        MapContainer,
        addziyuan,
        ziyuanList,
        MapMark,
        MapXian,
        upimg
      },
6ee6b0b7   杨鑫   '最新'
1859
1860
      mounted() {
  
ab818baa   杨鑫   '1'
1861
        this.first()
6ee6b0b7   杨鑫   '最新'
1862
1863
1864
1865
1866
1867
1868
      },
  
      methods: {
        onCreated(editor) {
          this.editor = Object.seal(editor) // 一定要用 Object.seal() ,否则会报错
        },
        // 首次
ab818baa   杨鑫   '1'
1869
1870
        async first() {
          const res = await getAlls(this.pageindex)
6ee6b0b7   杨鑫   '最新'
1871
1872
1873
          this.tableData = res.data.content
          this.setzulin(res.data.content)
          this.parentMessage = res.data.content
b12ba7ef   杨鑫   '最新'
1874
1875
          const lvdao = await lvdaoduan()
          this.lvdaoList = lvdao.data
9683c4af   杨鑫   '最新'
1876
1877
          this.total = res.data.content.length
  
6ee6b0b7   杨鑫   '最新'
1878
1879
1880
1881
        },
        //查询全数据
        async getAll() {
  
ab818baa   杨鑫   '1'
1882
1883
          if (this.activeName == 'first') {
            const res = await getAlls(this.pageindex)
6ee6b0b7   杨鑫   '最新'
1884
            this.tableData = res.data.content
ab818baa   杨鑫   '1'
1885
1886
            this.setzulin(res.data.content)
            this.parentMessage = res.data.content
b12ba7ef   杨鑫   '最新'
1887
1888
            const lvdao = await lvdaoduan()
            this.lvdaoList = lvdao.data
ab818baa   杨鑫   '1'
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
          } else if (this.activeName == 'second') {
            // this.pageindex.advertisingType = '实体广告位'
            const res = await getAllMap(this.pageindex)
            this.parentMessage = res.data.content
            this.setzulin(res.data.content)
            this.tableData = res.data.content
          } else if (this.activeName == 'third') {
            const res = await changAlls(this.pageindex)
            this.tableData = res.data.content
            this.parentMessage = res.data.content
          } else if (this.activeName == 'fourth') {
            this.parentMessage = []
            this.tableData = []
            this.setzulin([])
          }
6ee6b0b7   杨鑫   '最新'
1904
1905
        },
  
ab818baa   杨鑫   '1'
1906
1907
        async mapSelXian(val) {
          let pageindex = {
6ee6b0b7   杨鑫   '最新'
1908
1909
1910
            pageNumber: 1,
            pageSize: 10,
          }
ab818baa   杨鑫   '1'
1911
1912
          if (val == 1 && this.activeName == 'first') {
            const res = await likeGet(pageindex)
6ee6b0b7   杨鑫   '最新'
1913
1914
1915
1916
  
          }
        },
        //获取当前时间
ab818baa   杨鑫   '1'
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
        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}`;
        },
        //查询租赁列表
        setzulin(res) {
          this.listof = res
          let rentedCount = 0 //待租
          let pendingCount = 0 //已租
          for (let i = 0; i < this.listof.length; i++) {
            if (this.listof[i].rentalStatus == '0') {
              rentedCount += 1
            }
            if (this.listof[i].rentalStatus == '1') {
              pendingCount += 1
            }
          }
          this.rentedCount = rentedCount
          this.pendingCount = pendingCount
        },
        //切换列表
        async handleClick(event) {
          if (event == 'first') {
            const res = await getAlls(this.pageindex)
            this.tableData = res.data.content
            this.setzulin(res.data.content)
            this.parentMessage = res.data.content
            this.total = res.data.content.length
9683c4af   杨鑫   '最新'
1952
            this.currentPage = 1
ab818baa   杨鑫   '1'
1953
1954
1955
1956
1957
1958
1959
          } else if (event == 'second') {
            // this.pageindex.advertisingType = '实体广告位'
            const res = await getAllMap(this.pageindex)
            this.parentMessage = res.data.content
            this.setzulin(res.data.content)
            this.tableData = res.data.content
            this.total = res.data.content.length
9683c4af   杨鑫   '最新'
1960
            this.currentPage = 1
ab818baa   杨鑫   '1'
1961
1962
1963
1964
1965
1966
          } else if (event == 'third') {
            const res = await changAlls(this.pageindex)
            this.tableData = res.data.content
            this.setzulin(res.data.content)
            this.parentMessage = res.data.content
            this.total = res.data.content.length
9683c4af   杨鑫   '最新'
1967
            this.currentPage = 1
ab818baa   杨鑫   '1'
1968
1969
1970
1971
1972
          } else if (event == 'fourth') {
            this.parentMessage = []
            this.tableData = []
            this.setzulin([])
          }
6ee6b0b7   杨鑫   '最新'
1973
        },
6ee6b0b7   杨鑫   '最新'
1974
  
ab818baa   杨鑫   '1'
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
        //删除
        async closemsg(item) {
  
          const h = this.$createElement;
          this.$msgbox({
            title: '消息',
            message: h('p', null, [
              h('span', null, '是否删除 '),
            ]),
            showCancelButton: true,
            showClose: false,
            confirmButtonText: '确定',
            cancelButtonText: '取消',
            customClass: 'oe-dialog-btn',
            beforeClose: (action, instance, done) => {
              if (action === 'confirm') {
                if (this.activeName == 'first') {
                  delList({
                    id: item.id
                  }).then(res => {
a5801e96   杨鑫   '最新'
1995
1996
1997
1998
                    this.$message({
                      message: '删除成功',
                      type: 'success'
                    })
ab818baa   杨鑫   '1'
1999
2000
                    this.getAll()
                    getAlls(this.pageindex).then((datas) => {
a5801e96   杨鑫   '最新'
2001
  
ab818baa   杨鑫   '1'
2002
2003
                      this.tableData = datas.data.content
                      this.parentMessage = datas.data.content
6ee6b0b7   杨鑫   '最新'
2004
                    })
ab818baa   杨鑫   '1'
2005
2006
2007
2008
2009
2010
2011
2012
  
                  })
                  // await delList({id:item.id})
                  //   this.getAll()
                } else if (this.activeName == 'second') {
                  deleteMap({
                    id: item.id
                  }).then(res => {
a5801e96   杨鑫   '最新'
2013
2014
2015
2016
                    this.$message({
                      message: '删除成功',
                      type: 'success'
                    })
ab818baa   杨鑫   '1'
2017
2018
2019
                    getAllMap(this.pageindex).then((datas) => {
                      this.tableData = datas.data.content
                      this.parentMessage = datas.data.content
6ee6b0b7   杨鑫   '最新'
2020
                    })
ab818baa   杨鑫   '1'
2021
2022
2023
2024
2025
2026
2027
2028
2029
                  })
                  // await deleteMap({id:item.id})
                  // this.pageindex.advertisingType = '实体广告位'
                  //  const res =  await getAllMap(this.pageindex)
                  // this.tableData = res.data.content
                } else if (this.activeName == 'third') {
                  changDel({
                    id: item.id
                  }).then(res => {
a5801e96   杨鑫   '最新'
2030
2031
2032
2033
                    this.$message({
                      message: '删除成功',
                      type: 'success'
                    })
ab818baa   杨鑫   '1'
2034
2035
2036
                    changAlls(this.pageindex).then((datas) => {
                      this.tableData = datas.data.content
                      this.parentMessage = datas.data.content
6ee6b0b7   杨鑫   '最新'
2037
                    })
ab818baa   杨鑫   '1'
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
                  })
                } else if (this.activeName == 'fourth') {
  
                }
                // delList({
                //   id: val.id
                // }).then(res => {
                //   this.getTable(this.chengeTatle)
                // })
                done();
              } else {
                done();
              }
            }
          })
6ee6b0b7   杨鑫   '最新'
2053
2054
2055
2056
2057
2058
2059
  
  
  
        },
  
        //查询
        async onSubmit() {
ab818baa   杨鑫   '1'
2060
          let obj = {
6ee6b0b7   杨鑫   '最新'
2061
2062
2063
            pageNumber: 1,
            pageSize: 10,
          }
ab818baa   杨鑫   '1'
2064
          if (this.activeName == 'first') {
6ee6b0b7   杨鑫   '最新'
2065
2066
2067
2068
            obj.shopName = this.formSel.Name
            obj.venueNumber = this.formSel.Number
            obj.belongingRegion = this.formSel.Region
            obj.belongingDepartment = this.formSel.belongingDepartment
8550d958   杨鑫   '最新'
2069
            obj.head = this.formSel.head
ab818baa   杨鑫   '1'
2070
            const res = await getAlls(obj)
6ee6b0b7   杨鑫   '最新'
2071
2072
2073
            this.tableData = res.data.content
            this.parentMessage = res.data.content
  
ab818baa   杨鑫   '1'
2074
          } else if (this.activeName == 'second') {
6ee6b0b7   杨鑫   '最新'
2075
2076
            obj.advertisingName = this.formSel.Name
            obj.id = this.formSel.Number
ab818baa   杨鑫   '1'
2077
            const res = await getAllMap(obj)
6ee6b0b7   杨鑫   '最新'
2078
2079
2080
            this.tableData = res.data.content
            this.parentMessage = res.data.content
  
ab818baa   杨鑫   '1'
2081
          } else if (this.activeName == 'third') {
6ee6b0b7   杨鑫   '最新'
2082
2083
2084
2085
            obj.venueName = this.formSel.Name
            obj.id = this.formSel.Number
            obj.district = this.formSel.Region
            obj.department = this.formSel.belongingDepartment
ab818baa   杨鑫   '1'
2086
2087
2088
2089
            const res = await changAlls(obj)
            this.tableData = res.data.content
            this.parentMessage = res.data.content
          }
6ee6b0b7   杨鑫   '最新'
2090
2091
2092
2093
2094
2095
2096
  
  
  
        },
  
        //查看点击
        handleEditForm(item) {
a5801e96   杨鑫   '最新'
2097
  
ab818baa   杨鑫   '1'
2098
2099
          if (this.activeName == 'first') {
            this.editbgid = item
6ee6b0b7   杨鑫   '最新'
2100
            this.restype = '商铺'
a5801e96   杨鑫   '最新'
2101
2102
2103
2104
    zulxin({venueNumber:item.venueNumber}).then(res=>{
            this.lishiData = res.data.content
             console.log(res)
          })
ab818baa   杨鑫   '1'
2105
2106
2107
2108
2109
2110
2111
2112
            this.showBian = true
            if (typeof this.editbgid.mapPunctuation == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapPunctuation)
            }
  
          } else if (this.activeName == 'second') {
            this.editbgid = item
            this.restype = '广告位'
a5801e96   杨鑫   '最新'
2113
2114
    zulxin({venueNumber:item.advertisingSpaceNumber}).then(res=>{
            this.lishiData = res.data
b7023175   杨鑫   '最新'
2115
  
a5801e96   杨鑫   '最新'
2116
          })
ab818baa   杨鑫   '1'
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
            this.showBian = true
            if(item.advertisingType == '线上广告位'){
               this.leixing  =true
            }else{
                this.leixing  = false
            }
  
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
          } else if (this.activeName == 'third') {
            this.editbgid = item
            this.restype = '场地'
a5801e96   杨鑫   '最新'
2130
2131
    zulxin({venueNumber:item.venueSpaceNumber}).then(res=>{
            this.lishiData = res.data
b7023175   杨鑫   '最新'
2132
  
a5801e96   杨鑫   '最新'
2133
          })
6ee6b0b7   杨鑫   '最新'
2134
            this.showBian = true
ab818baa   杨鑫   '1'
2135
2136
2137
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
6ee6b0b7   杨鑫   '最新'
2138
2139
          }
  
a5801e96   杨鑫   '最新'
2140
  
ab818baa   杨鑫   '1'
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
        },
        // 查看取消
        colse() {
          this.showBian = false
          this.edit = true
          this.chakanTab = 'first'
          this.fileData = []
          this.getAll()
        },
        //列表编辑
        bianjilist(item) {
6ee6b0b7   杨鑫   '最新'
2152
  
ab818baa   杨鑫   '1'
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
          if (this.activeName == 'first') {
            this.editbgid = item
            this.restype = '商铺'
            const fileMsg = {
                  name: '文件',
                  url: item.otherImageVideos
                }
                // 将文件地址存储在 uploadedFiles 数组中
                this.fileData.push(fileMsg)
            this.showBian = true
b12ba7ef   杨鑫   '最新'
2163
  
ab818baa   杨鑫   '1'
2164
2165
2166
2167
            this.$nextTick(() => {
              this.edit = false
  
            })
b12ba7ef   杨鑫   '最新'
2168
2169
  
  
ab818baa   杨鑫   '1'
2170
2171
2172
2173
2174
            if (typeof this.editbgid.mapPunctuation == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapPunctuation)
            }
          } else if (this.activeName == 'second') {
            this.editbgid = item
a5801e96   杨鑫   '最新'
2175
2176
2177
2178
2179
            this.editbgid.equipmentSizeH = ''
            this.editbgid.equipmentSizeK = ''
            this.editbgid.equipmentSizeG = ''
            this.editbgid.dimensionsH= ''
            this.editbgid.dimensionsK =''
ab818baa   杨鑫   '1'
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
            this.restype = '广告位'
            this.showBian = true
            this.$nextTick(() => {
              this.edit = false
  
            })
            if(item.advertisingType == '线上广告位'){
               this.leixing  =true
            }else{
                this.leixing  = false
            }
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
  
          } else if (this.activeName == 'third') {
            this.editbgid = item
            this.restype = '场地'
            const fileMsg = {
              name: '文件',
              url: item.otherMedia
            }
            // 将文件地址存储在 uploadedFiles 数组中
            this.fileData.push(fileMsg)
            this.showBian = true
            this.$nextTick(() => {
              this.edit = false
6ee6b0b7   杨鑫   '最新'
2207
  
ab818baa   杨鑫   '1'
2208
2209
2210
2211
2212
2213
2214
            })
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
          } else if (this.activeName == 'fourth') {
  
          }
6ee6b0b7   杨鑫   '最新'
2215
2216
2217
  
        },
        //查看编辑确定
ab818baa   杨鑫   '1'
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
         editpush(formName) {
  
                   this.$refs.Addrule.validate((valid) => {
                if (valid) {
                  if(this.restype =='商铺'){
                    this.editbgid.updateDate = this.updateCurrentTime()
                    if(Object.keys(this.mapData).length != 0){
                      this.editbgid.mapPunctuation = JSON.stringify(this.mapData)
                    }
  
                    if (this.fileData.length != 0) {
                      this.editbgid.otherImageVideos = this.fileData[0].url
                    }
a5801e96   杨鑫   '最新'
2231
  
ab818baa   杨鑫   '1'
2232
2233
2234
2235
2236
2237
2238
2239
2240
                    editList(this.editbgid).then(res=>{
                    this.edit = true
                    this.showBian = false
                    this.fileData =[]
                    this.getAll()
  
                    })
                  }else if(this.restype =='广告位'){
                    this.editbgid.updateDate = this.updateCurrentTime()
ab818baa   杨鑫   '1'
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
                    if(Object.keys(this.mapData).length != 0){
                      this.editbgid.mapPunctuation = JSON.stringify(this.mapData)
                    }
  
                    ggwedit(this.editbgid).then(res=>{
        this.edit = true
                    this.showBian = false
                    this.getAll()
                    })
  
                  }else{
      this.editbgid.updateDate = ''
      this.editbgid.createDate = ''
      if(Object.keys(this.mapData).length != 0){
        this.editbgid.mapMarker = JSON.stringify(this.mapData)
      }
  
  
                    if (this.fileData.length != 0) {
                      this.editbgid.otherMedia = this.fileData[0].url
                    }
                    changedit(this.editbgid).then(res=>{
        this.edit = true
                    this.showBian = false
                    this.fileData =[]
                    this.getAll()
                    })
                  }
  
                } else {
                this.$message({
                  message: '请填写完整信息',
                  type: 'error'
                })
                  return false;
                }
              })
  
  
6ee6b0b7   杨鑫   '最新'
2280
        },
ab818baa   杨鑫   '1'
2281
        bianClose(msg) {
6ee6b0b7   杨鑫   '最新'
2282
          this.showBian = msg
ab818baa   杨鑫   '1'
2283
          this.getAll()
6ee6b0b7   杨鑫   '最新'
2284
2285
2286
        },
        childClose(msg) {
          this.showAdd = msg
ab818baa   杨鑫   '1'
2287
          this.getAll()
6ee6b0b7   杨鑫   '最新'
2288
        },
ab818baa   杨鑫   '1'
2289
2290
2291
2292
        //新增
        addbuss() {
          this.fileData = []
          this.showAdd = true
6ee6b0b7   杨鑫   '最新'
2293
  
ab818baa   杨鑫   '1'
2294
        },
6ee6b0b7   杨鑫   '最新'
2295
2296
2297
2298
2299
2300
2301
2302
  
        handleCurrentChange(val) {
          this.currentPage = val
        },
        handleSizeChange(val) {
          this.pageSize = val
        },
        //地图详细
ab818baa   杨鑫   '1'
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
        HandMapItem(item) {
          console.log(item)
  
  
          if (this.activeName == 'first') {
            this.editbgid = item
            this.restype = '商铺'
  
            this.showBian = true
            if (typeof this.editbgid.mapPunctuation == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapPunctuation)
            }
  
          } else if (this.activeName == 'second') {
            this.editbgid = item
            this.restype = '广告位'
  
            this.showBian = true
            if(item.advertisingType == '线上广告位'){
               this.leixing  =true
            }else{
                this.leixing  = false
            }
  
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
          } else if (this.activeName == 'third') {
            this.editbgid = item
            this.restype = '场地'
  
            this.showBian = true
            if (typeof this.editbgid.mapMarker == 'string') {
              this.parentMessage = JSON.parse(this.editbgid.mapMarker)
            }
          } else if (this.activeName == 'fourth') {
  
          }
  
  
        },
6ee6b0b7   杨鑫   '最新'
2344
2345
2346
2347
  
        //重置按钮
        resetting() {
          this.formSel = {
8550d958   杨鑫   '最新'
2348
2349
2350
2351
2352
2353
2354
2355
2356
            Name: '',
            Number: '',
            head:'',
            Region: '',
            leixing: '',
            belongingDepartment: '',
            pageNumber: 1,
            pageSize: 10,
          },
6ee6b0b7   杨鑫   '最新'
2357
2358
2359
2360
2361
            this.getAll()
  
        },
        //详情取消
        closeFn(val) {
ab818baa   杨鑫   '1'
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
          this.detbox = false
        },
        //获取地图点击的经纬度
        getChildDate(mapData) {
          this.mapData = mapData
        },
     handleChange(field, value) {
          this.$set(this.editbgid, field, value);
          this.$forceUpdate(); // 强制组件重新渲染
        },
        handleRemove(file, fileList) {
          this.fileData = []
        },
        handleUploadSuccess(response, file, fileList) {
          const fileMsg = {
            name: file.name,
            url: file.response.data.url,
          }
          // 将文件地址存储在 uploadedFiles 数组中
          this.fileData.push(fileMsg);
        },
cc312afb   杨鑫   '最新'
2383
2384
2385
2386
2387
2388
2389
2390
       daoru(response, file, fileList){
         this.daoData.push(file.raw)
         const formDate = new FormData()
         formDate.append('file', this.daoData[0])
         excelAdd(formDate).then(res => {
            this.getAll()
         })
          },
b12ba7ef   杨鑫   '最新'
2391
2392
2393
2394
2395
2396
2397
2398
          lvdaoBian(vaule) {
            this.editbgid.belongingParkTrail = ''
            this.gongyuan1(vaule)
          },
          async gongyuan1(value) {
            const gongyaun = await gongyuan()
            this.biangongyuanList = gongyaun.data.filter(item => item.superior == value);
          },
6ee6b0b7   杨鑫   '最新'
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
      }
    }
  </script>
  <style src="@wangeditor/editor/dist/css/style.css"></style>
  <style scoped>
    /deep/ .first-column-bg {
      background-color: #f4f4f5 !important;
    }
  
    .zhuti {
      padding: 0 20px 20px 20px;
      min-height: calc(100vh - 50px - 20px);
      background-color: #Fff;
  
    }
  
    /deep/ .el-form-item__content {
      line-height: 0;
    }
  
    ::v-deep .xinForm .el-form-item__content {
      line-height: 3;
    }
  
    .tableBtn {
      display: inline-block;
      margin-right: 10px;
      cursor: pointer;
    }
  
    .formSearch {
      display: flex;
      width: 100%;
      font-size: 14px;
      justify-content: space-between;
    }
  
    .greens {
      color: #3F9B6A;
    }
  
  
    .fenye {
      margin-top: 20px;
      display: flex;
      justify-content: flex-end;
      position: relative;
    }
  
    /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
      background-color: #3F9B6A;
    }
  
  
    :last-child {
      margin-bottom: 0;
    }
  
    .el-col {
      border-radius: 4px;
    }
  
    .bg-purple-dark {
      background: #99a9bf;
    }
  
    .bg-purple {
      /* background: #d3dce6; */
    }
  
    .bg-purple-light {
      background: #e5e9f2;
    }
  
    .grid-content {
      border-radius: 4px;
      min-height: 36px;
    }
  
    .row-bg {
      padding: 10px 0;
      background-color: #f9fafc;
    }
  
    /deep/ .bg-purple[data-v-0e3fe4ec] {
      background: #fff;
      height: 50px;
    }
  
    /deep/ .el-form--label-top .el-form-item__label {
      padding: 0;
    }
  
    .demo-input-suffix {
      display: flex;
      margin-right: 20px;
    }
  
    .pagination {
      text-align: right;
      line-height: 20px;
    }
  
    /deep/ .el-pagination__total {
      margin-top: 4px;
    }
  
    /deep/ .btn-prev {
      position: absolute;
      top: 4px;
      right: 69px;
    }
  
    /deep/ .el-pager {
      position: absolute;
      top: 4px;
      right: 40px;
    }
  
    /deep/ .btn-next {
      position: absolute;
      top: 4px;
      right: 10px;
    }
  
    .dialog_css {
      padding: 0px;
    }
ab818baa   杨鑫   '1'
2527
2528
2529
2530
2531
  
    .dialog_xin {
      padding: 0px;
    }
  
6ee6b0b7   杨鑫   '最新'
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
    /deep/.el-dialog__body {
      padding: 0px;
    }
  
    /deep/ .el-dialog__header {
      background-color: #fff;
      padding: 0
    }
  
    /deep/.el-dialog__title {
      color: #000;
    }
  
    .el-row {
  
  
      &:last-child {
        margin-bottom: 0;
      }
    }
  
    /deep/ .avatar-uploader .el-upload {
      border: 1px dashed #d9d9d9;
      border-radius: 6px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }
  
  
    .avatar {
      width: 108px;
      height: 108px;
      display: block;
    }
  
    ::v-deep .el-tabs__item.is-active {
      color: #3F9B6A;
      opacity: 1;
    }
  
    /deep/ .el-tabs__nav-wrap::after {
      background-color: #fff;
    }
  
    ::v-deep .el-tabs__item:hover {
      color: #3F9B6A;
      cursor: pointer;
      opacity: 1;
    }
  
    /deep/ .el-tabs__active-bar {
      background-color: #389865;
    }
  
    /deep/ .el-table_2_column_13 {
      font-weight: 100;
    }
  
    ::v-deep .el-input__inner:focus {
      border: #3F9B6A 1px solid;
    }
  
    ::v-deep .el-input__inner:hover {
      border: #3F9B6A 1px solid;
    }
  
    ::v-deep .el-select .el-input.is-focus .el-input__inner {
      border-color: #3F9B6A
    }
  
  
    /* ::v-deep .el-steps .el-step__head.is-wait {
    background-color: red; /* 修改为你想要的颜色 */
  
    /* 修改未进行步骤的描述文字颜色 */
    ::v-deep .el-steps .el-step__description.is-wait {
      color: #999;
      /* 修改为你想要的颜色 */
    }
  
    ::v-deep .el-col {
      padding: 0 !important;
    }
ab818baa   杨鑫   '1'
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
  
   .titles {
     font-size: 16px;
     position: relative;
     padding-left: 14px;
     font-weight: 600;
   }
  
   .titles::before {
     content: '';
     width: 4px;
     height: 16px;
     background-color: #3F9B6A;
     position: absolute;
     top: 1px;
     left: 0;
     border-radius: 5px;
   }
  
  
    ::v-deep .editcss {
      font-size: 14px;
  
      .el-form-item__label {
        color: #AEAEAE;
      }
    }
  
    ::v-deep .zystyle {
      margin-top: 20px;
  
      .el-input--suffix .el-input__inner {
6ee6b0b7   杨鑫   '最新'
2648
2649
2650
2651
        padding: 0;
        border: none;
        color: #3F9B6A;
      }
ab818baa   杨鑫   '1'
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
    }
  
    .yizu {
      background-color: #4F7AFF;
      width: 5px;
      height: 5px;
    }
  
    .daizu {
      background-color: #F59A23;
      width: 5px;
      height: 5px;
    }
    .el-row {
      margin-bottom: 16px;
    }
    .duiqi {
      line-height: 40px;
    }
6ee6b0b7   杨鑫   '最新'
2671
2672
2673
2674
  </style>
  <style lang="scss" scoped>
    ::v-deep .bian_css {
      .el-dialog__header {
ab818baa   杨鑫   '1'
2675
2676
2677
2678
2679
        padding: 10px 20px 20px 20px;
      }
  
      .el-dialog__body {
        padding: 5px;
6ee6b0b7   杨鑫   '最新'
2680
      }
6ee6b0b7   杨鑫   '最新'
2681
2682
    }
  
ab818baa   杨鑫   '1'
2683
2684
2685
2686
    ::v-deep .xinFrom {
      .el-input--mini .el-input__inner {
        height: 36px;
        line-height: 36px;
6ee6b0b7   杨鑫   '最新'
2687
      }
ab818baa   杨鑫   '1'
2688
2689
2690
2691
  
      .el-range-editor--mini.el-input__inner {
        height: 36px;
        width: 100%;
6ee6b0b7   杨鑫   '最新'
2692
2693
      }
    }
ab818baa   杨鑫   '1'
2694
2695
2696
  
    ::v-deep .buttonHover:hover {
      color: #3f9b6a !important;
6ee6b0b7   杨鑫   '最新'
2697
2698
2699
2700
      border-color: #c5e1d2 !important;
      background-color: #ecf5f0 !important;
      outline: none;
    }
ab818baa   杨鑫   '1'
2701
2702
  
    ::v-deep .el-pagination__total {
6ee6b0b7   杨鑫   '最新'
2703
2704
2705
      position: absolute;
      left: 10px;
    }
6ee6b0b7   杨鑫   '最新'
2706
  </style>