centaline-data-driven 1.1.55 → 1.1.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/.babelrc +12 -12
  2. package/.editorconfig +9 -9
  3. package/.gitattributes +63 -63
  4. package/.postcssrc.js +10 -10
  5. package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache +0 -0
  6. package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/db.lock +0 -0
  7. package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/storage.ide +0 -0
  8. package/Centaline.Front_End.DataDriven.csproj +37 -37
  9. package/Centaline.Front_End.DataDriven.sln +25 -25
  10. package/Properties/launchSettings.json +26 -26
  11. package/README.md +140 -140
  12. package/build/build.js +41 -41
  13. package/build/centaline/centaline.path.js +59 -59
  14. package/build/centaline/webpack.centaline.conf.js +106 -106
  15. package/build/check-versions.js +54 -54
  16. package/build/utils.js +102 -102
  17. package/build/vue-loader.conf.js +22 -22
  18. package/build/webpack.base.conf.js +82 -82
  19. package/build/webpack.dev.conf.js +111 -111
  20. package/build/webpack.prod.conf.js +145 -145
  21. package/config/dev.env.js +12 -12
  22. package/config/index.js +73 -73
  23. package/config/prod.env.js +4 -4
  24. package/index.html +14 -14
  25. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +73 -0
  26. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +29 -0
  27. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.targets +15 -0
  28. package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.AssemblyInfo.cs +23 -0
  29. package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.RazorAssemblyInfo.cs +20 -0
  30. package/obj/project.assets.json +11907 -0
  31. package/package.json +75 -75
  32. package/src/App.vue +10 -10
  33. package/src/Detail.vue +29 -26
  34. package/src/Edit.vue +32 -32
  35. package/src/Form.vue +45 -29
  36. package/src/SearchList.vue +41 -40
  37. package/src/SearchTree.vue +51 -51
  38. package/src/Tabs.vue +19 -19
  39. package/src/centaline/api/index.js +249 -249
  40. package/src/centaline/comfirm/index.js +11 -11
  41. package/src/centaline/comfirm/src/comfirm.vue +44 -44
  42. package/src/centaline/common/index.js +738 -738
  43. package/src/centaline/css/common.css +752 -748
  44. package/src/centaline/css/max.css +208 -208
  45. package/src/centaline/dialogList/index.js +11 -11
  46. package/src/centaline/dialogList/src/dialog.vue +210 -210
  47. package/src/centaline/dialogList/src/dialogList.vue +65 -65
  48. package/src/centaline/dialogList/src/dialogNew.vue +78 -78
  49. package/src/centaline/dialogList/src/drag.js +77 -77
  50. package/src/centaline/directives/index.js +23 -23
  51. package/src/centaline/dynamicBtn/index.js +11 -11
  52. package/src/centaline/dynamicBtn/src/dynamicBtn.vue +100 -100
  53. package/src/centaline/dynamicCb/index.js +11 -11
  54. package/src/centaline/dynamicCb/src/dynamicCb.vue +72 -72
  55. package/src/centaline/dynamicCheckbox/index.js +11 -11
  56. package/src/centaline/dynamicCheckbox/src/dynamicCheckbox.vue +128 -128
  57. package/src/centaline/dynamicComboBoxWithTextBox/index.js +11 -11
  58. package/src/centaline/dynamicComboBoxWithTextBox/src/dynamicComboBoxWithTextBox.vue +240 -240
  59. package/src/centaline/dynamicD/index.js +11 -11
  60. package/src/centaline/dynamicD/src/dynamicD.vue +92 -92
  61. package/src/centaline/dynamicDetail/index.js +10 -10
  62. package/src/centaline/dynamicDetail/src/dynamicDetail.vue +40 -40
  63. package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +1280 -1280
  64. package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +1346 -1293
  65. package/src/centaline/dynamicDrop/index.js +11 -11
  66. package/src/centaline/dynamicDrop/src/dynamicDrop.vue +54 -54
  67. package/src/centaline/dynamicDtd/index.js +11 -11
  68. package/src/centaline/dynamicDtd/src/dynamicDtd.vue +125 -125
  69. package/src/centaline/dynamicDtd/src/dynamicDtdOld.vue +93 -93
  70. package/src/centaline/dynamicFile/index.js +11 -11
  71. package/src/centaline/dynamicFile/src/dynamicFile.vue +289 -288
  72. package/src/centaline/dynamicForm/index.js +24 -24
  73. package/src/centaline/dynamicForm/src/dynamicForm.vue +564 -564
  74. package/src/centaline/dynamicForm/src/dynamicFormList.vue +209 -209
  75. package/src/centaline/dynamicForm/src/dynamicFormListTable.vue +376 -376
  76. package/src/centaline/dynamicGp/index.js +11 -11
  77. package/src/centaline/dynamicGp/src/dynamicGp.vue +27 -27
  78. package/src/centaline/dynamicHyperLink/index.js +10 -10
  79. package/src/centaline/dynamicHyperLink/src/dynamicHyperLink.vue +54 -54
  80. package/src/centaline/dynamicInput/index.js +35 -35
  81. package/src/centaline/dynamicInput/src/dynamicInput.vue +35 -35
  82. package/src/centaline/dynamicInputNumber/index.js +11 -11
  83. package/src/centaline/dynamicInputNumber/src/dynamicInputNumber.vue +157 -157
  84. package/src/centaline/dynamicIti/index.js +11 -11
  85. package/src/centaline/dynamicIti/src/dynamicIti.vue +148 -148
  86. package/src/centaline/dynamicL/index.js +11 -11
  87. package/src/centaline/dynamicL/src/dynamicL.vue +37 -37
  88. package/src/centaline/dynamicLabel/index.js +11 -11
  89. package/src/centaline/dynamicLabel/src/dynamicLabel.vue +73 -73
  90. package/src/centaline/dynamicLs/index.js +22 -22
  91. package/src/centaline/dynamicLs/src/dynamicLs.vue +233 -233
  92. package/src/centaline/dynamicMo/index.js +13 -13
  93. package/src/centaline/dynamicMo/src/dynamicMo.vue +421 -421
  94. package/src/centaline/dynamicMt/index.js +11 -11
  95. package/src/centaline/dynamicMt/src/dynamicMt.vue +44 -44
  96. package/src/centaline/dynamicPlaceHolder/index.js +10 -10
  97. package/src/centaline/dynamicPlaceHolder/src/dynamicPlaceHolder.vue +29 -29
  98. package/src/centaline/dynamicPopupSearchList/index.js +11 -11
  99. package/src/centaline/dynamicPopupSearchList/src/dynamicPopupSearchList.vue +157 -157
  100. package/src/centaline/dynamicPopupSearchList/src/dynamicPopupSearchListTable.vue +239 -239
  101. package/src/centaline/dynamicRichText/index.js +11 -11
  102. package/src/centaline/dynamicRichText/src/dynamicRichText.vue +33 -33
  103. package/src/centaline/dynamicSearchList/index.js +11 -11
  104. package/src/centaline/dynamicSearchList/src/dynamicSearchCategory.vue +121 -121
  105. package/src/centaline/dynamicSearchList/src/dynamicSearchList.vue +135 -135
  106. package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +206 -206
  107. package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +1082 -1069
  108. package/src/centaline/dynamicSearchList/src/dynamicTableStatistics.vue +30 -30
  109. package/src/centaline/dynamicSearchList/src/dynamicTableTip.vue +46 -46
  110. package/src/centaline/dynamicSearchList/src/dynamicTableToolbar.vue +61 -61
  111. package/src/centaline/dynamicSeg/index.js +11 -11
  112. package/src/centaline/dynamicSeg/src/dynamicSeg.vue +100 -100
  113. package/src/centaline/dynamicSensitiveEye/index.js +11 -11
  114. package/src/centaline/dynamicSensitiveEye/src/dynamicSensitiveEye.vue +74 -74
  115. package/src/centaline/dynamicSo/index.js +14 -14
  116. package/src/centaline/dynamicSo/src/dynamicSo.vue +329 -328
  117. package/src/centaline/dynamicSo/src/dynamicSo/345/211/257/346/234/254.vue +69 -69
  118. package/src/centaline/dynamicSos/index.js +14 -14
  119. package/src/centaline/dynamicSos/src/dynamicSos - /345/244/215/345/210/266.vue" +223 -223
  120. package/src/centaline/dynamicSos/src/dynamicSos.vue +261 -260
  121. package/src/centaline/dynamicSw/index.js +11 -11
  122. package/src/centaline/dynamicSw/src/dynamicSw.vue +74 -74
  123. package/src/centaline/dynamicT/index.js +11 -11
  124. package/src/centaline/dynamicT/src/dynamicT.vue +79 -79
  125. package/src/centaline/dynamicTab/index.js +11 -11
  126. package/src/centaline/dynamicTab/src/dynamicTab.vue +49 -49
  127. package/src/centaline/dynamicTabs/index.js +11 -11
  128. package/src/centaline/dynamicTabs/src/dynamicTabs.vue +69 -69
  129. package/src/centaline/dynamicTags/index.js +13 -13
  130. package/src/centaline/dynamicTags/src/dynamicTags - /345/244/215/345/210/266.vue" +391 -391
  131. package/src/centaline/dynamicTags/src/dynamicTags.vue +427 -427
  132. package/src/centaline/dynamicTimeSelect/index.js +11 -11
  133. package/src/centaline/dynamicTimeSelect/src/dynamicTimeSelect.vue +141 -141
  134. package/src/centaline/dynamicTree/index.js +11 -11
  135. package/src/centaline/dynamicTree/src/dynamicSearchTree.vue +66 -66
  136. package/src/centaline/dynamicTree/src/dynamicTree.vue +233 -233
  137. package/src/centaline/dynamicTree/src/dynamicTreeList.vue +74 -74
  138. package/src/centaline/formData/index.js +290 -290
  139. package/src/centaline/imgPreview/index.js +42 -42
  140. package/src/centaline/imgPreview/src/imgPreview.vue +26 -26
  141. package/src/centaline/index.js +51 -51
  142. package/src/centaline/loader/index.js +157 -157
  143. package/src/centaline/loader/src/ctl/Base.js +270 -261
  144. package/src/centaline/loader/src/ctl/Button.js +44 -44
  145. package/src/centaline/loader/src/ctl/Cb.js +27 -27
  146. package/src/centaline/loader/src/ctl/Checkbox.js +107 -107
  147. package/src/centaline/loader/src/ctl/ComboBoxWithTextBox.js +162 -162
  148. package/src/centaline/loader/src/ctl/D.js +31 -31
  149. package/src/centaline/loader/src/ctl/Detail.js +228 -175
  150. package/src/centaline/loader/src/ctl/Dtd.js +115 -115
  151. package/src/centaline/loader/src/ctl/DtdOld.js +129 -129
  152. package/src/centaline/loader/src/ctl/File.js +292 -292
  153. package/src/centaline/loader/src/ctl/Form.js +380 -380
  154. package/src/centaline/loader/src/ctl/FormList.js +428 -428
  155. package/src/centaline/loader/src/ctl/GM.js +20 -20
  156. package/src/centaline/loader/src/ctl/Gp.js +9 -9
  157. package/src/centaline/loader/src/ctl/Hd.js +13 -13
  158. package/src/centaline/loader/src/ctl/HyperLink.js +24 -24
  159. package/src/centaline/loader/src/ctl/InputNumber.js +51 -51
  160. package/src/centaline/loader/src/ctl/Iti.js +108 -108
  161. package/src/centaline/loader/src/ctl/L.js +18 -18
  162. package/src/centaline/loader/src/ctl/Mo.js +183 -183
  163. package/src/centaline/loader/src/ctl/Mt.js +20 -20
  164. package/src/centaline/loader/src/ctl/PlaceHolder.js +15 -15
  165. package/src/centaline/loader/src/ctl/Router.js +273 -273
  166. package/src/centaline/loader/src/ctl/SearchCategory.js +54 -54
  167. package/src/centaline/loader/src/ctl/SearchScreen.js +236 -236
  168. package/src/centaline/loader/src/ctl/SearchTable.js +787 -772
  169. package/src/centaline/loader/src/ctl/Seg.js +37 -37
  170. package/src/centaline/loader/src/ctl/SensitiveEye.js +65 -65
  171. package/src/centaline/loader/src/ctl/So.js +117 -117
  172. package/src/centaline/loader/src/ctl/Sos.js +128 -128
  173. package/src/centaline/loader/src/ctl/Sw.js +27 -27
  174. package/src/centaline/loader/src/ctl/T.js +65 -65
  175. package/src/centaline/loader/src/ctl/Tabs.js +57 -57
  176. package/src/centaline/loader/src/ctl/Tags.js +191 -191
  177. package/src/centaline/loader/src/ctl/TimeSelect.js +87 -87
  178. package/src/centaline/loader/src/ctl/Tree.js +151 -151
  179. package/src/centaline/loader/src/ctl/Ttts.js +78 -78
  180. package/src/centaline/loader/src/ctl/lib/Enum.js +580 -563
  181. package/src/centaline/loader/src/ctl/lib/LibFunction.js +364 -364
  182. package/src/centaline/loader/src/ctl.js +36 -36
  183. package/src/centaline/mixins/dynamicElement.js +151 -151
  184. package/src/centaline/mixins/dynamicSelect.js +84 -84
  185. package/src/centaline/mixins/emitter.js +33 -33
  186. package/src/centaline/progress/index.js +11 -11
  187. package/src/centaline/progress/src/progress.vue +70 -70
  188. package/src/centaline/quickInput/src/quickInput.vue +64 -64
  189. package/src/centaline/selectOption/src/selectOption.vue +61 -61
  190. package/src/centaline/selectOption/src/selectOptionVertical.vue +80 -80
  191. package/src/centaline/templateControls/index.js +17 -17
  192. package/src/centaline/templateControls/src/dynamicTableA.vue +20 -20
  193. package/src/centaline/templateControls/src/dynamicTableCurrency.vue +62 -62
  194. package/src/centaline/templateControls/src/dynamicTableImg.vue +25 -25
  195. package/src/centaline/templates/index.js +34 -34
  196. package/src/centaline/templates/src/ContractSearch.js +67 -67
  197. package/src/centaline/templates/src/test.js +44 -44
  198. package/src/centaline/validate/index.js +332 -332
  199. package/src/main.js +55 -46
  200. package/src/router/index.js +44 -44
  201. package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
  202. package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
