d27bc659 by renchao@pashanhoo.com

style:楼盘表

1 parent 80b42bf9
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-15 14:46:47 4 * @LastEditTime: 2024-03-08 08:50:28
5 --> 5 -->
6 <template> 6 <template>
7 <div class="edit"> 7 <div class="edit">
...@@ -16,9 +16,11 @@ ...@@ -16,9 +16,11 @@
16 :style="{ height: lpbContentHight + 'px' }" 16 :style="{ height: lpbContentHight + 'px' }"
17 v-show="bjztFlag"> 17 v-show="bjztFlag">
18 <!-- 楼盘表主体 --> 18 <!-- 楼盘表主体 -->
19 <div class="lp-overview" :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }"> 19 <div class="lp-overview"
20 :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }">
20 <lpbContent 21 <lpbContent
21 ref="lpbContent" 22 ref="lpbContent"
23 v-if="formData.bsm"
22 :zrzbsm="formData.bsm" 24 :zrzbsm="formData.bsm"
23 :scyclx="formData.scyclx" 25 :scyclx="formData.scyclx"
24 :onlyShow="formData.onlyShow" 26 :onlyShow="formData.onlyShow"
...@@ -26,9 +28,10 @@ ...@@ -26,9 +28,10 @@
26 :unitData="formData.unitData" 28 :unitData="formData.unitData"
27 :sqywInfo="formData" 29 :sqywInfo="formData"
28 :key="time"></lpbContent> 30 :key="time"></lpbContent>
31 <el-empty v-else description="暂无楼盘表"></el-empty>
29 </div> 32 </div>
30 <!-- 右侧图例 --> 33 <!-- 右侧图例 -->
31 <div class="lp-legend" v-if="formData.onlyShow"> 34 <div class="lp-legend" v-if="formData.onlyShow && formData.bsm">
32 <div class="handleCol"> 35 <div class="handleCol">
33 <div class="btn" @click="legendToggle"> 36 <div class="btn" @click="legendToggle">
34 <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i> 37 <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-29 13:29:56 4 * @LastEditTime: 2024-03-07 16:59:12
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <div class="from-clues-header"> 9 <div class="from-clues-header">
10 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> 10 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px">
11 <el-row> 11 <el-row>
12 <el-col :span="4"> 12 <el-col :span="5">
13 <el-form-item label="权利类型" prop="qllx"> 13 <el-form-item label="权利类型" prop="qllx">
14 <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> 14 <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型">
15 <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 15 <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 </el-select> 17 </el-select>
18 </el-form-item> 18 </el-form-item>
19 </el-col> 19 </el-col>
20 <el-col :span="4"> 20 <el-col :span="5">
21 <el-form-item label="登记类型" prop="djlx"> 21 <el-form-item label="登记类型" prop="djlx">
22 <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> 22 <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型">
23 <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 23 <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode">
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
36 </el-select> 36 </el-select>
37 </el-form-item> 37 </el-form-item>
38 </el-col> 38 </el-col>
39 <el-col :span="6"> 39 <el-col :span="5">
40 <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px"> 40 <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px">
41 <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> 41 <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100">
42 </el-input> 42 </el-input>
43 </el-form-item> 43 </el-form-item>
44 </el-col> 44 </el-col>
45 <el-col :span="6"> 45 <el-col :span="5">
46 <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px"> 46 <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px">
47 <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> 47 <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100">
48 </el-input> 48 </el-input>
...@@ -57,25 +57,25 @@ ...@@ -57,25 +57,25 @@
57 </el-form-item> 57 </el-form-item>
58 </el-col> 58 </el-col>
59 <el-col :span="5"> 59 <el-col :span="5">
60 <el-form-item label="坐落:" prop="zl" label-width="105px"> 60 <el-form-item label="权利人:" prop="qlrmc">
61 <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100">
62 </el-input>
63 </el-form-item>
64 </el-col>
65 <el-col :span="5">
66 <el-form-item label="权利人:" prop="qlrmc" label-width="105px">
67 <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> 61 <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100">
68 </el-input> 62 </el-input>
69 </el-form-item> 63 </el-form-item>
70 </el-col> 64 </el-col>
71 <el-col :span="5"> 65 <el-col :span="4">
72 <el-form-item label="义务人:" prop="ywrmc"> 66 <el-form-item label="义务人:" prop="ywrmc">
73 <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> 67 <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100">
74 </el-input> 68 </el-input>
75 </el-form-item> 69 </el-form-item>
76 </el-col> 70 </el-col>
71 <el-col :span="7">
72 <el-form-item label="坐落:" prop="zl" label-width="105px">
73 <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100">
74 </el-input>
75 </el-form-item>
76 </el-col>
77 77
78 <el-col :span="4" class="btnColRight"> 78 <el-col :span="3" class="btnColRight">
79 <el-form-item> 79 <el-form-item>
80 <el-button @click="handleReset">重置</el-button> 80 <el-button @click="handleReset">重置</el-button>
81 <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> 81 <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
98 import table from "@/utils/mixin/table"; 98 import table from "@/utils/mixin/table";
99 import { datas, sendThis } from "./djbcxdata"; 99 import { datas, sendThis } from "./djbcxdata";
100 import { getDjbBysearch } from "@/api/search.js"; 100 import { getDjbBysearch } from "@/api/search.js";
101 import { getZrzListByBsmSlsq } from "@/api/workflow/zjgcdyFlow.js"; 101 import { getZrzListByBsmSlsq } from "@/api/workflow/zjgcdyFlow.js";
102 102
103 export default { 103 export default {
104 name: "djbcx", 104 name: "djbcx",
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
139 qllxs: [], 139 qllxs: [],
140 isDialog: false, 140 isDialog: false,
141 djbxxData: {}, 141 djbxxData: {},
142 zrzbsm:"" 142 zrzbsm: ""
143 } 143 }
144 }, 144 },
145 computed: { 145 computed: {
...@@ -190,17 +190,17 @@ ...@@ -190,17 +190,17 @@
190 * @author: renchao 190 * @author: renchao
191 */ 191 */
192 handleLpbClick (item) { 192 handleLpbClick (item) {
193 let params = {zdbsm:item.bsmZd}; 193 let params = { zdbsm: item.bsmZd };
194 getZrzListByBsmSlsq(params).then((res) => { 194 getZrzListByBsmSlsq(params).then((res) => {
195 if (res.code === 200) { 195 if (res.code === 200) {
196 } 196 }
197 }); 197 });
198 console.log("zrzbsm",item,item.zrzbsm); 198 console.log("zrzbsm", item, item.zrzbsm);
199 this.$popupDialog('楼盘表', 'lpb/index', { 199 this.$popupDialog('楼盘表', 'lpb/index', {
200 bsm: item.zrzbsm, 200 bsm: item.zrzbsm,
201 zrzbsm: item.zrzbsm, 201 zrzbsm: item.zrzbsm,
202 zdbsm: item.zrzbsm, 202 zdbsm: item.zrzbsm,
203 onlyShow: true 203 onlyShow: true
204 }, '90%', true) 204 }, '90%', true)
205 } 205 }
206 } 206 }
......