Blame view

admin-web-master/src/components/resourceCommodity/index.vue 10.8 KB
4373acf5   wesley88   1
1
2
  <template>
    <div>
b9f23950   wesley88   1
3
      <div>
4373acf5   wesley88   1
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
        <el-tabs v-model="xiangTab">
          <el-tab-pane label="资源信息" name="first">
            <div style="margin-top: 30px;" class="editcss">
              <TitleWithCircle title="基础信息" />
              <div style="padding: 20px;">
                <el-form :model="editbgid" ref="ruleForm" label-width="140px" class="demo-ruleForm">
                  <el-row :gutter="20">
                    <el-col :span="8">
                      <el-form-item label="商铺名称" prop="shopName">
                        <div class="duiqi">{{editbgid.shopName}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="场地编号" prop="venueNumber">
                        <div class="duiqi">{{editbgid.venueNumber}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="门牌号" prop="houseNumber">
                        <div class="duiqi">{{editbgid.houseNumber}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="8">
                      <el-form-item label="建筑形式" prop="architecturalForm">
                        <div class="duiqi">{{editbgid.architecturalForm}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="所属绿道段" prop="belongingGreenwaySection">
                        <div class="duiqi">{{editbgid.belongingGreenwaySection}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="所属公园/步道" prop="belongingParkTrail">
                        <div class="duiqi">{{editbgid.belongingParkTrail}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="8">
                      <el-form-item label="建筑面积" prop="floorSpace">
                        <div class="duiqi">{{editbgid.floorSpace}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="实际使用面积" prop="actualUsableArea">
                        <div class="duiqi">{{editbgid.actualUsableArea}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="所属区域" prop="belongingRegion">
                        <div class="duiqi">{{editbgid.belongingRegion}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-row :gutter="20">
                    <el-col :span="8">
                      <el-form-item label="归属部门" prop="belongingDepartment">
                        <div class="duiqi">{{editbgid.belongingDepartment}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="负责人" prop="head">
                        <div class="duiqi">{{editbgid.head}}</div>
                      </el-form-item>
                    </el-col>
                    <el-col :span="8">
                      <el-form-item label="详细位置" prop="detailedLocation">
                        <div class="duiqi">{{editbgid.detailedLocation}}</div>
                      </el-form-item>
                    </el-col>
                  </el-row>
                  <el-form-item label="地图标点" prop="mapPunctuation" v-if="false">
                    <div style="width: 100%;height: 300px;">
                      <!-- :edit='edit' :sendMap='getChildDate' -->
b9f23950   wesley88   1
81
                      <MapXian :message="parentMessage"></MapXian>
4373acf5   wesley88   1
82
83
84
                    </div>
                  </el-form-item>
                  <el-form-item label="建筑图纸" prop="architecturalDrawings">
b9f23950   wesley88   1
85
86
87
88
                    <div>
                      <img :src="item" alt="" style="width:140px;height:140px;"
                        v-for="item in editbgid.architecturalDrawings.split(',')">
                    </div>
4373acf5   wesley88   1
89
90
                  </el-form-item>
                  <el-form-item label="商铺描述" prop="shopDescription">
b9f23950   wesley88   1
91
                    <div class="duiqi">{{editbgid.shopDescription}}</div>
4373acf5   wesley88   1
92
93
                  </el-form-item>
                  <el-form-item label="展示主图" prop="displayMainImage">
b9f23950   wesley88   1
94
                    <img :src="editbgid.displayMainImage" alt="" style="width:140px;height:140px;">
4373acf5   wesley88   1
95
96
97
98
99
100
101
102
103
104
                  </el-form-item>
                  <el-form-item label="其他图片/视频" prop="otherImageVideos">
                    <div class="duiqi">{{editbgid.otherImageVideos}}</div>
                  </el-form-item>
                </el-form>
              </div>
            </div>
          </el-tab-pane>
          <el-tab-pane label="招商方案信息" name="second">
            <div style="margin-top: 30px;" class="editcss">
b9f23950   wesley88   1
105
106
              <!-- <TitleWithCircle title="招商方案信息" /> -->
  
4373acf5   wesley88   1
107
108
              <TitleWithCircle title="策略方案" />
              <div style="padding: 20px;">
b9f23950   wesley88   1
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
                <el-table :data="datalist"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
                  tooltip-effect="dark custom-tooltip-effect">
                  <el-table-column label="策略名称" prop="policyName" min-width="200">
                  </el-table-column>
                  <el-table-column label="适用资源" prop="applicableResources" min-width="100">
                  </el-table-column>
                  <el-table-column label="经营类型" prop="businessType" min-width="100">
  
                  </el-table-column>
                  <el-table-column label="租金价格" prop="rentalPrice" min-width="150">
                  </el-table-column>
                  <el-table-column label="租期" prop="leaseTerm" min-width="100">
                  </el-table-column>
                  <el-table-column label="是否出租" prop="isRental" min-width="100">
                    <template slot-scope="scope">
                      {{scope.row.isRental == '0'?'否':'是'}}
                    </template>
                  </el-table-column>
                  <el-table-column label="是否自营" prop="planningObjectives" min-width="100">
                    <template slot-scope="scope">
                      {{scope.row.isSelfOperated == '0'?'否':'是'}}
                    </template>
                  </el-table-column>
                </el-table>
4373acf5   wesley88   1
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
              </div>
            </div>
          </el-tab-pane>
          <!-- <el-tab-pane label="租赁记录" name="third" v-if="edit">
            <div style="margin-top: 30px;" class="editcss">
              <div class="titles">
                租赁记录
              </div>
              <div style="padding: 20px;">
                <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
                  :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
                  tooltip-effect="dark custom-tooltip-effect">
                  <el-table-column label="承租商家" min-width="80">
  
                  </el-table-column>
                  <el-table-column label="租赁期限" prop="houseNumber" min-width="80" show-overflow-tooltip>
  
                  </el-table-column>
                  <el-table-column label="经营类型" prop="actualUsableArea" min-width="150" show-overflow-tooltip>
                  </el-table-column>
  
                  <el-table-column label="租金/周期" prop="head" min-width="120" show-overflow-tooltip>
                  </el-table-column>
                  <el-table-column label="租赁状态" prop="rentalStatus" min-width="120" show-overflow-tooltip>
                    <template slot-scope="scope">
                      {{scope.row.rentalStatus=='0'?'待租':'已租'}}
                    </template>
                  </el-table-column>
                  <el-table-column label="当前状态" prop="publishStatus" min-width="150" show-overflow-tooltip>
                    <template slot-scope="scope">
                      {{scope.row.publishStatus=='0'?'待发布':scope.row.publishStatus=='1'?'待审核':'已审核'}}
                    </template>
                  </el-table-column>
  
                  <el-table-column label="操作" min-width="160" fixed="right">
                    <template slot-scope="scope">
                      <div @click="handleEditForm(scope.row)" class="tableBtn greens">查看</div>
                    </template>
                  </el-table-column>
                </el-table>
              </div>
            </div>
          </el-tab-pane> -->
          <!--   <el-tab-pane label="人流情况" name="fourth" v-if="edit">
              <div style="margin-top: 30px;" class="editcss">
                <div class="titles">
                  人流量情况
                </div>
               </div>
            </el-tab-pane>
            <el-tab-pane label="物业维护记录" name="five" v-if="edit">
              <div style="margin-top: 30px;" class="editcss">
                <div class="titles">
                  物业维护记录
                </div>
               </div>
            </el-tab-pane> -->
        </el-tabs>
      </div>
      <div>
        <el-button class="buttonHover"
          style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;margin-top: 20px;"
          @click="changetype">返回</el-button>
      </div>
    </div>
  </template>
  
  <script>
    import MapXian from "@/components/MapContainer/MapXian";
    import TitleWithCircle from '@/components/top/index';
b9f23950   wesley88   1
204
205
206
    import {
      cereResourceStrategylist
    } from '@/api/newly';
4373acf5   wesley88   1
207
208
    export default {
      components: {
b9f23950   wesley88   1
209
210
        TitleWithCircle,
        MapXian
4373acf5   wesley88   1
211
212
213
214
215
216
217
218
219
220
221
222
223
      },
      props: {
        editbgid: {
          type: Object,
          default: function() {
            return {};
          },
        },
      },
      data() {
        return {
          xiangTab: 'first',
          list: [],
b9f23950   wesley88   1
224
225
          parentMessage: {},
          datalist: []
4373acf5   wesley88   1
226
227
228
229
230
231
232
233
234
        }
      },
      created() {
        if (typeof this.editbgid.mapPunctuation == 'string') {
          this.parentMessage = JSON.parse(this.editbgid.mapPunctuation)
        } else {
          this.parentMessage = this.editbgid.mapPunctuation
        }
        console.error(this.editbgid)
b9f23950   wesley88   1
235
        if (this.editbgid.id) {
4373acf5   wesley88   1
236
237
238
          let c1 = {
            pageNumber: 0,
            pageSize: 10,
b9f23950   wesley88   1
239
            resourcesId: 'sp' + this.editbgid.id
4373acf5   wesley88   1
240
          }
b9f23950   wesley88   1
241
          cereResourceStrategylist(c1).then(res => {
4373acf5   wesley88   1
242
243
244
245
246
247
248
249
250
            console.error(res)
            this.datalist = res.data
          })
        }
      },
      computed: {
  
      },
      methods: {
b9f23950   wesley88   1
251
252
        changetype() {
          this.xiangTab = 'first'
4373acf5   wesley88   1
253
254
255
256
257
258
259
260
261
          this.$emit('removeonaction', '1')
        },
      }
    }
  </script>
  <style>
    .el-form-item__label {
      color: #a2a2a2;
    }
b9f23950   wesley88   1
262
  
4373acf5   wesley88   1
263
264
265
266
    .greens {
      color: #3F9B6A;
    }
  </style>