@@ -1,1293 +1,1346 @@
1
- <template>
2
- <div class="main" v-if="model!==null">
3
- <div class="details-content">
4
- <div class="details-head base-box mb10">
5
- <div class="head-type">{{model.fields1Dic.Trade.value}}</div>
6
- <div class="head-info">
7
- <div class="title">
8
- <span>{{model.fields1Dic.StatusName.value}}</span>
9
- <span class="head-line"></span>
10
- <span>{{model.fields1Dic.EstateName.value}}</span>
11
- <span> {{model.fields1Dic.BuildingName.value}}</span>
12
- <span>{{model.fields1Dic.RoomNo.value}}</span>
13
- <img :src="model.fields1Dic.FavoriteUrl.value" alt="" class="collection">
14
- </div>
15
- <div class="title-other">
16
- <span>{{model.fields1Dic.PropertyNo.label}}{{model.fields1Dic.PropertyNo.value}}</span>
17
- <span>{{model.fields1Dic.GovNo.label}}{{model.fields1Dic.GovNo.value}}</span>
18
- <span class="mr10">{{model.fields1Dic["DistrictName"].value+model.fields1Dic.AreaName.value}}</span>
19
- <img :src="model.fields1Dic.LocationUrl.value" alt="" class="location">
20
- </div>
21
- <div class="title-tags">
22
- <div class="t-tag" v-for="(tag, index) in model.actionRouterLabel" :key="index"
23
- :style="{color:tag.textColor,backgroundColor:tag.bgColor,borderColor:tag.borderColor}">
24
- {{tag.label}}
25
- </div>
26
- </div>
27
- </div>
28
-
29
- <div class="head-but">
30
- <div>
31
- <component v-if="model.otherTradeActionRouter!==null" v-bind="model.otherTradeActionRouter" class="max-default"
32
- :is="model.otherTradeActionRouter.is" :vmodel="model.otherTradeActionRouter" :api="model.optionApi"></component>
33
- <component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[0]!==null"
34
- :is="model.actionRouters[0].is" :vmodel="model.actionRouters[0]" :api="model.optionApi"></component>
35
- </div>
36
- <div class="mt5">
37
- <component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[1]!==null"
38
- :is="model.actionRouters[1].is" :vmodel="model.actionRouters[1]" :api="model.optionApi"></component>
39
- </div>
40
- <div class="mt5">
41
- <button type="button" class="el-button el-button--info el-button--mini max-report rel"
42
- v-if="model.actionRoutersMoreList !== null">
43
- <img src="../../../assets/dian.png" alt="" class="report">
44
- <ul class="report-cont">
45
- <li v-for="(col, index) in model.actionRoutersMoreList" :key="index" v-if="col.show !== false">
46
- <component class="max-report" :is="col.is" :vmodel="col" :api="model.optionApi"></component>
47
- </li>
48
- </ul>
49
- </button>
50
- <component v-else-if="model.actionRouters!==null && model.actionRouters[2]!==null" class="max-report"
51
- :is="model.actionRouters[2].is" :vmodel="model.actionRouters[2]" :api="model.optionApi"></component>
52
- </div>
53
- </div>
54
- </div>
55
-
56
- <div class="details-mid y-auto" style="height:570px">
57
- <div class="mid-l">
58
- <!-- 图片内容部分 -->
59
- <div class="hous-info base-box">
60
- <div class="info-conten">
61
- <div class="hous-t">
62
- <div>
63
- <el-carousel
64
- arrow="hover"
65
- height="140px"
66
- :autoplay="false"
67
- indicator-position="none"
68
- >
69
- <el-carousel-item
70
- v-for="(item,index) in PropertyInfo.swiper"
71
- :key="index"
72
- >
73
- <div class="swiper-i">
74
- <img :src="item.url">
75
- <img src="../../../assets/Mvr.png" alt="" class="hous-icon">
76
-
77
- </div>
78
- </el-carousel-item>
79
- </el-carousel>
80
-
81
- <div class="hous-img">
82
- <div
83
- class="img-i"
84
- v-for="(item,index) in PropertyInfo.swiper"
85
- :key="index"
86
- > <img :src="item.url">
87
- <div class="img-bot">
88
- <div v-if="item.type.includes('vr')">
89
- <img src="../../../assets/VR.png" alt="" class="img-icon">
90
- <span>VR</span>
91
- </div>
92
- <div v-if="item.type.includes('img')">
93
- <img src="../../../assets/image.png" alt="" class="img-icon">
94
- <span>图片</span>
95
- </div>
96
- <div v-if="item.type.includes('video')">
97
- <img src="../../../assets/video.png" alt="" class="img-icon">
98
- <span>视频</span>
99
- </div>
100
- </div>
101
- </div>
102
- </div>
103
- </div>
104
- </div>
105
- <div class="hous-b">
106
- <img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm">
107
- <div class="info-row mb20 mt5">
108
- <div class="row-i"><span>{{model.fields1Dic.Price.label}}</span><span class="base-clolr expand-f">{{model.fields1Dic.Price.value}}</span><span class="base-clolr">{{model.fields1Dic.Price.unitName}}</span>
109
- <img src="" alt="">
110
- </div>
111
- <div class="row-i"><span>{{model.fields1Dic.PriceUnit.label}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.value}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.unitName}}</span></div>
112
- <div class="row-i"><span>{{model.fields1Dic.PriceLine.label}}</span><div>{{model.fields1Dic.PriceLine.value}}{{model.fields1Dic.PriceLine.unitName}}</div></div></div>
113
- <div class="info-row">
114
- <div class="row-i">
115
- <span >{{model.fields1Dic.AssessPrice.label}}</span><span>{{model.fields1Dic.AssessPrice.value}} </span><span>{{model.fields1Dic.AssessPrice.unitName}}</span>
116
- </div>
117
- <div class="row-i"><span>{{model.fields1Dic.EstimatePriceRent.label}}</span><div>{{model.fields1Dic.EstimatePriceRent.value}}<span>{{model.fields1Dic.EstimatePriceRent.unitName}}</span></div></div>
118
- <div class="row-i"><span>{{model.fields1Dic.EstimatePriceRentUnit.label}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.value}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.unitName}}</span></div>
119
- </div>
120
-
121
- <div class="info-mid">
122
- <div class="mid-i">
123
- <div>{{model.fields1Dic.Area.label}}</div><div>{{model.fields1Dic.Area.value}}{{model.fields1Dic.Area.unitName}}</div></div>
124
- <div class="mid-i"><div>{{model.fields1Dic.AreaNet.label}}</div><div>{{model.fields1Dic.AreaNet.value}}{{model.fields1Dic.AreaNet.unitName}}</div></div>
125
- <div class="mid-i"><div>{{model.fields1Dic.FloorName.label}}</div><div>{{model.fields1Dic.FloorName.value}}</div></div>
126
- <div class="mid-i"><div>{{model.fields1Dic.PropertyDirectionID.label}}</div><div>{{model.fields1Dic.PropertyDirectionID.value}}</div></div>
127
- </div>
128
- </div>
129
- </div>
130
- <div class="info-conten-b" v-show="allInfo">
131
- <div class="info-row mb20">
132
- <div class="row-i"><span>建筑用途:</span><span>写字楼</span></div>
133
- <div class="row-i"><span>产权:</span><span>公司</span></div>
134
- <div class="row-i"><span>产权状况:</span><span>拍卖</span></div>
135
- <div class="row-i"><span>现状:</span><span>空房</span></div>
136
- <div class="row-i"><span>付费:</span><span>各付各税</span></div>
137
- <div class="row-i"><span>佣金:</span><span>600元</span></div>
138
- </div>
139
- </div>
140
- <div class="info-conten-b" v-show="allInfo">
141
- <div class="info-row mb20">
142
- <div class="row-i"><span>可以分割:</span><span>是</span></div>
143
- <div class="row-i"><span>看楼方式:</span><span>提前预约</span></div>
144
- <div class="row-i"><span>装修:</span><span>豪装</span></div>
145
- <div class="row-i"><span>租赁期:</span><span>半年</span></div>
146
- <div class="row-i"><span>付款方式:</span><span>一次性全款</span></div>
147
- <div class="row-i"><span>可否注册公司:</span><span>是</span></div>
148
- </div>
149
- </div>
150
- <div class="info-conten-b" v-show="allInfo">
151
- <div class="info-row mb20">
152
- <div class="row-i"><span>按揭银行:</span><span>中国农行</span></div>
153
- <div class="row-i"><span>欠款额度:</span><span>0.00万</span></div>
154
- <div class="row-i"><span>管理费:</span><span></span></div>
155
- <div class="row-i"><span>使用年限:</span><span>3年</span></div>
156
- <div class="row-i"><span>来源:</span><span></span></div>
157
- <div class="row-i"><span> </span><span> </span></div>
158
- </div>
159
- </div>
160
- <div class="info-conten-b" v-show="allInfo">
161
- <div class="info-row mb20">
162
- <div class="row-i"><span>房源描述:</span><span></span></div>
163
- </div>
164
- </div>
165
- <div class="open-mero" @click="allInfo=!allInfo">{{allInfo?'收起全部':'查看全部'}}
166
- <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allInfo?'more-colose':'more-open'" -->
167
- </div>
168
- </div>
169
- <div class="contacts-info base-box">
170
- <!-- 联系人 -->
171
- <div class="contacts-head">
172
- <div class="title-l">联系人信息</div>
173
- <button type="button" v-if="!codeOwner" @click="lookOwner" class="el-button contacts-but el-button--info el-button--mini max-info">查看业主</button>
174
- <div class="contacts-tips" v-else>
175
- <button class="el-button el-button--primary el-button--mini max-btn-add">新增联系人</button>
176
- <button class="el-button el-button--primary el-button--mini max-btn-add">通话记录</button>
177
- <button class="el-button el-button--primary el-button--mini max-btn-add">查看历史号码</button>
178
- </div>
179
-
180
- </div>
181
- <!-- 表格 -->
182
- <div class="contacts-table" v-show="codeOwner">
183
- <el-table
184
- :data="tableData"
185
- stripe
186
- fit
187
- style="width: 100%"
188
- :header-cell-style="{background:'#f3f3f3',color:'#333333'}">
189
- <el-table-column
190
- v-for="(item,index) in columnList"
191
- :key="index"
192
- :property="item.prop"
193
- :label="item.label"
194
- :min-width="item.width"
195
- >
196
- <template slot-scope="scope">
197
- <span v-if="scope.column.property=='phone'">{{ scope.row.phone }}
198
-
199
- </span>
200
- <span v-else-if="scope.column.property=='tel'">
201
- {{scope.row.tel}}
202
-
203
- </span>
204
- <span v-else>
205
- {{scope.row[scope.column.property]}}
206
- </span>
207
- </template>
208
- </el-table-column>
209
- </el-table>
210
- </div>
211
- </div>
212
- <div class="tablist-info base-box">
213
- <div class="details-tabs-box">
214
- <el-tabs v-model="follow">
215
- <el-tab-pane label="跟进" name="first">
216
- <el-form
217
- class="follow-search-bar"
218
- >
219
- <!-- <el-select
220
- v-model="value"
221
- placeholder="跟进类型"
222
- class="mr10"
223
- >
224
- <el-option
225
- v-for="item in options"
226
- :key="item.value"
227
- :label="item.label"
228
- :value="item.value"
229
- >
230
- </el-option>
231
- </el-select> -->
232
- <el-input
233
- class="w300 mr10"
234
- placeholder="请输入"
235
- maxlength="500"
236
- ></el-input>
237
- <el-button
238
- type="primary"
239
- @click="onSearch"
240
- >保存</el-button>
241
- <button class="el-button el-button--primary el-button--mini max-btn-add">新增跟进</button>
242
- </el-form>
243
-
244
- <el-table
245
- :data="followData"
246
- stripe
247
- style="width: 100%;margin-top:20px;height:200px;overflow:auto"
248
- :header-cell-style="{background:'#f3f3f3',color:'#333333'}"
249
- >
250
- <el-table-column
251
- prop="date"
252
- label="日期"
253
- width="180">
254
- </el-table-column>
255
- <el-table-column
256
- prop="name"
257
- label="状态"
258
- width="180">
259
- </el-table-column>
260
- <el-table-column
261
- prop="address"
262
- label="跟进人">
263
- </el-table-column>
264
- <el-table-column
265
- prop="address"
266
- label="跟进人部门">
267
- </el-table-column>
268
- <el-table-column
269
- prop="address"
270
- label="跟进时间">
271
- </el-table-column>
272
- </el-table>
273
- </el-tab-pane>
274
- <el-tab-pane label="委托" name="second">委托</el-tab-pane>
275
- <el-tab-pane label="钥匙" name="third">钥匙</el-tab-pane>
276
- <el-tab-pane label="交易变更" name="fourth">交易变更</el-tab-pane>
277
- <el-tab-pane label="多媒体记录" name="">多媒体记录</el-tab-pane>
278
- <el-tab-pane label="业绩分配" name="">业绩分配</el-tab-pane>
279
- <el-tab-pane label="楼主历史" name="">楼主历史</el-tab-pane>
280
- <el-tab-pane label="租户信息" name="">租户信息</el-tab-pane>
281
- <el-tab-pane label="合并盘" name="">合并盘</el-tab-pane>
282
- <el-tab-pane label="佐证" name="">佐证</el-tab-pane>
283
- <el-tab-pane label="销控表" name="">销控表</el-tab-pane>
284
- </el-tabs>
285
- </div>
286
- </div>
287
- <div class="contribute-info base-box">
288
- <div class="title-l">贡献人信息</div>
289
- <div class="contribute-list">
290
- <div class="contribute-i">
291
- <img src="" alt="图片">
292
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
293
- </div>
294
- <div class="contribute-i">
295
- <img src="" alt="图片">
296
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
297
- </div>
298
- <div class="contribute-i">
299
- <img src="" alt="图片">
300
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
301
- </div>
302
- <div class="contribute-i">
303
- <img src="" alt="图片">
304
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
305
- </div>
306
- <div class="contribute-i">
307
- <img src="" alt="图片">
308
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
309
- </div>
310
- <div class="contribute-i">
311
- <img src="" alt="图片">
312
- <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
313
- </div>
314
- </div>
315
- </div>
316
- </div>
317
- <!-- 右侧委托信息 -->
318
- <div class="mid-r">
319
- <div class="take-info base-box">
320
- <div>该房源共<span class="red-text">2</span>位客户看房</div>
321
- <div>最近7天带看<span class="red-text">22</span>次,总带看<span class="red-text">33</span>次。</div>
322
- </div>
323
- <div class="staff-info base-box">
324
- <el-tabs v-model="opening " @tab-click="handleClick">
325
- <el-tab-pane label="开盘人" name="first">
326
- <div class="el-tabs__content">
327
- <div role="tabpanel" id="pane-first" aria-labelledby="tab-first" class="el-tab-pane">
328
- <div class="tab-conten">
329
- <img src="/static/img/user-head.d2916812.png">
330
- <div>
331
- <div class="user-name">
332
- <div class="text">柳晓青</div><span class="user-but">系统管理组</span>
333
- </div>
334
- <div class="text">13736376666</div>
335
- <div v-show="allIn"><div class="user-other">其它信息</div></div>
336
- </div>
337
- </div>
338
- </div>
339
- </div>
340
-
341
- </el-tab-pane>
342
- <el-tab-pane label="楼主" name="second">楼主</el-tab-pane>
343
- </el-tabs>
344
- <div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
345
- <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allIn?'more-colose':'more-open'" -->
346
- </div>
347
- </div>
348
- <!-- <div class="operation-list p0">
349
- <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">编辑房源</button>
350
- <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">转潜盘</button>
351
- <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">激活房源</button>
352
- </div> -->
353
- <div class="operation-table base-box">
354
- <div class="table-box">
355
- <div class="t-item">
356
- <span class="i">住建委卖委托</span>
357
- </div>
358
- <div class="t-item"><span class="i">无委托</span></div>
359
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
360
- </div>
361
- <div class="table-box">
362
- <div class="t-item">
363
- <span class="i">独家委托</span>
364
- </div>
365
- <div class="t-item"><span class="i">无委托</span></div>
366
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
367
- </div>
368
- <div class="table-box">
369
- <div class="t-item">
370
- <span class="i">普通委托</span>
371
- </div>
372
- <div class="t-item"><span class="i">无委托</span></div>
373
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
374
- </div>
375
- <div class="table-box">
376
- <div class="t-item">
377
- <span class="i">踩盘</span>
378
- </div>
379
- <div class="t-item"><span class="i">无委托</span></div>
380
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>踩盘</span></button></div>
381
- </div>
382
- <div class="table-box">
383
- <div class="t-item">
384
- <span class="i">普通实勘</span>
385
- </div>
386
- <div class="t-item"><span class="i">无委托</span></div>
387
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增实勘</span></button></div>
388
- </div>
389
- <div class="table-box">
390
- <div class="t-item">
391
- <span class="i">VR实勘</span>
392
- </div>
393
- <div class="t-item"><span class="i">无委托</span></div>
394
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>VR预约</span></button></div>
395
- </div>
396
- <div class="table-box">
397
- <div class="t-item">
398
- <span class="i">钥匙</span>
399
- </div>
400
- <div class="t-item"><span class="i">无委托</span></div>
401
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增钥匙</span></button></div>
402
- </div>
403
- <div class="table-box">
404
- <div class="t-item">
405
- <span class="i">发布房源</span>
406
- </div>
407
- <div class="t-item"><span class="i">无委托</span></div>
408
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>发布</span></button></div>
409
- </div>
410
- <div class="table-box">
411
- <div class="t-item">
412
- <span class="i">经理推荐</span>
413
- </div>
414
- <div class="t-item"><span class="i">无委托</span></div>
415
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>推荐</span></button></div>
416
- </div>
417
- <div class="table-box">
418
- <div class="t-item">
419
- <span class="i">总房源</span>
420
- </div>
421
- <div class="t-item"><span class="i">无委托</span></div>
422
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>推荐</span></button></div>
423
- </div>
424
- <div class="table-box">
425
- <div class="t-item">
426
- <span class="i">推广资料</span>
427
- </div>
428
- <div class="t-item"><span class="i">无委托</span></div>
429
- <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增</span></button></div>
430
- </div>
431
- </div>
432
- <div class="customer">
433
- <div class="customer-title">
434
- 匹配客户
435
- </div>
436
- <div class="mt10 clearfix">
437
- <div class="customre-line"></div>
438
- <div class="match-customre rel">
439
- <div class="customre-name">
440
- 崔新河先生
441
- </div><div class="t-tag">A级</div>
442
- <div class="user-but customr-name">私客</div>
443
- </div>
444
- <div style="width:100%">
445
- <div class="customre-l">
446
- <div class="row-i"><span>交易:</span><span>求购</span></div>
447
- <div class="row-i"><span>意向物业:</span><span>商铺</span></div>
448
- <div class="row-i"><span>意向售价:</span><span>100.00-150.00</span></div>
449
- <div class="row-i"><span>下次联络:</span><span>2020/11/16 14:30</span></div>
450
- <div class="row-i"><span>租期到期:</span><span>求购</span></div>
451
- <div class="row-i"><span>最后跟进时间:</span><span>2020/11/16 14:30</span></div>
452
- <div class="row-i"><span>最后跟进内容:</span><span>2020/11/16 14:30</span></div>
453
- <div class="row-i mt10"><span>员工:</span><span>中原找房 蔡传兴</span></div>
454
- <div class="row-i pb10"><span>备注:</span><span></span></div>
455
- </div>
456
- <div class="customre-r">
457
- <div class="row-i"><span>交易:</span><span>预定</span></div>
458
- <div class="row-i"><span>意向面积:</span><span>商铺</span></div>
459
- <div class="row-i"><span>意向租价:</span><span>100.00-150.00</span></div>
460
- <div class="row-i"><span>委托日期:</span><span>2020/11/16 14:30</span></div>
461
- <div class="row-i"><span>推荐项目:</span><span>求购</span></div>
462
- </div>
463
- </div>
464
- </div>
465
-
466
- <div class=" clearfix">
467
- <div class="customre-line"></div>
468
- <div class="match-customre rel">
469
- <div class="customre-name">
470
- 崔新河先生
471
- </div><div class="t-tag">A级</div>
472
- <div class="user-but customr-name">私客</div>
473
- </div>
474
- <div style="width:100%">
475
- <div class="customre-l">
476
- <div class="row-i"><span>交易:</span><span>求购</span></div>
477
- <div class="row-i"><span>意向物业:</span><span>商铺</span></div>
478
- <div class="row-i"><span>意向售价:</span><span>100.00-150.00</span></div>
479
- <div class="row-i"><span>下次联络:</span><span>2020/11/16 14:30</span></div>
480
- <div class="row-i"><span>租期到期:</span><span>求购</span></div>
481
- <div class="row-i"><span>最后跟进时间:</span><span>2020/11/16 14:30</span></div>
482
- <div class="row-i"><span>最后跟进内容:</span><span>2020/11/16 14:30</span></div>
483
- <div class="row-i mt10"><span>员工:</span><span>中原找房 蔡传兴</span></div>
484
- <div class="row-i"><span>备注:</span><span></span></div>
485
- </div>
486
- <div class="customre-r">
487
- <div class="row-i"><span>交易:</span><span>预定</span></div>
488
- <div class="row-i"><span>意向面积:</span><span>商铺</span></div>
489
- <div class="row-i"><span>意向租价:</span><span>100.00-150.00</span></div>
490
- <div class="row-i"><span>委托日期:</span><span>2020/11/16 14:30</span></div>
491
- <div class="row-i"><span>推荐项目:</span><span>求购</span></div>
492
- </div>
493
- </div>
494
- </div>
495
- </div>
496
- </div>
497
- </div>
498
- </div>
499
- </div>
500
- </template>
501
-
502
- <script>
503
- import dynamicElement from '../../mixins/dynamicElement';
504
- export default {
505
- name: 'ct-PropertyDetailRET',
506
- mixins: [dynamicElement],
507
- props: {
508
- vmodel: Object,
509
- api: String,
510
- apiParam: Object,
511
- },
512
- data() {
513
- return {
514
- PropertyInfo: {
515
- swiper: [
516
- { name: '客厅', url: 'http://10.5.10.44:13031/Images/20210705/112133_b62d7a78-96b3-4801-b94c-47b83263a001.jpg?width=140&height=135&mode=stretch', isVr: true, type: 'vr' },
517
- { name: '餐厅', url: 'http://10.5.10.44:13031/Images/20210705/112124_4f83c6d5-36bd-444f-9ea1-fa4e3f4de5e0.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'img' },
518
- { name: '户型图', url: 'http://10.5.10.44:13031/Images/20210705/112505_6a3cb2d4-c773-4aba-91af-df6721eadb34.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'video' },
519
- { name: '其它', url: 'http://10.5.10.44:13031/Images/20210705/112133_b62d7a78-96b3-4801-b94c-47b83263a001.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'video' },
520
- ],},
521
- allInfo: false,
522
- allIn:false,
523
- codeOwner: false,
524
- columnList: [
525
- {
526
- prop: 'name',
527
- label: '联系人',
528
- width: '80'
529
- },
530
- {
531
- prop: 'type',
532
- label: '类型',
533
- width: '60'
534
- },
535
- {
536
- prop: 'phone',
537
- label: '手机',
538
- width: '125'
539
- },
540
- {
541
- prop: 'tel',
542
- label: '座机',
543
- width: '170'
544
- },
545
- {
546
- prop: 'wx',
547
- label: '微信',
548
- width: '150'
549
- },
550
- {
551
- prop: 'entTime',
552
- label: '录入时间',
553
- width: '150'
554
- },
555
- {
556
- prop: 'entUser',
557
- label: '录入人',
558
- width: '80'
559
- },
560
- {
561
- prop: 'remarks',
562
- label: '操作',
563
- // width:'180'
564
- },
565
- ],
566
- tableData: [
567
- {
568
- name: '王建国先生',
569
- type: '业主',
570
- phone: '13866668888',
571
- tel: '0275-55556666-5896',
572
- wx: '555566665896',
573
- entTime: '2021-10-26 29:27:25',
574
- entUser: '王天',
575
- remarks: '删除',
576
- isIcon: true,
577
- },
578
- ],
579
- follow:'first',
580
- followData:[
581
- {
582
- date:'20/12/2020',
583
- name:'出售',
584
- address:'kenly',
585
-
586
- }
587
- ],
588
- options: [{
589
- value: '选项1',
590
- label: '本盘跟进'
591
- }, {
592
- value: '选项2',
593
- label: '全部跟进'
594
- }, {value: '选项3',
595
- label: '合开盘跟进'
596
- },
597
-
598
- ],
599
- opening:'first',
600
- }
601
- },
602
- mounted() {
603
- var self = this;
604
- this.$nextTick(function () {
605
- if (self.vmodel) {
606
- self.load(self.vmodel);
607
- }
608
- else if (typeof self.source !== 'undefined') {
609
- self.loaderObj.Detail(self.source,null,self.load);
610
- }
611
- else if (typeof self.api !== 'undefined') {
612
- self.loaderObj.Detail(self.api,self.apiParam, self.load);
613
- }
614
- });
615
- },
616
- methods: {
617
- load(data) {
618
- this.model = data;
619
- },
620
- lookOwner() {
621
- this.codeOwner = true
622
- },
623
- onSearch() {
624
- console.log('submit!');
625
- },
626
- handleClick(tab, event) {
627
- console.log(tab, event);
628
- }
629
- },
630
- }
631
- </script>
632
- <style lang="scss" scoped>
633
- .main{
634
- background: #ECEFF2;
635
-
636
- }
637
- .rel{
638
- position: relative;
639
- }
640
- .y-auto {
641
- overflow-y: auto;
642
- overflow-x: auto;
643
- }
644
- .w300 {
645
- width: 300px;
646
- }
647
- .mt5{
648
- margin-top: 5px;
649
- }
650
- .mt10{
651
- margin-top: 10px;
652
- }
653
- .mt15{
654
- margin-top: 15px;
655
- }
656
- .mb10{
657
- margin-bottom: 10px;
658
- }
659
- .mb20 {
660
- margin-bottom: 20px;
661
- }
662
- .mr10{
663
- margin-right: 10px;
664
- }
665
- .p0 {
666
- padding: 0 !important;
667
- }
668
- .pb10{
669
- padding-bottom: 10px!important;
670
- }
671
- .f-wb {
672
- font-weight: bold;
673
- }
674
- .base-box {
675
- background: #FFFFFF;
676
- border-radius: 6px;
677
- width: 100%;
678
- }
679
- .details-content{
680
- font-size: 12px;
681
- .title-l{
682
- font-weight: Bold;
683
- font-size: 16px;
684
- color: #333333;
685
- }
686
- .details-head{
687
- padding: 16px;
688
- display: flex;
689
- .head-type{
690
- font-size: 20px;
691
- background: #EE6B6B;
692
- color: #FFFFFF;
693
- padding: 0 14px;
694
- border-radius: 6px;
695
- max-height: 40px;
696
- line-height: 40px;
697
- font-weight: Bold;
698
-
699
- }
700
- .head-info{
701
- margin-left: 10px;
702
- }
703
- .title{
704
- font-weight: Bold;
705
- font-size: 16px;
706
- margin-bottom: 3px;
707
-
708
- }
709
- .head-line{
710
- display: inline-block;
711
- height: 16px;
712
- width: 2px;
713
- background: #333333;
714
- margin: 0 4px;
715
- position: relative;
716
- top: 1.5px;
717
- }
718
- .collection{
719
- font-size: 18px;
720
- margin-left: 10px;
721
- cursor: pointer;
722
- vertical-align: -2.85px;
723
- }
724
- .title-other {
725
- color: #999999;
726
- margin-bottom: 14px;
727
- font-size: 12px;
728
- span {
729
- margin-right: 20px;
730
- }
731
- .other-icon {
732
- font-size: 16px;
733
- }
734
- .location{
735
- font-size: 16px;
736
- vertical-align: -2.85px;
737
- }
738
- }
739
- .title-tags {
740
- display: flex;
741
- .t-tag {
742
- color: #999999;
743
- background: #F3F3F3;
744
- border: 1px solid #d8d8d8;
745
- padding: 2px 9px;
746
- border-radius: 3px;
747
- margin-right: 10px;
748
- }
749
- }
750
- .head-but{
751
- margin-left: auto;
752
- font-size: 12px;
753
- text-align: right;
754
- .max-report{
755
- height: 26px;
756
- color: #333333;
757
- background-color: #FFFFFF;
758
- border: 1px solid #E0E0E0;
759
- border-radius: 6px;
760
- font-size: 12px;
761
- }
762
- .max-report:hover .report-cont{
763
- display: block;
764
- color: #333;
765
- }
766
- .report-cont{
767
- display: none;
768
- width: 115px;
769
- background: #fff;
770
- -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
771
- box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
772
- border-radius: 5px;
773
- list-style: none;
774
- position: absolute;
775
- left: -61px;
776
- top: 26px;
777
- padding: 5px 0;
778
- color: #333;
779
- }
780
- .report-cont li{
781
- padding: 5px 10px;
782
- }
783
- }
784
-
785
-
786
- }
787
- .details-mid {
788
- display: flex;
789
- justify-content: space-between;
790
- .mid-l {
791
- flex: 1;
792
- display: flex;
793
- flex-direction: column;
794
-
795
- .hous-info {
796
- padding-bottom: 10px;
797
- .base-clolr {
798
- color: #EE6B6B;
799
- }
800
- .expand-f {
801
- line-height: 15px;
802
- font-size: 18px;
803
- font-weight: bold;
804
- }
805
- .info-conten {
806
- display: flex;
807
- .info-row {
808
- display: flex;
809
- }
810
-
811
- .hous-t {
812
- width: 260px;
813
- .swiper-i {
814
- position: relative;
815
- width: 100%;
816
- height: 100%;
817
- img {
818
- width: 100%;
819
- height: 100%;
820
- }
821
- .hous-icon {
822
- width: 60px;
823
- height: 60px;
824
- position: absolute;
825
- top: 50%;
826
- left: 50%;
827
- transform: translate(-50%, -50%);
828
- }
829
- }
830
-
831
- .hous-img {
832
- margin-top: 10px;
833
- width: 100%;
834
- overflow-x: hidden;
835
- overflow-y: hidden;
836
- white-space: nowrap;
837
- .img-i {
838
- position: relative;
839
- width: 80px;
840
- height: 44px;
841
- margin-right: 10px;
842
- display: inline-block;
843
- img{
844
- width: 100%;
845
- height: 100%;
846
-
847
- }
848
- .img-bot {
849
- width: 100%;
850
- height: 16px;
851
- background: rgba(0, 0, 0, 0.5);
852
- color: #fff;
853
- position: absolute;
854
- bottom: 0;
855
- font-weight: Bold;
856
- .img-icon {
857
- width: 12px;
858
- height: 12px;
859
- margin: 0 5px;
860
- margin: 0 5px;
861
- vertical-align: -1.5px;
862
- }
863
- }
864
- }
865
- }
866
- }
867
- .hous-b {
868
- position: relative;
869
- margin-left: 16px;
870
- margin-top: 20px;
871
- flex: 1;
872
- .code-ewm {
873
- width: 32px;
874
- height: 32px;
875
- position: absolute;
876
- top: -32px;
877
- right: -12px;
878
- }
879
-
880
- .row-i {
881
- width: 33.3%;
882
- display: flex;
883
- }
884
- .info-mid {
885
- margin: 35px 0 0 0;
886
- padding: 20px;
887
- border-top: 1px solid #e0e0e0;
888
- border-bottom: 1px solid #e0e0e0;
889
- display: flex;
890
- justify-content: space-between;
891
- .mid-i {
892
- text-align: center;
893
- }
894
- .mid-i div:nth-child(1) {
895
- margin-bottom: 10px;
896
- }
897
- .mid-i div:nth-child(2) {
898
- font-size: 14px;
899
- font-weight: bold;
900
- }
901
- }
902
- }
903
- }
904
- .info-conten-b{
905
- display: flex;
906
- margin-top: 15px;
907
- .info-row {
908
- display: flex;
909
- width: 100%;
910
- padding-left: 9px;
911
- }
912
- .row-i{
913
- width: 25%;
914
- }
915
- }
916
- .open-mero{
917
- text-align: center;
918
- padding: 3px 0;
919
- }
920
- .mero{
921
- width: 12px;
922
- height: 6px;
923
- vertical-align: 2px;
924
- overflow: hidden;
925
- margin-left: 5px;
926
- }
927
- .hous-mero {
928
- display: flex;
929
- .mero-labe {
930
- min-width: 60px;
931
- }
932
- }
933
- }
934
-
935
- .contacts-info {
936
- padding: 16px;
937
- .contacts-head {
938
- display: flex;
939
- align-items: center;
940
- justify-content: space-between;
941
-
942
- .contacts-but {
943
- height: 30px;
944
- font-weight: Bold;
945
- }
946
- .contacts-tips {
947
- display: flex;
948
- }
949
- }
950
- .contacts-table {
951
- margin-top: 16px;
952
- .table-icon {
953
- font-size: 14px;
954
- margin-left: 4px;
955
- }
956
- .el-table {
957
- font-size: 12px;
958
- }
959
- .el-table th.el-table__cell > .cell {
960
- padding-left: 16px;
961
- }
962
- .el-table .cell {
963
- padding-left: 16px;
964
- }
965
- .el-table--striped
966
- .el-table__body
967
- tr.el-table__row--striped
968
- td.el-table__cell {
969
- background: 1px solid #E0E0E0;
970
- }
971
- }
972
- }
973
- .tablist-info {
974
- }
975
-
976
- .contribute-info {
977
- .contribute-list {
978
- width: 100%;
979
- display: flex;
980
- align-content: flex-start;
981
- flex-flow: row wrap;
982
- .contribute-i {
983
- width: calc((100% - 16px * 3) / 4);
984
- margin: 16px 16px 0 0;
985
- padding: 16px 0 16px 16px;
986
- border: 1px solid #e0e0e0;
987
- border-radius: 6px;
988
- display: flex;
989
- img {
990
- width: 50px;
991
- height: 50px;
992
- margin-right: 6px;
993
- }
994
- .user-title {
995
- font-weight: Bold;
996
- font-size: 14px;
997
- margin-bottom: 8px;
998
- }
999
- .user-but{
1000
- cursor: pointer;
1001
- font-size: 12px;
1002
- color: #FFFFFF;
1003
- background: #FBD46D;
1004
- height: 20px;
1005
- line-height: 20px;
1006
- border-radius: 3px;
1007
- text-align: center;
1008
- padding: 0 10px;
1009
-
1010
- }
1011
-
1012
- }
1013
-
1014
- .contribute-i:nth-child(4n) {
1015
- margin-right: 0;
1016
- }
1017
- }
1018
- }
1019
- }
1020
- .mid-l > div {
1021
- margin-bottom: 10px;
1022
- padding: 16px;
1023
- }
1024
- .mid-r > div {
1025
- margin-bottom: 10px;
1026
- padding: 16px;
1027
- }
1028
- .mid-r {
1029
- width: 26.666%;
1030
- margin-left: 10px;
1031
-
1032
- display: flex;
1033
- flex-direction: column;
1034
- .tab-conten {
1035
- display: flex;
1036
- margin-bottom: 16px;
1037
- img {
1038
- width: 50px;
1039
- height: 50px;
1040
- margin-right: 10px;
1041
- }
1042
- .user-name {
1043
- margin-top: 5px;
1044
- display: flex;
1045
- }
1046
- .text {
1047
- font-size: 14px;
1048
- font-weight: Bold;
1049
- margin-right: 10px;
1050
- }
1051
- .user-other {
1052
- min-height: 200px;
1053
- }
1054
- .user-but{cursor: pointer;
1055
- font-size: 12px;
1056
- color: #FFFFFF;
1057
- background: #FBD46D;
1058
- height: 20px;
1059
- line-height: 20px;
1060
- border-radius: 3px;
1061
- text-align: center;
1062
- padding: 0 10px;
1063
- }
1064
- }
1065
- .take-info {
1066
- font-size: 16px;
1067
- .red-text {
1068
- font-size: 18px;
1069
- font-weight: bold;
1070
- color: #EE6B6B;
1071
- }
1072
- }
1073
- .staff-info {
1074
- padding-bottom: 10px;
1075
- .open-mero{
1076
- text-align: center;
1077
- padding: 3px 0;
1078
- }
1079
- .mero{
1080
- width: 12px;
1081
- height: 6px;
1082
- vertical-align: 2px;
1083
- overflow: hidden;
1084
- margin-left: 5px;
1085
- }
1086
- .hous-mero {
1087
- display: flex;
1088
- .mero-labe {
1089
- min-width: 60px;
1090
- }
1091
- }
1092
-
1093
-
1094
- }
1095
- .operation-list {
1096
- display: flex;
1097
- align-items: center;
1098
- justify-content: space-between;
1099
- .list-item {
1100
- width: 33.3%;
1101
- height: 62px;
1102
- font-size: 14px;
1103
- text-align: center;
1104
- font-weight: bold;
1105
- border: none;
1106
- }
1107
- .list-item:hover {
1108
- color: #fff;
1109
- background: #FF9393;
1110
- }
1111
- .list-item:nth-child(2) {
1112
- margin: 0 10px;
1113
- }
1114
- .list-item:nth-child(3) {
1115
- margin-left: 0;
1116
- }
1117
- }
1118
-
1119
- .operation-table {
1120
- padding: 0;
1121
- .table-box {
1122
- display: flex;
1123
- // align-items: center;
1124
- border-bottom: 1px solid #e0e0e0;
1125
- .t-item {
1126
- padding: 0 16px;
1127
- font-size: 14px;
1128
- flex: 1;
1129
- position: relative;
1130
- display: flex;
1131
- flex-flow: column;
1132
- align-items: flex-start;
1133
- border-right: 1px solid #e0e0e0;
1134
- .i {
1135
- position: absolute;
1136
- top: 50%;
1137
- // left: 50%;
1138
- transform: translateY(-50%);
1139
- }
1140
- .t-but {
1141
- font-size: 12px;
1142
- margin-left: 0;
1143
- width: 104px;
1144
- // height: 100%;
1145
- // margin: 12px 16px 0 16px;
1146
- margin-top: 12px;
1147
- padding: 0;
1148
- }
1149
- .t-but:nth-last-child(1) {
1150
- margin-bottom: 12px;
1151
- }
1152
- }
1153
- .t-item:nth-last-child(1) {
1154
- border-right: 0;
1155
- }
1156
- }
1157
- .table-box:nth-last-child(1) {
1158
- border-bottom: 0;
1159
- }
1160
- }
1161
-
1162
- .customer{
1163
- background: #fff;
1164
- border-radius: 6px;
1165
- width: 100%;
1166
- .customer-title{
1167
- font-weight: Bold;
1168
- font-size: 16px;
1169
- color: #333;
1170
- }
1171
- .customre-line{
1172
- width: 100%;
1173
- height: 1px;
1174
- margin-top: 10px;
1175
- background: #E0E0E0;
1176
- }
1177
- .match-customre{
1178
- display: flex;
1179
- margin-top: 10px;
1180
- .customre-name{
1181
- font-weight: Bold;
1182
- font-size: 14px;
1183
- color: #333333;margin-right: 10px;
1184
- }
1185
- .t-tag{
1186
- width: 41px;
1187
- color: #999;
1188
- background: #f3f3f3;
1189
- border: 1px solid #d8d8d8;
1190
- padding: 2px 9px;
1191
- border-radius: 3px;
1192
- margin-right: 10px;
1193
- }
1194
-
1195
- }
1196
- .user-but{
1197
- cursor: pointer;
1198
- font-size: 12px;
1199
- color: #FFFFFF;
1200
- background: #FBD46D;
1201
- height: 20px;
1202
- line-height: 20px;
1203
- border-radius: 3px;
1204
- text-align: center;
1205
- padding: 0 10px;
1206
-
1207
- }
1208
- .customr-name{
1209
- position: absolute;
1210
- right: 0;
1211
- }
1212
- .clearfix{
1213
- clear: both;
1214
- }
1215
- .customre-l{
1216
- float: left;
1217
- width: 50%;
1218
- margin-top: 10px;
1219
- .row-i{
1220
- padding: 5px 0;
1221
- }
1222
-
1223
- }
1224
-
1225
- .customre-r{
1226
- float: right;
1227
- width: 50%;
1228
- margin-top: 10px;
1229
- .row-i{
1230
- padding: 5px 0;
1231
- }
1232
- }
1233
- }
1234
- }
1235
- }
1236
- }
1237
- // 按钮
1238
- .max-info{
1239
- height: 26px;
1240
- color: #333333;
1241
- background-color: #FFFFFF;
1242
- border: 1px solid #E0E0E0;
1243
- border-radius: 6px;
1244
- font-size: 12px;
1245
- }
1246
- .max-default{
1247
- border: 1px solid #EE6B6B;
1248
- color: #EE6B6B;
1249
- height: 26px;
1250
-
1251
- border-radius: 6px;
1252
- font-size: 12px;
1253
- }
1254
- .max-info:hover,.max-default:hover{
1255
- background-color:#FF9393;
1256
- border-color: #FF9393;
1257
- color: #fff;
1258
- }
1259
- // .max-infon:hover.report,.max-info:active.report{
1260
- // color: #fff;
1261
- // }
1262
- .max-info:active,.max-default:active{
1263
- background-color: #B33136;
1264
- border-color: #B33136;
1265
- color: #fff;
1266
- }
1267
- .max-btn-add button{ /*list-button*/
1268
- height: 26px;
1269
- background: #EE6B6B;
1270
- box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
1271
- border-radius: 6px;
1272
- }
1273
- .max-btn-add button:hover{
1274
- background-color:#FF9393;
1275
- border-color: #FF9393;
1276
- }
1277
- .max-btn-add button:focus,.max-btn-add button:active{
1278
- background-color: #B33136;
1279
- border-color: #B33136;
1280
- }
1281
- .max-comfirm-content button{
1282
- height: 26px;
1283
- border-radius: 6px;
1284
- }
1285
- .follow-search-bar{
1286
- display: flex;
1287
- }
1288
- .r{
1289
- float: right;
1290
- }
1291
- </style>
1292
-
1293
-
1
+ <template>
2
+ <div ref="main" class="main" v-if="model!==null">
3
+ <div class="details-content">
4
+ <div ref="header" class="details-head base-box mb10">
5
+ <div class="head-type">{{model.fields1Dic.Trade.value}}</div>
6
+ <div class="head-info">
7
+ <div class="title">
8
+ <span>{{model.fields1Dic.StatusName.value}}</span>
9
+ <span class="head-line"></span>
10
+ <span>{{model.fields1Dic.EstateName.value}}</span>
11
+ <span> {{model.fields1Dic.BuildingName.value}}</span>
12
+ <span>{{model.fields1Dic.RoomNo.value}}</span>
13
+ <img :src="model.fields1Dic.FavoriteUrl.value" alt="" class="collection">
14
+ </div>
15
+ <div class="title-other">
16
+ <span>{{model.fields1Dic.PropertyNo.label}}{{model.fields1Dic.PropertyNo.value}}</span>
17
+ <span>{{model.fields1Dic.GovNo.label}}{{model.fields1Dic.GovNo.value}}</span>
18
+ <span class="mr10">{{model.fields1Dic["DistrictName"].value+model.fields1Dic.AreaName.value}}</span>
19
+ <img :src="model.fields1Dic.LocationUrl.value" alt="" class="location">
20
+ </div>
21
+ <div class="title-tags">
22
+ <div class="t-tag" v-for="(tag, index) in model.actionRouterLabel" :key="index"
23
+ :style="{color:tag.textColor,backgroundColor:tag.bgColor,borderColor:tag.borderColor}">
24
+ {{tag.label}}
25
+ </div>
26
+ </div>
27
+ </div>
28
+
29
+ <div class="head-but">
30
+ <div>
31
+ <component v-if="model.otherTradeActionRouter!==null" v-bind="model.otherTradeActionRouter" class="max-default"
32
+ :is="model.otherTradeActionRouter.is" :vmodel="model.otherTradeActionRouter" :api="model.optionApi"></component>
33
+ <component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[0]!==null"
34
+ :is="model.actionRouters[0].is" :vmodel="model.actionRouters[0]" :api="model.optionApi"></component>
35
+ </div>
36
+ <div class="mt5">
37
+ <component class="max-report" v-if="model.actionRouters!==null && model.actionRouters[1]!==null"
38
+ :is="model.actionRouters[1].is" :vmodel="model.actionRouters[1]" :api="model.optionApi"></component>
39
+ </div>
40
+ <div class="mt5">
41
+ <button type="button" class="el-button el-button--info el-button--mini max-report rel"
42
+ v-if="model.actionRoutersMoreList !== null">
43
+ <img src="../../../assets/dian.png" alt="" class="report">
44
+ <ul class="report-cont">
45
+ <li v-for="(col, index) in model.actionRoutersMoreList" :key="index" v-if="col.show !== false">
46
+ <component class="max-report" :is="col.is" :vmodel="col" :api="model.optionApi"></component>
47
+ </li>
48
+ </ul>
49
+ </button>
50
+ <component v-else-if="model.actionRouters!==null && model.actionRouters[2]!==null" class="max-report"
51
+ :is="model.actionRouters[2].is" :vmodel="model.actionRouters[2]" :api="model.optionApi"></component>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ <div ref="detail" class="details-mid y-auto" :style="{'height':model.detailHeight?model.detailHeight+'px':'780px'}">
56
+ <div class="mid-l">
57
+ <!-- 图片内容部分 -->
58
+ <div class="hous-info base-box">
59
+ <div class="info-conten">
60
+ <div class="hous-t">
61
+ <div>
62
+ <el-carousel
63
+ arrow="hover"
64
+ height="140px"
65
+ :autoplay="false"
66
+ indicator-position="none"
67
+ >
68
+ <el-carousel-item
69
+ v-for="(item,index) in PropertyInfo.swiper"
70
+ :key="index"
71
+ >
72
+ <div class="swiper-i">
73
+ <img :src="item.url">
74
+ <img src="../../../assets/Mvr.png" alt="" class="hous-icon">
75
+
76
+ </div>
77
+ </el-carousel-item>
78
+ </el-carousel>
79
+
80
+ <div class="hous-img">
81
+ <div
82
+ class="img-i"
83
+ v-for="(item,index) in PropertyInfo.swiper"
84
+ :key="index"
85
+ > <img :src="item.url">
86
+ <div class="img-bot">
87
+ <div v-if="item.type.includes('vr')">
88
+ <img src="../../../assets/VR.png" alt="" class="img-icon">
89
+ <span>VR</span>
90
+ </div>
91
+ <div v-if="item.type.includes('img')">
92
+ <img src="../../../assets/image.png" alt="" class="img-icon">
93
+ <span>图片</span>
94
+ </div>
95
+ <div v-if="item.type.includes('video')">
96
+ <img src="../../../assets/video.png" alt="" class="img-icon">
97
+ <span>视频</span>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div class="hous-b">
105
+ <img :src="model.fields1Dic.ewmUrl.value" alt="" class="code-ewm">
106
+ <div class="info-row mb20 mt5">
107
+ <div class="row-i"><span>{{model.fields1Dic.Price.label}}</span><span class="base-clolr expand-f">{{model.fields1Dic.Price.value}}</span><span class="base-clolr">{{model.fields1Dic.Price.unitName}}</span>
108
+ <img src="" alt="">
109
+ </div>
110
+ <div class="row-i"><span>{{model.fields1Dic.PriceUnit.label}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.value}}</span><span class="base-clolr">{{model.fields1Dic.PriceUnit.unitName}}</span></div>
111
+ <div class="row-i"><span>{{model.fields1Dic.PriceLine.label}}</span><div>{{model.fields1Dic.PriceLine.value}}{{model.fields1Dic.PriceLine.unitName}}</div></div></div>
112
+ <div class="info-row">
113
+ <div class="row-i">
114
+ <span >{{model.fields1Dic.MarketRateOfReturn.label}}</span><span>{{model.fields1Dic.MarketRateOfReturn.value}} </span><span>{{model.fields1Dic.MarketRateOfReturn.unitName}}</span>
115
+ </div>
116
+ <div class="row-i"><span>{{model.fields1Dic.EstimatePriceRent.label}}</span><div>{{model.fields1Dic.EstimatePriceRent.value}}<span>{{model.fields1Dic.EstimatePriceRent.unitName}}</span></div></div>
117
+ <div class="row-i"><span>{{model.fields1Dic.EstimatePriceRentUnit.label}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.value}}</span><span>{{model.fields1Dic.EstimatePriceRentUnit.unitName}}</span></div>
118
+ </div>
119
+
120
+ <div class="info-mid">
121
+ <div class="mid-i">
122
+ <div>{{model.fields1Dic.Area.label}}</div><div>{{model.fields1Dic.Area.value}}{{model.fields1Dic.Area.unitName}}</div></div>
123
+ <div class="mid-i"><div>{{model.fields1Dic.AreaNet.label}}</div><div>{{model.fields1Dic.AreaNet.value}}{{model.fields1Dic.AreaNet.unitName}}</div></div>
124
+ <div class="mid-i"><div>{{model.fields1Dic.FloorName.label}}</div><div>{{model.fields1Dic.FloorName.value}}</div></div>
125
+ <div class="mid-i"><div>{{model.fields1Dic.PropertyDirectionID.label}}</div><div>{{model.fields1Dic.PropertyDirectionID.value}}</div></div>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ <div v-for="(col, index) in collapse" :key="index" class="info-conten-b" v-show="allInfo">
130
+ <div class="info-row mb20">
131
+ <div v-for="(c, i) in col" :key="i" :class="c.singleLine===true?'row-i100':'row-i'"><span>{{c.label}}</span><span>{{c.value}}</span></div>
132
+ </div>
133
+ </div>
134
+ <div class="open-mero" @click="allInfo=!allInfo">{{allInfo?'收起全部':'查看全部'}}
135
+ <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allInfo?'more-colose':'more-open'" -->
136
+ </div>
137
+ </div>
138
+ <div class="contacts-info base-box">
139
+ <!-- 联系人 -->
140
+ <div class="contacts-head">
141
+ <div class="title-l">联系人信息</div>
142
+ <button type="button" v-if="!codeOwner" @click="lookOwner" class="el-button contacts-but el-button--info el-button--mini max-info">查看业主</button>
143
+ <div class="contacts-tips" v-else>
144
+ <button class="el-button el-button--primary el-button--mini max-btn-add">新增联系人</button>
145
+ <button class="el-button el-button--primary el-button--mini max-btn-add">通话记录</button>
146
+ <button class="el-button el-button--primary el-button--mini max-btn-add">查看历史号码</button>
147
+ </div>
148
+
149
+ </div>
150
+ <!-- 表格 -->
151
+ <div class="contacts-table" v-show="codeOwner">
152
+ <el-table
153
+ :data="tableData"
154
+ stripe
155
+ fit
156
+ style="width: 100%"
157
+ :header-cell-style="{background:'#f3f3f3',color:'#333333'}">
158
+ <el-table-column
159
+ v-for="(item,index) in columnList"
160
+ :key="index"
161
+ :property="item.prop"
162
+ :label="item.label"
163
+ :min-width="item.width"
164
+ >
165
+ <template slot-scope="scope">
166
+ <span v-if="scope.column.property=='phone'">{{ scope.row.phone }}
167
+
168
+ </span>
169
+ <span v-else-if="scope.column.property=='tel'">
170
+ {{scope.row.tel}}
171
+
172
+ </span>
173
+ <span v-else>
174
+ {{scope.row[scope.column.property]}}
175
+ </span>
176
+ </template>
177
+ </el-table-column>
178
+ </el-table>
179
+ </div>
180
+ </div>
181
+ <div class="tablist-info base-box">
182
+ <div class="details-tabs-box">
183
+ <el-menu :default-active="model.activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect">
184
+ <el-menu-item v-for="(col, index) in model.tags1" :key="col.appID" :index="index.toString()">
185
+ {{col.appName}}
186
+ </el-menu-item>
187
+ </el-menu>
188
+ <ct-searchlist v-if="model.searchConditionApiTags1" :key="model.searchlistKey"
189
+ :apiParam="model.paramDataTags1"
190
+ :searchConditionApi="model.searchConditionApiTags1"
191
+ :searchDataApi="model.searchDataApiTags1"></ct-searchlist>
192
+ <!-- <el-tabs v-model="follow">
193
+ <el-tab-pane label="跟进" name="first">
194
+ <el-form
195
+ class="follow-search-bar"
196
+ >
197
+ <!-- <el-select
198
+ v-model="value"
199
+ placeholder="跟进类型"
200
+ class="mr10"
201
+ >
202
+ <el-option
203
+ v-for="item in options"
204
+ :key="item.value"
205
+ :label="item.label"
206
+ :value="item.value"
207
+ >
208
+ </el-option>
209
+ </el-select>
210
+ <el-input
211
+ class="w300 mr10"
212
+ placeholder="请输入"
213
+ maxlength="500"
214
+ ></el-input>
215
+ <el-button
216
+ type="primary"
217
+ @click="onSearch"
218
+ >保存</el-button>
219
+ <button class="el-button el-button--primary el-button--mini max-btn-add">新增跟进</button>
220
+ </el-form>
221
+
222
+ <el-table
223
+ :data="followData"
224
+ stripe
225
+ style="width: 100%;margin-top:20px;height:200px;overflow:auto"
226
+ :header-cell-style="{background:'#f3f3f3',color:'#333333'}"
227
+ >
228
+ <el-table-column
229
+ prop="date"
230
+ label="日期"
231
+ width="180">
232
+ </el-table-column>
233
+ <el-table-column
234
+ prop="name"
235
+ label="状态"
236
+ width="180">
237
+ </el-table-column>
238
+ <el-table-column
239
+ prop="address"
240
+ label="跟进人">
241
+ </el-table-column>
242
+ <el-table-column
243
+ prop="address"
244
+ label="跟进人部门">
245
+ </el-table-column>
246
+ <el-table-column
247
+ prop="address"
248
+ label="跟进时间">
249
+ </el-table-column>
250
+ </el-table>
251
+ </el-tab-pane>
252
+ <el-tab-pane label="委托" name="second">委托</el-tab-pane>
253
+ <el-tab-pane label="钥匙" name="third">钥匙</el-tab-pane>
254
+ <el-tab-pane label="交易变更" name="fourth">交易变更</el-tab-pane>
255
+ <el-tab-pane label="多媒体记录" name="">多媒体记录</el-tab-pane>
256
+ <el-tab-pane label="业绩分配" name="">业绩分配</el-tab-pane>
257
+ <el-tab-pane label="楼主历史" name="">楼主历史</el-tab-pane>
258
+ <el-tab-pane label="租户信息" name="">租户信息</el-tab-pane>
259
+ <el-tab-pane label="合并盘" name="">合并盘</el-tab-pane>
260
+ <el-tab-pane label="佐证" name="">佐证</el-tab-pane>
261
+ <el-tab-pane label="销控表" name="">销控表</el-tab-pane>
262
+ </el-tabs> -->
263
+ </div>
264
+ </div>
265
+ <div class="contribute-info base-box">
266
+ <div class="title-l">贡献人信息</div>
267
+ <div class="contribute-list">
268
+ <div class="contribute-i">
269
+ <img src="" alt="图片">
270
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
271
+ </div>
272
+ <div class="contribute-i">
273
+ <img src="" alt="图片">
274
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
275
+ </div>
276
+ <div class="contribute-i">
277
+ <img src="" alt="图片">
278
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
279
+ </div>
280
+ <div class="contribute-i">
281
+ <img src="" alt="图片">
282
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
283
+ </div>
284
+ <div class="contribute-i">
285
+ <img src="" alt="图片">
286
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
287
+ </div>
288
+ <div class="contribute-i">
289
+ <img src="" alt="图片">
290
+ <div><div class="user-title">柳晓青(离职)</div><div class="user-but w56">收钥人</div></div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ <!-- 右侧委托信息 -->
296
+ <div class="mid-r">
297
+ <div class="take-info base-box">
298
+ <div>该房源共<span class="red-text">{{model.fields1Dic.LookCustomerCount.value}}</span>位客户看房</div>
299
+ <div>最近7天带看<span class="red-text">{{model.fields1Dic.CustomerLookCount7.value}}</span>次,总带看<span class="red-text">{{model.fields1Dic.CustomerLookCountAll.value}}</span>次。</div>
300
+ </div>
301
+ <div class="staff-info base-box">
302
+ <el-tabs v-model="opening " @tab-click="handleClick">
303
+ <el-tab-pane label="开盘人" name="first">
304
+ <div class="el-tabs__content">
305
+ <div role="tabpanel" id="pane-first" aria-labelledby="tab-first" class="el-tab-pane">
306
+ <div class="tab-conten">
307
+ <img src="/static/img/user-head.d2916812.png">
308
+ <div>
309
+ <div class="user-name">
310
+ <div class="text">柳晓青</div><span class="user-but">系统管理组</span>
311
+ </div>
312
+ <div class="text">13736376666</div>
313
+ <div v-show="allIn"><div class="user-other">其它信息</div></div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ </el-tab-pane>
320
+ <el-tab-pane label="楼主" name="second">楼主</el-tab-pane>
321
+ </el-tabs>
322
+ <div class="open-mero" @click="allIn=!allIn">{{allIn?'收起全部':'查看全部'}}
323
+ <img src="../../../assets/mero.png" alt="" class="mero" > <!--:class="allIn?'more-colose':'more-open'" -->
324
+ </div>
325
+ </div>
326
+ <!-- <div class="operation-list p0">
327
+ <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">编辑房源</button>
328
+ <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">转潜盘</button>
329
+ <button data-v-6fe32525="" type="button" class="el-button list-item base-box el-button--default">激活房源</button>
330
+ </div> -->
331
+ <div class="operation-table base-box">
332
+ <div class="table-box">
333
+ <div class="t-item">
334
+ <span class="i">住建委卖委托</span>
335
+ </div>
336
+ <div class="t-item"><span class="i">无委托</span></div>
337
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
338
+ </div>
339
+ <div class="table-box">
340
+ <div class="t-item">
341
+ <span class="i">独家委托</span>
342
+ </div>
343
+ <div class="t-item"><span class="i">无委托</span></div>
344
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
345
+ </div>
346
+ <div class="table-box">
347
+ <div class="t-item">
348
+ <span class="i">普通委托</span>
349
+ </div>
350
+ <div class="t-item"><span class="i">无委托</span></div>
351
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增委托</span></button></div>
352
+ </div>
353
+ <div class="table-box">
354
+ <div class="t-item">
355
+ <span class="i">踩盘</span>
356
+ </div>
357
+ <div class="t-item"><span class="i">无委托</span></div>
358
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>踩盘</span></button></div>
359
+ </div>
360
+ <div class="table-box">
361
+ <div class="t-item">
362
+ <span class="i">普通实勘</span>
363
+ </div>
364
+ <div class="t-item"><span class="i">无委托</span></div>
365
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增实勘</span></button></div>
366
+ </div>
367
+ <div class="table-box">
368
+ <div class="t-item">
369
+ <span class="i">VR实勘</span>
370
+ </div>
371
+ <div class="t-item"><span class="i">无委托</span></div>
372
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>VR预约</span></button></div>
373
+ </div>
374
+ <div class="table-box">
375
+ <div class="t-item">
376
+ <span class="i">钥匙</span>
377
+ </div>
378
+ <div class="t-item"><span class="i">无委托</span></div>
379
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增钥匙</span></button></div>
380
+ </div>
381
+ <div class="table-box">
382
+ <div class="t-item">
383
+ <span class="i">发布房源</span>
384
+ </div>
385
+ <div class="t-item"><span class="i">无委托</span></div>
386
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>发布</span></button></div>
387
+ </div>
388
+ <div class="table-box">
389
+ <div class="t-item">
390
+ <span class="i">经理推荐</span>
391
+ </div>
392
+ <div class="t-item"><span class="i">无委托</span></div>
393
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>推荐</span></button></div>
394
+ </div>
395
+ <div class="table-box">
396
+ <div class="t-item">
397
+ <span class="i">总房源</span>
398
+ </div>
399
+ <div class="t-item"><span class="i">无委托</span></div>
400
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>推荐</span></button></div>
401
+ </div>
402
+ <div class="table-box">
403
+ <div class="t-item">
404
+ <span class="i">推广资料</span>
405
+ </div>
406
+ <div class="t-item"><span class="i">无委托</span></div>
407
+ <div class="t-item"><button type="button" class="el-button t-but el-button--info max-info"><span>新增</span></button></div>
408
+ </div>
409
+ </div>
410
+ <div class="customer">
411
+ <div class="customer-title">
412
+ 匹配客户
413
+ </div>
414
+ <div class="mt10 clearfix">
415
+ <div class="customre-line"></div>
416
+ <div class="match-customre rel">
417
+ <div class="customre-name">
418
+ 崔新河先生
419
+ </div><div class="t-tag">A级</div>
420
+ <div class="user-but customr-name">私客</div>
421
+ </div>
422
+ <div style="width:100%">
423
+ <div class="customre-l">
424
+ <div class="row-i"><span>交易:</span><span>求购</span></div>
425
+ <div class="row-i"><span>意向物业:</span><span>商铺</span></div>
426
+ <div class="row-i"><span>意向售价:</span><span>100.00-150.00</span></div>
427
+ <div class="row-i"><span>下次联络:</span><span>2020/11/16 14:30</span></div>
428
+ <div class="row-i"><span>租期到期:</span><span>求购</span></div>
429
+ <div class="row-i"><span>最后跟进时间:</span><span>2020/11/16 14:30</span></div>
430
+ <div class="row-i"><span>最后跟进内容:</span><span>2020/11/16 14:30</span></div>
431
+ <div class="row-i mt10"><span>员工:</span><span>中原找房 蔡传兴</span></div>
432
+ <div class="row-i pb10"><span>备注:</span><span></span></div>
433
+ </div>
434
+ <div class="customre-r">
435
+ <div class="row-i"><span>交易:</span><span>预定</span></div>
436
+ <div class="row-i"><span>意向面积:</span><span>商铺</span></div>
437
+ <div class="row-i"><span>意向租价:</span><span>100.00-150.00</span></div>
438
+ <div class="row-i"><span>委托日期:</span><span>2020/11/16 14:30</span></div>
439
+ <div class="row-i"><span>推荐项目:</span><span>求购</span></div>
440
+ </div>
441
+ </div>
442
+ </div>
443
+
444
+ <div class=" clearfix">
445
+ <div class="customre-line"></div>
446
+ <div class="match-customre rel">
447
+ <div class="customre-name">
448
+ 崔新河先生
449
+ </div><div class="t-tag">A级</div>
450
+ <div class="user-but customr-name">私客</div>
451
+ </div>
452
+ <div style="width:100%">
453
+ <div class="customre-l">
454
+ <div class="row-i"><span>交易:</span><span>求购</span></div>
455
+ <div class="row-i"><span>意向物业:</span><span>商铺</span></div>
456
+ <div class="row-i"><span>意向售价:</span><span>100.00-150.00</span></div>
457
+ <div class="row-i"><span>下次联络:</span><span>2020/11/16 14:30</span></div>
458
+ <div class="row-i"><span>租期到期:</span><span>求购</span></div>
459
+ <div class="row-i"><span>最后跟进时间:</span><span>2020/11/16 14:30</span></div>
460
+ <div class="row-i"><span>最后跟进内容:</span><span>2020/11/16 14:30</span></div>
461
+ <div class="row-i mt10"><span>员工:</span><span>中原找房 蔡传兴</span></div>
462
+ <div class="row-i"><span>备注:</span><span></span></div>
463
+ </div>
464
+ <div class="customre-r">
465
+ <div class="row-i"><span>交易:</span><span>预定</span></div>
466
+ <div class="row-i"><span>意向面积:</span><span>商铺</span></div>
467
+ <div class="row-i"><span>意向租价:</span><span>100.00-150.00</span></div>
468
+ <div class="row-i"><span>委托日期:</span><span>2020/11/16 14:30</span></div>
469
+ <div class="row-i"><span>推荐项目:</span><span>求购</span></div>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </div>
474
+ </div>
475
+ </div>
476
+ </div>
477
+ </div>
478
+ </template>
479
+
480
+ <script>
481
+ import dynamicElement from '../../mixins/dynamicElement';
482
+ import dynamicSearchList from '../../dynamicSearchList/src/dynamicSearchList.vue';
483
+ export default {
484
+ name: 'ct-PropertyDetailRET',
485
+ mixins: [dynamicElement],
486
+ components: {
487
+ 'ct-searchlist': dynamicSearchList,
488
+ },
489
+ props: {
490
+ vmodel: Object,
491
+ api: String,
492
+ apiParam: Object,
493
+ },
494
+ data() {
495
+ return {
496
+ PropertyInfo: {
497
+ swiper: [
498
+ { name: '客厅', url: 'http://10.5.10.44:13031/Images/20210705/112133_b62d7a78-96b3-4801-b94c-47b83263a001.jpg?width=140&height=135&mode=stretch', isVr: true, type: 'vr' },
499
+ { name: '餐厅', url: 'http://10.5.10.44:13031/Images/20210705/112124_4f83c6d5-36bd-444f-9ea1-fa4e3f4de5e0.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'img' },
500
+ { name: '户型图', url: 'http://10.5.10.44:13031/Images/20210705/112505_6a3cb2d4-c773-4aba-91af-df6721eadb34.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'video' },
501
+ { name: '其它', url: 'http://10.5.10.44:13031/Images/20210705/112133_b62d7a78-96b3-4801-b94c-47b83263a001.jpg?width=140&height=135&mode=stretch', isVr: false, type: 'video' },
502
+ ],},
503
+ allInfo: false,
504
+ allIn:false,
505
+ codeOwner: false,
506
+ columnList: [
507
+ {
508
+ prop: 'name',
509
+ label: '联系人',
510
+ width: '80'
511
+ },
512
+ {
513
+ prop: 'type',
514
+ label: '类型',
515
+ width: '60'
516
+ },
517
+ {
518
+ prop: 'phone',
519
+ label: '手机',
520
+ width: '125'
521
+ },
522
+ {
523
+ prop: 'tel',
524
+ label: '座机',
525
+ width: '170'
526
+ },
527
+ {
528
+ prop: 'wx',
529
+ label: '微信',
530
+ width: '150'
531
+ },
532
+ {
533
+ prop: 'entTime',
534
+ label: '录入时间',
535
+ width: '150'
536
+ },
537
+ {
538
+ prop: 'entUser',
539
+ label: '录入人',
540
+ width: '80'
541
+ },
542
+ {
543
+ prop: 'remarks',
544
+ label: '操作',
545
+ // width:'180'
546
+ },
547
+ ],
548
+ tableData: [
549
+ {
550
+ name: '王建国先生',
551
+ type: '业主',
552
+ phone: '13866668888',
553
+ tel: '0275-55556666-5896',
554
+ wx: '555566665896',
555
+ entTime: '2021-10-26 29:27:25',
556
+ entUser: '王天',
557
+ remarks: '删除',
558
+ isIcon: true,
559
+ },
560
+ ],
561
+ follow:'first',
562
+ followData:[
563
+ {
564
+ date:'20/12/2020',
565
+ name:'出售',
566
+ address:'kenly',
567
+
568
+ }
569
+ ],
570
+ options: [{
571
+ value: '选项1',
572
+ label: '本盘跟进'
573
+ }, {
574
+ value: '选项2',
575
+ label: '全部跟进'
576
+ }, {value: '选项3',
577
+ label: '合开盘跟进'
578
+ },
579
+
580
+ ],
581
+ opening:'first',
582
+ }
583
+ },
584
+ mounted() {
585
+ var self = this;
586
+ this.$nextTick(function () {
587
+ if (self.vmodel) {
588
+ self.load(self.vmodel);
589
+ }
590
+ else if (typeof self.source !== 'undefined') {
591
+ self.loaderObj.Detail(self.source,null,self.load);
592
+ }
593
+ else if (typeof self.api !== 'undefined') {
594
+ self.loaderObj.Detail(self.api,self.apiParam, self.load);
595
+ }
596
+ });
597
+ },
598
+ activated() {
599
+ this.$nextTick(() => {
600
+ this.setDetailHeight();
601
+ })
602
+ },
603
+ methods: {
604
+ load(data) {
605
+ this.model = data;
606
+ this.loadFields();
607
+ },
608
+ loadFields() {
609
+ var self = this;
610
+ self.collapse=[];
611
+ var collapseItemArr = [];
612
+ var col=0;
613
+ var colCount=4;
614
+ self.model.fields2Dic.forEach((v, index) => {
615
+ if(v.type===13){
616
+ collapseItemArr = [];
617
+ col=0;
618
+ }
619
+ else if(v.singleLine){
620
+ if(collapseItemArr.length>0){
621
+ self.collapse.push(collapseItemArr);
622
+ collapseItemArr = [];
623
+ }
624
+ collapseItemArr.push(v);
625
+ self.collapse.push(collapseItemArr);
626
+ collapseItemArr = [];
627
+ col=0;
628
+ }
629
+ else if(v.spanCols){
630
+ collapseItemArr.push(v);
631
+ col=col+v.spanCols;
632
+ if(col===colCount || index===self.model.fields2Dic.length-1){
633
+ self.collapse.push(collapseItemArr);
634
+ collapseItemArr = [];
635
+ col=0;
636
+ }
637
+ }
638
+ else{
639
+ collapseItemArr.push(v);
640
+ col=col+1;
641
+ if(col===colCount || index===self.model.fields2Dic.length-1){
642
+ self.collapse.push(collapseItemArr);
643
+ collapseItemArr = [];
644
+ col=0;
645
+ }
646
+ }
647
+ });
648
+ },
649
+ lookOwner() {
650
+ this.codeOwner = true
651
+ },
652
+ onSearch() {
653
+ console.log('submit!');
654
+ },
655
+ handleClick(tab, event) {
656
+ console.log(tab, event);
657
+ },
658
+ setDetailHeight() {
659
+ this.$nextTick(() => {
660
+ if (this.$refs.detail) {
661
+ var h1 = this.$refs.main.offsetHeight | 0;
662
+ var h2 = this.$refs.detail.offsetTop | 0;
663
+ let detailHeight = h1 - h2 - 5;
664
+ this.model.detailHeight = detailHeight < 40 ? 350 : detailHeight;
665
+ console.log(h1);
666
+ console.log(h2);
667
+ console.log(this.model.detailHeight);
668
+ }
669
+ });
670
+ },
671
+ handleSelect(key, keyPath) {
672
+ if(this.model.tags1 && this.model.tags1[key]){
673
+ this.model.searchlistKey=this.model.searchlistKey+1;
674
+ this.model.searchConditionApiTags1=this.model.tags1[key].searchConditionApiUrl||'';
675
+ this.model.searchDataApiTags1=this.model.tags1[key].searchDataApiUrl||'';
676
+ this.model.paramDataTags1=this.model.tags1[key].paramData||'';
677
+ }
678
+ },
679
+ }
680
+ }
681
+ </script>
682
+ <style lang="scss" scoped>
683
+ .main{
684
+ background: #ECEFF2;
685
+
686
+ }
687
+ .rel{
688
+ position: relative;
689
+ }
690
+ .y-auto {
691
+ overflow-y: auto;
692
+ overflow-x: auto;
693
+ }
694
+ .w300 {
695
+ width: 300px;
696
+ }
697
+ .mt5{
698
+ margin-top: 5px;
699
+ }
700
+ .mt10{
701
+ margin-top: 10px;
702
+ }
703
+ .mt15{
704
+ margin-top: 15px;
705
+ }
706
+ .mb10{
707
+ margin-bottom: 10px;
708
+ }
709
+ .mb20 {
710
+ margin-bottom: 20px;
711
+ }
712
+ .mr10{
713
+ margin-right: 10px;
714
+ }
715
+ .p0 {
716
+ padding: 0 !important;
717
+ }
718
+ .pb10{
719
+ padding-bottom: 10px!important;
720
+ }
721
+ .f-wb {
722
+ font-weight: bold;
723
+ }
724
+ .base-box {
725
+ background: #FFFFFF;
726
+ border-radius: 6px;
727
+ width: 100%;
728
+ }
729
+ .details-content{
730
+ font-size: 12px;
731
+ .title-l{
732
+ font-weight: Bold;
733
+ font-size: 16px;
734
+ color: #333333;
735
+ }
736
+ .details-head{
737
+ padding: 16px;
738
+ display: flex;
739
+ .head-type{
740
+ font-size: 20px;
741
+ background: #EE6B6B;
742
+ color: #FFFFFF;
743
+ padding: 0 14px;
744
+ border-radius: 6px;
745
+ max-height: 40px;
746
+ line-height: 40px;
747
+ font-weight: Bold;
748
+
749
+ }
750
+ .head-info{
751
+ margin-left: 10px;
752
+ }
753
+ .title{
754
+ font-weight: Bold;
755
+ font-size: 16px;
756
+ margin-bottom: 3px;
757
+
758
+ }
759
+ .head-line{
760
+ display: inline-block;
761
+ height: 16px;
762
+ width: 2px;
763
+ background: #333333;
764
+ margin: 0 4px;
765
+ position: relative;
766
+ top: 1.5px;
767
+ }
768
+ .collection{
769
+ font-size: 18px;
770
+ margin-left: 10px;
771
+ cursor: pointer;
772
+ vertical-align: -2.85px;
773
+ }
774
+ .title-other {
775
+ color: #999999;
776
+ margin-bottom: 14px;
777
+ font-size: 12px;
778
+ span {
779
+ margin-right: 20px;
780
+ }
781
+ .other-icon {
782
+ font-size: 16px;
783
+ }
784
+ .location{
785
+ font-size: 16px;
786
+ vertical-align: -2.85px;
787
+ }
788
+ }
789
+ .title-tags {
790
+ display: flex;
791
+ .t-tag {
792
+ color: #999999;
793
+ background: #F3F3F3;
794
+ border: 1px solid #d8d8d8;
795
+ padding: 2px 9px;
796
+ border-radius: 3px;
797
+ margin-right: 10px;
798
+ }
799
+ }
800
+ .head-but{
801
+ margin-left: auto;
802
+ font-size: 12px;
803
+ text-align: right;
804
+ .max-report{
805
+ height: 26px;
806
+ color: #333333;
807
+ background-color: #FFFFFF;
808
+ border: 1px solid #E0E0E0;
809
+ border-radius: 6px;
810
+ font-size: 12px;
811
+ }
812
+ .max-report:hover .report-cont{
813
+ display: block;
814
+ color: #333;
815
+ }
816
+ .report-cont{
817
+ display: none;
818
+ width: 115px;
819
+ background: #fff;
820
+ -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
821
+ box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
822
+ border-radius: 5px;
823
+ list-style: none;
824
+ position: absolute;
825
+ left: -61px;
826
+ top: 26px;
827
+ padding: 5px 0;
828
+ color: #333;
829
+ }
830
+ .report-cont li{
831
+ padding: 5px 10px;
832
+ }
833
+ }
834
+
835
+
836
+ }
837
+ .details-mid {
838
+ display: flex;
839
+ justify-content: space-between;
840
+ .mid-l {
841
+ flex: 1;
842
+ display: flex;
843
+ flex-direction: column;
844
+
845
+ .hous-info {
846
+ padding-bottom: 10px;
847
+ .base-clolr {
848
+ color: #EE6B6B;
849
+ }
850
+ .expand-f {
851
+ line-height: 15px;
852
+ font-size: 18px;
853
+ font-weight: bold;
854
+ }
855
+ .info-conten {
856
+ display: flex;
857
+ .info-row {
858
+ display: flex;
859
+ }
860
+
861
+ .hous-t {
862
+ width: 260px;
863
+ .swiper-i {
864
+ position: relative;
865
+ width: 100%;
866
+ height: 100%;
867
+ img {
868
+ width: 100%;
869
+ height: 100%;
870
+ }
871
+ .hous-icon {
872
+ width: 60px;
873
+ height: 60px;
874
+ position: absolute;
875
+ top: 50%;
876
+ left: 50%;
877
+ transform: translate(-50%, -50%);
878
+ }
879
+ }
880
+
881
+ .hous-img {
882
+ margin-top: 10px;
883
+ width: 100%;
884
+ overflow-x: hidden;
885
+ overflow-y: hidden;
886
+ white-space: nowrap;
887
+ .img-i {
888
+ position: relative;
889
+ width: 80px;
890
+ height: 44px;
891
+ margin-right: 10px;
892
+ display: inline-block;
893
+ img{
894
+ width: 100%;
895
+ height: 100%;
896
+
897
+ }
898
+ .img-bot {
899
+ width: 100%;
900
+ height: 16px;
901
+ background: rgba(0, 0, 0, 0.5);
902
+ color: #fff;
903
+ position: absolute;
904
+ bottom: 0;
905
+ font-weight: Bold;
906
+ .img-icon {
907
+ width: 12px;
908
+ height: 12px;
909
+ margin: 0 5px;
910
+ margin: 0 5px;
911
+ vertical-align: -1.5px;
912
+ }
913
+ }
914
+ }
915
+ }
916
+ }
917
+ .hous-b {
918
+ position: relative;
919
+ margin-left: 16px;
920
+ margin-top: 20px;
921
+ flex: 1;
922
+ .code-ewm {
923
+ width: 32px;
924
+ height: 32px;
925
+ position: absolute;
926
+ top: -32px;
927
+ right: -12px;
928
+ }
929
+
930
+ .row-i {
931
+ width: 33.3%;
932
+ display: flex;
933
+ }
934
+ .info-mid {
935
+ margin: 35px 0 0 0;
936
+ padding: 20px;
937
+ border-top: 1px solid #e0e0e0;
938
+ border-bottom: 1px solid #e0e0e0;
939
+ display: flex;
940
+ justify-content: space-between;
941
+ .mid-i {
942
+ text-align: center;
943
+ }
944
+ .mid-i div:nth-child(1) {
945
+ margin-bottom: 10px;
946
+ }
947
+ .mid-i div:nth-child(2) {
948
+ font-size: 14px;
949
+ font-weight: bold;
950
+ }
951
+ }
952
+ }
953
+ }
954
+ .info-conten-b{
955
+ display: flex;
956
+ margin-top: 15px;
957
+ .info-row {
958
+ display: flex;
959
+ width: 100%;
960
+ padding-left: 9px;
961
+ }
962
+ .row-i{
963
+ width: 25%;
964
+ }
965
+ .row-i100{
966
+ width: 100%;
967
+ }
968
+ }
969
+ .open-mero{
970
+ text-align: center;
971
+ padding: 3px 0;
972
+ }
973
+ .mero{
974
+ width: 12px;
975
+ height: 6px;
976
+ vertical-align: 2px;
977
+ overflow: hidden;
978
+ margin-left: 5px;
979
+ }
980
+ .hous-mero {
981
+ display: flex;
982
+ .mero-labe {
983
+ min-width: 60px;
984
+ }
985
+ }
986
+ }
987
+
988
+ .contacts-info {
989
+ padding: 16px;
990
+ .contacts-head {
991
+ display: flex;
992
+ align-items: center;
993
+ justify-content: space-between;
994
+
995
+ .contacts-but {
996
+ height: 30px;
997
+ font-weight: Bold;
998
+ }
999
+ .contacts-tips {
1000
+ display: flex;
1001
+ }
1002
+ }
1003
+ .contacts-table {
1004
+ margin-top: 16px;
1005
+ .table-icon {
1006
+ font-size: 14px;
1007
+ margin-left: 4px;
1008
+ }
1009
+ .el-table {
1010
+ font-size: 12px;
1011
+ }
1012
+ .el-table th.el-table__cell > .cell {
1013
+ padding-left: 16px;
1014
+ }
1015
+ .el-table .cell {
1016
+ padding-left: 16px;
1017
+ }
1018
+ .el-table--striped
1019
+ .el-table__body
1020
+ tr.el-table__row--striped
1021
+ td.el-table__cell {
1022
+ background: 1px solid #E0E0E0;
1023
+ }
1024
+ }
1025
+ }
1026
+ .tablist-info {
1027
+ }
1028
+
1029
+ .contribute-info {
1030
+ .contribute-list {
1031
+ width: 100%;
1032
+ display: flex;
1033
+ align-content: flex-start;
1034
+ flex-flow: row wrap;
1035
+ .contribute-i {
1036
+ width: calc((100% - 16px * 3) / 4);
1037
+ margin: 16px 16px 0 0;
1038
+ padding: 16px 0 16px 16px;
1039
+ border: 1px solid #e0e0e0;
1040
+ border-radius: 6px;
1041
+ display: flex;
1042
+ img {
1043
+ width: 50px;
1044
+ height: 50px;
1045
+ margin-right: 6px;
1046
+ }
1047
+ .user-title {
1048
+ font-weight: Bold;
1049
+ font-size: 14px;
1050
+ margin-bottom: 8px;
1051
+ }
1052
+ .user-but{
1053
+ cursor: pointer;
1054
+ font-size: 12px;
1055
+ color: #FFFFFF;
1056
+ background: #FBD46D;
1057
+ height: 20px;
1058
+ line-height: 20px;
1059
+ border-radius: 3px;
1060
+ text-align: center;
1061
+ padding: 0 10px;
1062
+
1063
+ }
1064
+
1065
+ }
1066
+
1067
+ .contribute-i:nth-child(4n) {
1068
+ margin-right: 0;
1069
+ }
1070
+ }
1071
+ }
1072
+ }
1073
+ .mid-l > div {
1074
+ margin-bottom: 10px;
1075
+ padding: 16px;
1076
+ }
1077
+ .mid-r > div {
1078
+ margin-bottom: 10px;
1079
+ padding: 16px;
1080
+ }
1081
+ .mid-r {
1082
+ width: 26.666%;
1083
+ margin-left: 10px;
1084
+
1085
+ display: flex;
1086
+ flex-direction: column;
1087
+ .tab-conten {
1088
+ display: flex;
1089
+ margin-bottom: 16px;
1090
+ img {
1091
+ width: 50px;
1092
+ height: 50px;
1093
+ margin-right: 10px;
1094
+ }
1095
+ .user-name {
1096
+ margin-top: 5px;
1097
+ display: flex;
1098
+ }
1099
+ .text {
1100
+ font-size: 14px;
1101
+ font-weight: Bold;
1102
+ margin-right: 10px;
1103
+ }
1104
+ .user-other {
1105
+ min-height: 200px;
1106
+ }
1107
+ .user-but{cursor: pointer;
1108
+ font-size: 12px;
1109
+ color: #FFFFFF;
1110
+ background: #FBD46D;
1111
+ height: 20px;
1112
+ line-height: 20px;
1113
+ border-radius: 3px;
1114
+ text-align: center;
1115
+ padding: 0 10px;
1116
+ }
1117
+ }
1118
+ .take-info {
1119
+ font-size: 16px;
1120
+ .red-text {
1121
+ font-size: 18px;
1122
+ font-weight: bold;
1123
+ color: #EE6B6B;
1124
+ }
1125
+ }
1126
+ .staff-info {
1127
+ padding-bottom: 10px;
1128
+ .open-mero{
1129
+ text-align: center;
1130
+ padding: 3px 0;
1131
+ }
1132
+ .mero{
1133
+ width: 12px;
1134
+ height: 6px;
1135
+ vertical-align: 2px;
1136
+ overflow: hidden;
1137
+ margin-left: 5px;
1138
+ }
1139
+ .hous-mero {
1140
+ display: flex;
1141
+ .mero-labe {
1142
+ min-width: 60px;
1143
+ }
1144
+ }
1145
+
1146
+
1147
+ }
1148
+ .operation-list {
1149
+ display: flex;
1150
+ align-items: center;
1151
+ justify-content: space-between;
1152
+ .list-item {
1153
+ width: 33.3%;
1154
+ height: 62px;
1155
+ font-size: 14px;
1156
+ text-align: center;
1157
+ font-weight: bold;
1158
+ border: none;
1159
+ }
1160
+ .list-item:hover {
1161
+ color: #fff;
1162
+ background: #FF9393;
1163
+ }
1164
+ .list-item:nth-child(2) {
1165
+ margin: 0 10px;
1166
+ }
1167
+ .list-item:nth-child(3) {
1168
+ margin-left: 0;
1169
+ }
1170
+ }
1171
+
1172
+ .operation-table {
1173
+ padding: 0;
1174
+ .table-box {
1175
+ display: flex;
1176
+ // align-items: center;
1177
+ border-bottom: 1px solid #e0e0e0;
1178
+ .t-item {
1179
+ padding: 0 16px;
1180
+ font-size: 14px;
1181
+ flex: 1;
1182
+ position: relative;
1183
+ display: flex;
1184
+ flex-flow: column;
1185
+ align-items: flex-start;
1186
+ border-right: 1px solid #e0e0e0;
1187
+ .i {
1188
+ position: absolute;
1189
+ top: 50%;
1190
+ // left: 50%;
1191
+ transform: translateY(-50%);
1192
+ }
1193
+ .t-but {
1194
+ font-size: 12px;
1195
+ margin-left: 0;
1196
+ width: 104px;
1197
+ // height: 100%;
1198
+ // margin: 12px 16px 0 16px;
1199
+ margin-top: 12px;
1200
+ padding: 0;
1201
+ }
1202
+ .t-but:nth-last-child(1) {
1203
+ margin-bottom: 12px;
1204
+ }
1205
+ }
1206
+ .t-item:nth-last-child(1) {
1207
+ border-right: 0;
1208
+ }
1209
+ }
1210
+ .table-box:nth-last-child(1) {
1211
+ border-bottom: 0;
1212
+ }
1213
+ }
1214
+
1215
+ .customer{
1216
+ background: #fff;
1217
+ border-radius: 6px;
1218
+ width: 100%;
1219
+ .customer-title{
1220
+ font-weight: Bold;
1221
+ font-size: 16px;
1222
+ color: #333;
1223
+ }
1224
+ .customre-line{
1225
+ width: 100%;
1226
+ height: 1px;
1227
+ margin-top: 10px;
1228
+ background: #E0E0E0;
1229
+ }
1230
+ .match-customre{
1231
+ display: flex;
1232
+ margin-top: 10px;
1233
+ .customre-name{
1234
+ font-weight: Bold;
1235
+ font-size: 14px;
1236
+ color: #333333;margin-right: 10px;
1237
+ }
1238
+ .t-tag{
1239
+ width: 41px;
1240
+ color: #999;
1241
+ background: #f3f3f3;
1242
+ border: 1px solid #d8d8d8;
1243
+ padding: 2px 9px;
1244
+ border-radius: 3px;
1245
+ margin-right: 10px;
1246
+ }
1247
+
1248
+ }
1249
+ .user-but{
1250
+ cursor: pointer;
1251
+ font-size: 12px;
1252
+ color: #FFFFFF;
1253
+ background: #FBD46D;
1254
+ height: 20px;
1255
+ line-height: 20px;
1256
+ border-radius: 3px;
1257
+ text-align: center;
1258
+ padding: 0 10px;
1259
+
1260
+ }
1261
+ .customr-name{
1262
+ position: absolute;
1263
+ right: 0;
1264
+ }
1265
+ .clearfix{
1266
+ clear: both;
1267
+ }
1268
+ .customre-l{
1269
+ float: left;
1270
+ width: 50%;
1271
+ margin-top: 10px;
1272
+ .row-i{
1273
+ padding: 5px 0;
1274
+ }
1275
+
1276
+ }
1277
+
1278
+ .customre-r{
1279
+ float: right;
1280
+ width: 50%;
1281
+ margin-top: 10px;
1282
+ .row-i{
1283
+ padding: 5px 0;
1284
+ }
1285
+ }
1286
+ }
1287
+ }
1288
+ }
1289
+ }
1290
+ // 按钮
1291
+ .max-info{
1292
+ height: 26px;
1293
+ color: #333333;
1294
+ background-color: #FFFFFF;
1295
+ border: 1px solid #E0E0E0;
1296
+ border-radius: 6px;
1297
+ font-size: 12px;
1298
+ }
1299
+ .max-default{
1300
+ border: 1px solid #EE6B6B;
1301
+ color: #EE6B6B;
1302
+ height: 26px;
1303
+
1304
+ border-radius: 6px;
1305
+ font-size: 12px;
1306
+ }
1307
+ .max-info:hover,.max-default:hover{
1308
+ background-color:#FF9393;
1309
+ border-color: #FF9393;
1310
+ color: #fff;
1311
+ }
1312
+ // .max-infon:hover.report,.max-info:active.report{
1313
+ // color: #fff;
1314
+ // }
1315
+ .max-info:active,.max-default:active{
1316
+ background-color: #B33136;
1317
+ border-color: #B33136;
1318
+ color: #fff;
1319
+ }
1320
+ .max-btn-add button{ /*list-button*/
1321
+ height: 26px;
1322
+ background: #EE6B6B;
1323
+ box-shadow: 0px 2px 4px 0px rgba(238,107,107,0.25);
1324
+ border-radius: 6px;
1325
+ }
1326
+ .max-btn-add button:hover{
1327
+ background-color:#FF9393;
1328
+ border-color: #FF9393;
1329
+ }
1330
+ .max-btn-add button:focus,.max-btn-add button:active{
1331
+ background-color: #B33136;
1332
+ border-color: #B33136;
1333
+ }
1334
+ .max-comfirm-content button{
1335
+ height: 26px;
1336
+ border-radius: 6px;
1337
+ }
1338
+ .follow-search-bar{
1339
+ display: flex;
1340
+ }
1341
+ .r{
1342
+ float: right;
1343
+ }
1344
+ </style>
1345
+
1346
+