3b49134b by xiaomiao

--no commit message

2 parents e9b26c6c de207f35
Showing 35 changed files with 924 additions and 65 deletions
...@@ -120,6 +120,18 @@ export function getFdcq2List (data) { ...@@ -120,6 +120,18 @@ export function getFdcq2List (data) {
120 data 120 data
121 }) 121 })
122 } 122 }
123 /**
124 * @description: 获取房屋多幢信息集合
125 * @param {*} data
126 * @author: renchao
127 */
128 export function getFdcq1List (data) {
129 return request({
130 url: SERVER.SERVERAPI + '/rest/djbDetail/getFdcq1List',
131 method: 'post',
132 data
133 })
134 }
123 135
124 /** 136 /**
125 * @description: 获取抵押权 137 * @description: 获取抵押权
......
1 /*
2 * @Description: 房地产权多幢接口
3 * @Autor: ssq
4 * @LastEditTime: 2023-08-02 17:28:21
5 */
6 import request from '@/utils/request'
7 let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
8
9 /**
10 * @description: 初始化内容
11 * @param {*} data
12 * @author: 单帅旗
13 */
14 export function Init (data) {
15 let apiUrl = "";
16 switch (data.get("djlx")) {
17 case "100":
18 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/fristInit";
19 break;
20 case "200":
21 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/transferInit";
22 break;
23 case "300":
24 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/changeInit";
25 break;
26 case "400":
27 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/logoutInit";
28 break;
29 case "500":
30 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/riviseInit";
31 break;
32 case "901":
33 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/renewalInit";
34 break;
35 case "902":
36 apiUrl = SERVER.SERVERAPI + "/rest/ywbl/lqlr/replaceInit";
37 break;
38 }
39 return request({
40 url: apiUrl,
41 method: 'post',
42 data
43 })
44 }
45 /**
46 * @description: 首次登记提交
47 * @param {*} data
48 * @author: ssq
49 */
50 export function saveBatchData (data) {
51 return request({
52 url: SERVER.SERVERAPI + "/rest/ywbl/lqlr/saveBatchData",
53 method: 'post',
54 data
55 })
56 }
57
58 /**
59 * @description: 保存
60 * @param {*} data
61 * @author: ssq
62 */
63 export function saveData (data) {
64 return request({
65 url: SERVER.SERVERAPI + "/rest/ywbl/lqlr/saveData",
66 method: 'post',
67 data
68 })
69 }
70
...@@ -94,7 +94,8 @@ export default class filter { ...@@ -94,7 +94,8 @@ export default class filter {
94 xzzt: "已限制", 94 xzzt: "已限制",
95 ygmmzt: "已预告买卖", 95 ygmmzt: "已预告买卖",
96 ygdyzt: "已预告抵押", 96 ygdyzt: "已预告抵押",
97 dyzt: "已抵押" 97 dyzt: "已抵押",
98 sfbl: "正在补录"
98 }; 99 };
99 100
100 for (let key in row) { 101 for (let key in row) {
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:37:21 4 * @LastEditTime: 2023-08-02 10:59:22
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:37:47 4 * @LastEditTime: 2023-08-02 11:00:09
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:38:26 4 * @LastEditTime: 2023-08-02 11:01:16
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:38:41 4 * @LastEditTime: 2023-08-02 11:01:08
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:38:55 4 * @LastEditTime: 2023-08-02 11:00:54
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:39:13 4 * @LastEditTime: 2023-08-02 11:00:48
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-01 18:12:57 4 * @LastEditTime: 2023-08-02 11:00:40
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
...@@ -22,6 +22,9 @@ export function getForm(tabName) { ...@@ -22,6 +22,9 @@ export function getForm(tabName) {
22 case "nydsyq": 22 case "nydsyq":
23 form = require("@/views/registerBook/nydsyq.vue"); 23 form = require("@/views/registerBook/nydsyq.vue");
24 break; 24 break;
25 case "fdcq1":
26 form = require("@/views/registerBook/fdcq1.vue");
27 break;
25 case "fdcq2": 28 case "fdcq2":
26 form = require("@/views/registerBook/fdcq2.vue"); 29 form = require("@/views/registerBook/fdcq2.vue");
27 break; 30 break;
......
...@@ -59,11 +59,11 @@ ...@@ -59,11 +59,11 @@
59 <script> 59 <script>
60 import { datas } from "./qlxxFormData.js"; 60 import { datas } from "./qlxxFormData.js";
61 import { getSjlx } from "@/utils/dictionary.js"; 61 import { getSjlx } from "@/utils/dictionary.js";
62 import { getJsydsyqList } from "@/api/djbDetail.js"; 62 import { getFdcq1List } from "@/api/djbDetail.js";
63 export default { 63 export default {
64 data () { 64 data () {
65 return { 65 return {
66 title: "建设用地使用权、宅基地使用权登记信息", 66 title: "房地产权登记信息(多幢)",
67 qsztList: datas.columns().qsztList, 67 qsztList: datas.columns().qsztList,
68 checkList: datas.columns().checkList, 68 checkList: datas.columns().checkList,
69 //传递参数 69 //传递参数
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
73 //空列值个数 73 //空列值个数
74 emptycolNum: datas.columns().emptycolNum, 74 emptycolNum: datas.columns().emptycolNum,
75 //列名称对象 75 //列名称对象
76 columns: datas.columns().JSYDSYQ, 76 columns: datas.columns().FDCQ1,
77 }; 77 };
78 }, 78 },
79 created () { 79 created () {
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
91 label: "操作" 91 label: "操作"
92 }) 92 })
93 } 93 }
94 getJsydsyqList({ 94 getFdcq1List({
95 bdcdyid: this.propsParam.bdcdyid, 95 bdcdyid: this.propsParam.bdcdyid,
96 qllx: this.propsParam.qllx, 96 qllx: this.propsParam.qllx,
97 qszt: this.checkList, 97 qszt: this.checkList,
......
...@@ -134,6 +134,156 @@ class data extends filter { ...@@ -134,6 +134,156 @@ class data extends filter {
134 label: "附记", 134 label: "附记",
135 }, 135 },
136 ], 136 ],
137 FDCQ1: [
138 {
139 prop: "qszt",
140 label: "权属状态",
141 },
142 {
143 prop: "sjlx",
144 label: "数据类型",
145 },
146 {
147 prop: "qllxmc",
148 label: "权利类型",
149 },
150 {
151 prop: "djlxmc",
152 label: "登记类型",
153 },
154 {
155 prop: "ssywh",
156 label: "上手业务号",
157 },
158 {
159 prop: "dah",
160 label: "档案号",
161 },
162 {
163 prop: "ywh",
164 label: "业务号",
165 },
166 {
167 prop: "bdcdyh",
168 label: "不动产单元号",
169 },
170 {
171 prop: "zl",
172 label: "坐落",
173 },
174 {
175 prop: "gyqk",
176 label: "共有情况",
177 },
178 {
179 prop: "qlrlx",
180 label: "权利人类型",
181 },
182 {
183 prop: "qlrmc",
184 label: "权利人",
185 },
186 {
187 prop: "qlrzjzl",
188 label: "证件种类",
189 },
190 {
191 prop: "qlrzjhm",
192 label: "证件号",
193 },
194 {
195 prop: "tdsyqr",
196 label: "土地使用权人",
197 },
198 {
199 prop: "dytdmj",
200 label: "独用土地面积(m²)",
201 },
202 {
203 prop: "fttdmj",
204 label: "分摊土地面积(m²)",
205 },
206 {
207 prop: "yt",
208 label: "土地用途",
209 },
210 {
211 prop: "tdsyqx",
212 label: "土地使用期限",
213 },
214 {
215 prop: "tdsyqzsj",
216 label: "使用权起止时间",
217 },
218 {
219 prop: "fdcjyjg",
220 label: "房地产交易价格(万元)",
221 },
222 {
223 prop: "zh",
224 label: "幢号",
225 },
226 {
227 prop: "xmmc",
228 label: "项目名称",
229 },
230 {
231 prop: "zcs",
232 label: "总层数",
233 },
234 {
235 prop: "ghyt",
236 label: "规划用途",
237 },
238 {
239 prop: "ytmc",
240 label: "用途名称",
241 },
242 {
243 prop: "pzyt",
244 label: "批准用途",
245 },
246 {
247 prop: "sjyt",
248 label: "实际用途",
249 },{
250 prop: "fwjg",
251 label: "房屋结构",
252 },{
253 prop: "fwjgmc",
254 label: "房屋结构名称",
255 },{
256 prop: "jzmj",
257 label: "建筑面积",
258 },
259 {
260 prop: "jgsj",
261 label: "竣工时间",
262 },{
263 prop: "zts",
264 label: "总套数",
265 },
266 {
267 prop: "djyy",
268 label: "登记原因",
269 },
270 {
271 prop: "bdcqzh",
272 label: "不动产权证号",
273 },
274 {
275 prop: "djsj",
276 label: "登记时间",
277 },
278 {
279 prop: "dbr",
280 label: "登簿人",
281 },
282 {
283 prop: "fj",
284 label: "附记",
285 },
286 ],
137 FDCQ2: [ 287 FDCQ2: [
138 { 288 {
139 prop: "qszt", 289 prop: "qszt",
...@@ -455,7 +605,7 @@ class data extends filter { ...@@ -455,7 +605,7 @@ class data extends filter {
455 }, 605 },
456 { 606 {
457 prop: "dyfsmc", 607 prop: "dyfsmc",
458 label: "抵押方式", 608 label: "抵押方式",
459 }, 609 },
460 { 610 {
461 prop: "qlrmc", 611 prop: "qlrmc",
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 </lb-table> 10 </lb-table>
11 <div class="text-center"> 11 <div class="text-center">
12 <el-button @click="$popupCacel">取消</el-button> 12 <el-button @click="$popupCacel">取消</el-button>
13 <el-button type="primary" @click="handleSubmit" :loading="loading" v-if="formData.ableOperation">保存</el-button> 13 <el-button type="primary" @click="handleSubmit" :loading="loading" v-if="formData.ableOperation && tableData.length>0">保存</el-button>
14 </div> 14 </div>
15 </div> 15 </div>
16 </template> 16 </template>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-14 16:05:30 4 * @LastEditTime: 2023-08-02 15:33:01
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> 7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;">
...@@ -102,7 +102,6 @@ ...@@ -102,7 +102,6 @@
102 this.loading = false 102 this.loading = false
103 }) 103 })
104 }, 104 },
105 //tab表头切换方法
106 /** 105 /**
107 * @description: tab表头切换方法 106 * @description: tab表头切换方法
108 * @param {*} e 107 * @param {*} e
...@@ -117,7 +116,6 @@ ...@@ -117,7 +116,6 @@
117 this.drawTextzmImage() 116 this.drawTextzmImage()
118 } 117 }
119 }, 118 },
120 // 不动产证书
121 /** 119 /**
122 * @description: 不动产证书 120 * @description: 不动产证书
123 * @author: renchao 121 * @author: renchao
...@@ -165,7 +163,27 @@ ...@@ -165,7 +163,27 @@
165 context.fillText(line, 138, y + (index * 20)); // 调整行高 163 context.fillText(line, 138, y + (index * 20)); // 调整行高
166 }) 164 })
167 }) 165 })
168 context.fillText(this.bdcqz.fj ? this.bdcqz.fj : '', 580, 100); 166 let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split(' ') : [];
167 lines1.forEach((line, index) => {
168 const y = 100 + (index * 37); // 每行文本的垂直位置
169 let currentLine = '';
170 let arr = [];
171 for (let word of line) {
172 const testLine = currentLine + word;
173 const lineWidth = context.measureText(testLine).width;
174 if (lineWidth <= 395) {
175 currentLine = testLine;
176 } else {
177 arr.push(currentLine);
178 currentLine = word;
179 }
180 }
181 arr.push(currentLine);
182 arr.forEach((line, index) => {
183 context.fillText(line, 580, y + (index * 20)); // 调整行高
184 })
185 })
186
169 } 187 }
170 image.src = this.imgSrc 188 image.src = this.imgSrc
171 }, 189 },
......
1 <!--
2 * @Description: 房屋多幢明细
3 * @Autor:
4 * @LastEditTime: 2023年07月31日 13:32:21
5 -->
6 <template>
7 <div>
8 <el-table
9 :data="tableDataList"
10 border
11 :pagination="false"
12 :key="key"
13 :header-cell-style="{ 'text-align': 'center' }"
14 :heightNumSetting="true"
15 :minHeight="150"
16 height="150"
17 style="width: 100%"
18 >
19 <el-table-column prop="index" width="50" :render-header="renderHeader">
20 <template slot-scope="scope">
21 <div style="text-align: center">
22 {{ scope.$index + 1 }}
23 </div>
24 </template>
25 </el-table-column>
26 <el-table-column prop="bdcdyh" label="不动产单元号" min-width="100">
27 <template slot-scope="scope">
28 <div style="text-align: center">
29 {{ scope.row.bdcdyh }}
30 </div>
31 </template>
32 </el-table-column>
33 <el-table-column prop="xmmc" label="项目名称" min-width="100">
34 <template slot-scope="scope">
35 <div style="text-align: center">
36 {{ scope.row.xmmc }}
37 </div>
38 </template>
39 </el-table-column>
40 <el-table-column prop="jzmj" label="建筑面积" min-width="100">
41 <template slot-scope="scope">
42 <div style="text-align: center">
43 {{ scope.row.jzmj }}
44 </div>
45 </template>
46 </el-table-column>
47 <el-table-column prop="ytmc" label="用途名称" min-width="100">
48 <template slot-scope="scope">
49 <div style="text-align: center">
50 {{ scope.row.ytmc }}
51 </div>
52 </template>
53 </el-table-column>
54 <el-table-column prop="fwjgmc" label="房屋结构名称" min-width="100">
55 <template slot-scope="scope">
56 <div style="text-align: center">
57 {{ scope.row.fwjgmc }}
58 </div>
59 </template>
60 </el-table-column>
61 </el-table>
62 </div>
63 </template>
64 <script>
65 import {mapGetters} from "vuex";
66
67 export default {
68 computed: {
69 ...mapGetters(["dictData"]),
70 },
71 props: {
72 tableData: {
73 type: Array,
74 default: function () {
75 return [];
76 },
77 },
78 ableOperation: {
79 type: Boolean,
80 default: false,
81 },
82 },
83 data() {
84 return {
85 // 键名转换,方法默认是label和children进行树状渲染
86 key: 0,
87 tableDataList: []
88 };
89 },
90 mounted() {
91 },
92 watch: {
93 tableData: {
94 handler: function (val, oldVal) {
95 let that = this;
96 this.$nextTick(() => {
97 if (val.length == 0 || !val) {
98 that.tableDataList = _.cloneDeep([
99 {
100 yt: null,
101 qssj: "",
102 jssj: "",
103 tdsyqx: "",
104 },
105 ]);
106 } else {
107 that.tableDataList = _.cloneDeep(val);
108 }
109 });
110 },
111 immediate: true,
112 deep: true,
113 },
114 },
115 methods: {
116 /**
117 * @description: renderHeader
118 * @author: renchao
119 */
120 renderHeader() {
121 return (
122 <div>
123 {" "}
124 {!this.ableOperation ? (
125 "序号"
126 ) : (
127 <i
128 class="el-icon-plus pointer"
129 onClick={() => {
130 this.addClick();
131 }}
132 ></i>
133 )}
134 </div>
135 );
136 }
137 },
138 };
139 </script>
140 <style scoped lang="scss">
141 .el-input {
142 border: none !important;
143 }
144
145 /deep/ .el-table__row {
146 border: none !important;
147 }
148
149 .el-date-editor.el-input {
150 width: 100%;
151 }
152
153 /deep/ .el-table th {
154 height: 30px !important;
155 }
156 </style>
157
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-28 15:46:24 4 * @LastEditTime: 2023-08-03 14:13:59
5 --> 5 -->
6 <template> 6 <template>
7 <div class="szxx"> 7 <div class="szxx">
...@@ -202,10 +202,9 @@ ...@@ -202,10 +202,9 @@
202 width: 300px; 202 width: 300px;
203 margin-top: 10px; 203 margin-top: 10px;
204 margin-right: 10px; 204 margin-right: 10px;
205 205 // .szxx_body {
206 .szxx_body { 206 // height: 240px;
207 height: 240px; 207 // }
208 }
209 } 208 }
210 } 209 }
211 210
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-17 10:41:57 4 * @LastEditTime: 2023-08-02 14:24:20
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -73,26 +73,29 @@ ...@@ -73,26 +73,29 @@
73 * @author: renchao 73 * @author: renchao
74 */ 74 */
75 onSubmit () { 75 onSubmit () {
76 if(!this.outstepopinion){ 76 if (!this.outstepopinion) {
77 this.$message.error("请填写退回意见"); 77 this.$message.error("请填写退回意见");
78 }else{ 78 } else {
79 sendBackTask({ 79 sendBackTask({
80 bsmSlsq: this.formData.bsmSlsq, 80 bsmSlsq: this.formData.bsmSlsq,
81 backNodeList: [this.selectItem], 81 backNodeList: [this.selectItem],
82 message:this.outstepopinion 82 message: this.outstepopinion
83 }).then((res) => { 83 }).then((res) => {
84 this.$message.success("退回成功"); 84 if (res.code == 200) {
85 setTimeout(() => { 85 this.$message.success("退回成功");
86 // window.opener.location.reload(); //刷新父窗口 86 setTimeout(() => {
87 if (window.opener && window.opener.getBpageList) { 87 if (window.opener && window.opener.getBpageList) {
88 window.opener.getBpageList(); 88 window.opener.getBpageList();
89 } else {
90 window.opener.frames[0].getBpageList();
91 }
92 window.close();
93 this.$emit("input", false);
94 }, 1000);
89 } else { 95 } else {
90 window.opener.frames[0].getBpageList(); 96 this.$message.error(res.message);
91 } 97 }
92 window.close(); 98 });
93 this.$emit("input", false);
94 }, 1000);
95 });
96 } 99 }
97 }, 100 },
98 /** 101 /**
...@@ -113,7 +116,7 @@ ...@@ -113,7 +116,7 @@
113 getTaskBackNode(this.formData).then((res) => { 116 getTaskBackNode(this.formData).then((res) => {
114 if (res.code == 200) { 117 if (res.code == 200) {
115 this.dataList = res.result; 118 this.dataList = res.result;
116 console.log("this.dataList",this.dataList); 119 console.log("this.dataList", this.dataList);
117 if (res.result) { 120 if (res.result) {
118 this.selectActivity = res.result[0].activityId; 121 this.selectActivity = res.result[0].activityId;
119 this.selectItem = res.result[0]; 122 this.selectItem = res.result[0];
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-06-19 13:16:53 4 * @LastEditTime: 2023-08-02 17:16:44
5 */ 5 */
6 //流程环节操作按钮 6 //流程环节操作按钮
7 /** 7 /**
...@@ -89,6 +89,9 @@ export function getForm(tabName, djywbm) { ...@@ -89,6 +89,9 @@ export function getForm(tabName, djywbm) {
89 case "nydsyqQlxx": 89 case "nydsyqQlxx":
90 form = require("@/views/registerBook/nydsyq.vue"); 90 form = require("@/views/registerBook/nydsyq.vue");
91 break; 91 break;
92 case "fdcq1Qlxx":
93 form = require("@/views/registerBook/fdcq1.vue");
94 break;
92 case "fdcq2Qlxx": 95 case "fdcq2Qlxx":
93 form = require("@/views/registerBook/fdcq2.vue"); 96 form = require("@/views/registerBook/fdcq2.vue");
94 break; 97 break;
...@@ -107,6 +110,10 @@ export function getForm(tabName, djywbm) { ...@@ -107,6 +110,10 @@ export function getForm(tabName, djywbm) {
107 case "zdjbxxImg": 110 case "zdjbxxImg":
108 form = require("@/views/workflow/components/zdt.vue"); 111 form = require("@/views/workflow/components/zdt.vue");
109 break; 112 break;
113 //林地使用权
114 case "lqslxx":
115 form = require("@/views/ywbl/slsqxx/lqslxx");
116 break;
110 default: 117 default:
111 form = require("@/views/error-page/404.vue"); 118 form = require("@/views/error-page/404.vue");
112 break; 119 break;
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-01 18:05:25 4 * @LastEditTime: 2023-08-02 14:08:27
5 */ 5 */
6 export default { 6 export default {
7 data () { 7 data () {
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
11 watch: { 11 watch: {
12 'ruleForm.sldy.gyfs': { 12 'ruleForm.sldy.gyfs': {
13 handler: function (val, oldVal) { 13 handler: function (val, oldVal) {
14 if (val == '0' && this.ruleForm.qlrList.length > 1) { 14 if (val == '0' && this.ruleForm.qlrList.length > 1 && oldVal) {
15 this.ruleForm.sldy.gyfs = oldVal 15 this.ruleForm.sldy.gyfs = oldVal
16 this.$message({ 16 this.$message({
17 message: '单独所有只能选择一个,请先删除再切换', 17 message: '单独所有只能选择一个,请先删除再切换',
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
216 </el-col> 216 </el-col>
217 <el-col 217 <el-col
218 :span="6" 218 :span="6"
219 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 219 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
220 <el-form-item label="持证人:"> 220 <el-form-item label="持证人:">
221 <el-select 221 <el-select
222 v-model="ruleForm.czr" 222 v-model="ruleForm.czr"
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-02 08:52:42 4 * @LastEditTime: 2023-08-02 08:40:35
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -134,9 +134,9 @@ ...@@ -134,9 +134,9 @@
134 <div class="triangle"></div> 134 <div class="triangle"></div>
135 </div> 135 </div>
136 <el-row :gutter="10"> 136 <el-row :gutter="10">
137 <el-col :span="12" v-if="ruleForm.qlxx"> 137 <el-col :span="14" v-if="ruleForm.qlxx">
138 <el-form-item label="共有方式:"> 138 <el-form-item label="共有方式:">
139 <el-radio-group :disabled="!ableOperation" 139 <el-radio-group :disabled="!ableOperation" @change="showCZInfo"
140 v-model="ruleForm.sldy.gyfs"> 140 v-model="ruleForm.sldy.gyfs">
141 <el-radio label="0">单独所有</el-radio> 141 <el-radio label="0">单独所有</el-radio>
142 <el-radio label="1">共同共有</el-radio> 142 <el-radio label="1">共同共有</el-radio>
...@@ -145,16 +145,17 @@ ...@@ -145,16 +145,17 @@
145 </el-radio-group> 145 </el-radio-group>
146 </el-form-item> 146 </el-form-item>
147 </el-col> 147 </el-col>
148 <!-- <el-col :span="5"> 148 <el-col :span="5">
149 <el-form-item label="发证方式:"> 149 <el-form-item label="发证方式:">
150 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> 150 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
151 <el-radio label="1">小证</el-radio> 151 <el-radio label="1">小证</el-radio>
152 <el-radio label="2">大证</el-radio> 152 <el-radio label="2">大证</el-radio>
153 </el-radio-group> 153 </el-radio-group>
154 </el-form-item> 154 </el-form-item>
155 </el-col> --> 155 </el-col>
156
156 157
157 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> 158 <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'">
158 <el-form-item label="是否分别持证:"> 159 <el-form-item label="是否分别持证:">
159 <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation"> 160 <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation">
160 <el-radio label="1"></el-radio> 161 <el-radio label="1"></el-radio>
...@@ -162,7 +163,7 @@ ...@@ -162,7 +163,7 @@
162 </el-radio-group> 163 </el-radio-group>
163 </el-form-item> 164 </el-form-item>
164 </el-col> 165 </el-col>
165 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> 166 <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'">
166 <el-form-item label="持证人:"> 167 <el-form-item label="持证人:">
167 <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation"> 168 <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation">
168 <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> 169 <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value">
...@@ -287,6 +288,13 @@ ...@@ -287,6 +288,13 @@
287 upDateQlrxxList (val) { 288 upDateQlrxxList (val) {
288 this.ruleForm.qlrList = _.cloneDeep(val); 289 this.ruleForm.qlrList = _.cloneDeep(val);
289 }, 290 },
291 /**
292 * @description: showCZInfo
293 * @author: renchao
294 */
295 showCZInfo () {
296 console.log(this.ruleForm.slsq.gyfs);
297 },
290 // 更新权利人信息 298 // 更新权利人信息
291 /** 299 /**
292 * @description: 更新权利人信息 300 * @description: 更新权利人信息
......
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
208 </el-col> 208 </el-col>
209 <el-col 209 <el-col
210 :span="6" 210 :span="6"
211 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 211 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
212 <el-form-item label="持证人:"> 212 <el-form-item label="持证人:">
213 <el-select 213 <el-select
214 v-model="ruleForm.czr" 214 v-model="ruleForm.czr"
......
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
214 </el-col> 214 </el-col>
215 <el-col 215 <el-col
216 :span="6" 216 :span="6"
217 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 217 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
218 <el-form-item label="持证人:"> 218 <el-form-item label="持证人:">
219 <el-select 219 <el-select
220 v-model="ruleForm.czr" 220 v-model="ruleForm.czr"
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
172 </el-col> 172 </el-col>
173 <el-col 173 <el-col
174 :span="6" 174 :span="6"
175 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 175 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
176 <el-form-item label="持证人:"> 176 <el-form-item label="持证人:">
177 <el-select 177 <el-select
178 v-model="ruleForm.czr" 178 v-model="ruleForm.czr"
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
167 </el-col> 167 </el-col>
168 <el-col 168 <el-col
169 :span="6" 169 :span="6"
170 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 170 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
171 <el-form-item label="持证人:"> 171 <el-form-item label="持证人:">
172 <el-select 172 <el-select
173 v-model="ruleForm.czr" 173 v-model="ruleForm.czr"
......
1 <!--
2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq
4 * @LastEditTime: 2023-08-03 09:02:02
5 -->
6 <template>
7 <div class="slxx">
8 <el-form
9 :model="ruleForm"
10 :rules="rules"
11 ref="ruleForm"
12 :label-position="flag ? 'top' : ''"
13 :inline="flag"
14 label-width="120px"
15 >
16 <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''">
17 <div class="slxx_title title-block">
18 受理信息
19 <div class="triangle"></div>
20 </div>
21 <el-row :gutter="10" v-if="ruleForm.slsq">
22 <el-col :span="8">
23 <el-form-item label="业务号:">
24 <el-input disabled v-model="ruleForm.flow.ywh"></el-input>
25 </el-form-item>
26 </el-col>
27 <el-col :span="8">
28 <el-form-item label="受理人员:">
29 <el-input disabled v-model="ruleForm.slsq.slry"></el-input>
30 </el-form-item>
31 </el-col>
32 <el-col :span="8">
33 <el-form-item label="受理时间:">
34 <el-input disabled v-model="ruleForm.slsq.slsj"></el-input>
35 </el-form-item>
36 </el-col>
37 </el-row>
38 <el-row :gutter="10" v-if="ruleForm.slsq">
39 <el-col :span="8">
40 <el-form-item label="权利类型:">
41 <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input>
42 </el-form-item>
43 </el-col>
44 <el-col :span="8">
45 <el-form-item label="登记类型:">
46 <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input>
47 </el-form-item>
48 </el-col>
49 <el-col :span="8">
50 <el-form-item label="登记情形:">
51 <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input>
52 </el-form-item>
53 </el-col>
54 </el-row>
55 <!-- <div class="slxx_title title-block">
56 不动产单元情况
57 <div class="triangle"></div>
58 </div>
59 <el-row :gutter="10" v-if="ruleForm.qlxx">
60 <el-col :span="8">
61 <el-form-item label="不动产单元号:">
62 <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input>
63 </el-form-item>
64 </el-col>
65 <el-col :span="16">
66 <el-form-item label="坐落:">
67 <el-input disabled v-model="ruleForm.qlxx.zl"></el-input>
68 </el-form-item>
69 </el-col>
70 </el-row>
71 <el-row :gutter="10" v-if="ruleForm.fdcq2">
72 <el-col :span="8">
73 <el-form-item label="土地使用期限:">
74 <el-input disabled v-model="ruleForm.fdcq2.tdsyqx"></el-input>
75 </el-form-item>
76 </el-col>
77 <el-col :span="8">
78 <el-form-item label="规划用途名称:">
79 <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input>
80 </el-form-item>
81 </el-col>
82 <el-col :span="8">
83 <el-form-item label="房屋性质:">
84 <el-input disabled v-model="ruleForm.fdcq2.fwxzmc"></el-input>
85 </el-form-item>
86 </el-col>
87 </el-row>
88 <el-row :gutter="10" v-if="ruleForm.qlxx">
89 <el-col :span="8">
90 <el-form-item label="房屋结构:">
91 <el-input disabled v-model="ruleForm.fdcq2.fwjgmc"></el-input>
92 </el-form-item>
93 </el-col>
94 <el-col :span="8">
95 <el-form-item label="所在层:">
96 <el-input disabled v-model="ruleForm.fdcq2.szc"></el-input>
97 </el-form-item>
98 </el-col>
99 <el-col :span="8">
100 <el-form-item label="总层数:">
101 <el-input disabled v-model="ruleForm.fdcq2.zcs"></el-input>
102 </el-form-item>
103 </el-col>
104 </el-row>
105 <el-row :gutter="10" v-if="ruleForm.fdcq2">
106 <el-col :span="8">
107 <el-form-item label="竣工时间:">
108 <el-input disabled v-model="ruleForm.fdcq2.jgsj"></el-input>
109 </el-form-item>
110 </el-col>
111 <el-col :span="8">
112 <el-form-item label="建筑面积:">
113 <el-input disabled v-model="ruleForm.qlxx.mj"></el-input>
114 </el-form-item>
115 </el-col>
116 <el-col :span="8">
117 <el-form-item label="专有建筑面积:">
118 <el-input disabled v-model="ruleForm.fdcq2.zyjzmj"></el-input>
119 </el-form-item>
120 </el-col>
121 </el-row>
122 <el-row :gutter="10">
123 <el-col :span="8">
124 <el-form-item label="分摊建筑面积:">
125 <el-input disabled v-model="ruleForm.fdcq2.ftjzmj"></el-input>
126 </el-form-item>
127 </el-col>
128 </el-row> -->
129 <div class="slxx_title title-block">
130 土地用途
131 <div class="triangle"></div>
132 </div>
133 <tdytTable
134 :ableOperation="ableOperation"
135 :tableData="ruleForm.tdytqxList"
136 @upDateTdytxxList="upDateTdytxxList"
137 />
138 <div class="slxx_title title-block">
139 权利人信息
140 <div class="triangle"></div>
141 </div>
142 <el-row :gutter="10">
143 <el-col :span="12" v-if="ruleForm.qlxx">
144 <el-form-item label="共有方式:">
145 <el-radio-group
146 :disabled="!ableOperation"
147 v-model="ruleForm.sldy.gyfs"
148 >
149 <el-radio label="0">单独所有</el-radio>
150 <el-radio label="1">共同共有</el-radio>
151 <el-radio label="2">按份所有</el-radio>
152 <el-radio label="3">其它共有</el-radio>
153 </el-radio-group>
154 </el-form-item>
155 </el-col>
156 <!-- <el-col :span="5">
157 <el-form-item label="发证方式:">
158 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
159 <el-radio label="1">小证</el-radio>
160 <el-radio label="2">大证</el-radio>
161 </el-radio-group>
162 </el-form-item>
163 </el-col> -->
164
165 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'">
166 <el-form-item label="是否分别持证:">
167 <el-radio-group
168 v-model="ruleForm.sldy.sqfbcz"
169 :disabled="!ableOperation"
170 >
171 <el-radio label="1"></el-radio>
172 <el-radio label="0"></el-radio>
173 </el-radio-group>
174 </el-form-item>
175 </el-col>
176 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'">
177 <el-form-item label="持证人:">
178 <el-select
179 v-model="ruleForm.slsq.czr"
180 placeholder="持证人"
181 :disabled="!ableOperation"
182 >
183 <el-option
184 v-for="item in czrOptions"
185 :key="item.value"
186 :label="item.label"
187 :value="item.value"
188 >
189 </el-option>
190 </el-select>
191 </el-form-item>
192 </el-col>
193 </el-row>
194 <qlrCommonTable
195 @upDateQlrxxList="upDateQlrxxList"
196 :tableData="ruleForm.qlrList"
197 :disabled="!ableOperation"
198 :gyfs="ruleForm.slsq.gyfs"
199 />
200
201 <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'">
202 <div class="slxx_title title-block">
203 义务人信息
204 <div class="triangle"></div>
205 </div>
206 <qlrCommonTable
207 v-if="ruleForm.qlxx"
208 @upDateQlrxxList="upDateYwrxxList"
209 :tableData="ruleForm.ywrList"
210 :gyfs="ruleForm.qlxx.gyfs"
211 />
212 </div>
213 <div class="slxx_title title-block">
214 登记原因
215 <div class="triangle"></div>
216 </div>
217 <!-- <el-row :gutter="10">
218 <el-col>
219 <el-form-item v-if="ruleForm.sldy" label="登记原因:" prop="djyy">
220 <el-input
221 class="textArea"
222 type="textarea"
223 :disabled="!ableOperation"
224 v-model="ruleForm.fdcq2.djyy"
225 >
226 </el-input>
227 </el-form-item>
228 </el-col>
229 </el-row> -->
230 </div>
231 <el-row class="btn" v-if="ableOperation">
232 <el-form-item>
233 <el-button type="primary" @click="onSubmit">保存</el-button>
234 </el-form-item>
235 </el-row>
236 </el-form>
237 </div>
238 </template>
239 <script>
240 import ywmix from "@/views/ywbl/mixin/index";
241 import qlrCommonTable from "@/views/workflow/components/qlrCommonTable";
242 import tdytTable from "@/views/workflow/components/tdytTable";
243 import { Init, saveData } from "@/api/workflow/lqFlow.js";
244 import { mapGetters } from "vuex";
245 export default {
246 mixins: [ywmix],
247 mounted() {
248 this.ableOperation = this.$parent.currentSelectTab.ableOperation;
249 this.propsParam = this.$attrs;
250 var formdata = new FormData();
251 formdata.append("bsmSldy", this.propsParam.bsmSldy);
252 formdata.append("djlx", this.propsParam.djlx);
253 formdata.append("isEdit", this.ableOperation);
254 Init(formdata).then((res) => {
255 if (res.code === 200 && res.result) {
256 this.ruleForm = {
257 ...res.result,
258 ...res.result.qlxxdatas,
259 };
260 //初始化发证方式,1:小证,2:大正
261 this.ruleForm.slsq.fzfs == null
262 ? (this.ruleForm.slsq.fzfs = "1")
263 : this.ruleForm.slsq.fzfs;
264 }
265 });
266 },
267 components: { qlrCommonTable, tdytTable },
268 computed: {
269 ...mapGetters(["dictData", "flag"]),
270 },
271 data() {
272 return {
273 disabled: true,
274 tdytOption: [],
275 czrOptions: [],
276 ruleForm: {
277 flow: {
278 ywh: "",
279 },
280 qlxx: {
281 mj: "",
282 },
283 sldy: {
284 gyfs: "",
285 },
286 slsq: {},
287 fdcq2: {
288 zyjzmj: "",
289 ftjzmj: "",
290 },
291 zdjbxx: {
292 ghytmc: "",
293 },
294 },
295 //传递参数
296 propsParam: this.$attrs,
297 //表单是否可操作
298 ableOperation: true,
299 rules: {},
300 };
301 },
302 methods: {
303 // 更新土地用途信息
304 /**
305 * @description: 更新土地用途信息
306 * @param {*} val
307 * @author: renchao
308 */
309 upDateTdytxxList(val) {
310 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
311 this.key++;
312 },
313 // 更新权利人信息
314 /**
315 * @description: 更新权利人信息
316 * @param {*} val
317 * @author: renchao
318 */
319 upDateQlrxxList(val) {
320 this.ruleForm.qlrList = _.cloneDeep(val);
321 },
322 // 更新权利人信息
323 /**
324 * @description: 更新权利人信息
325 * @param {*} val
326 * @author: renchao
327 */
328 upDateYwrxxList(val) {
329 this.ruleForm.ywrList = _.cloneDeep(val);
330 },
331 /**
332 * @description: onSubmit
333 * @author: renchao
334 */
335 onSubmit() {
336 saveData(this.ruleForm).then((res) => {
337 if (res.code === 200) {
338 this.$message({
339 showClose: true,
340 message: "保存成功!",
341 type: "success",
342 });
343 this.$store.dispatch("user/refreshPage", true);
344 } else {
345 this.$message({
346 showClose: true,
347 message: res.message,
348 type: "error",
349 });
350 }
351 });
352 },
353 },
354 };
355 </script>
356 <style scoped lang="scss">
357 @import "~@/styles/public.scss";
358
359 /deep/.el-form {
360 display: flex;
361 flex-direction: column;
362 height: calc(100vh - 130px);
363 }
364
365 /deep/.el-form-item__label {
366 padding: 0;
367 }
368
369 /deep/.el-radio {
370 margin-right: 10px;
371 }
372
373 /deep/.el-select {
374 width: 100%;
375 }
376
377 /deep/.el-form-item {
378 margin-bottom: 8px;
379 }
380
381 .marginBot0 {
382 margin-bottom: 0 !important;
383 }
384
385 .slxx {
386 box-sizing: border-box;
387 }
388
389 .slxx_con {
390 flex: 1;
391 height: 100%;
392 background-color: #ffffff;
393 overflow-y: auto;
394 padding-right: 3px;
395 overflow-x: hidden;
396 }
397
398 .submit_btn {
399 height: 50px;
400 }
401
402 .slxx_title {
403 border-bottom: 1px solid $borderColor;
404 padding-left: 10px;
405 padding-bottom: 5px;
406 margin-bottom: 10px;
407 margin-top: 5px;
408 font-size: 16px;
409 font-weight: 500;
410 color: #4a4a4a;
411 }
412
413 .btn {
414 text-align: center;
415 padding-top: 10px;
416 height: 36px;
417 background-color: #ffffff;
418 padding: 5px 0;
419 }
420
421 .textArea {
422 /deep/.el-textarea__inner {
423 min-height: 90px !important;
424 }
425 }
426
427 /deep/.el-form-item__label {
428 padding-bottom: 0px;
429 }
430 </style>
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
196 </el-col> 196 </el-col>
197 <el-col 197 <el-col
198 :span="6" 198 :span="6"
199 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 199 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
200 <el-form-item label="持证人:"> 200 <el-form-item label="持证人:">
201 <el-select 201 <el-select
202 v-model="ruleForm.czr" 202 v-model="ruleForm.czr"
......
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
196 </el-col> 196 </el-col>
197 <el-col 197 <el-col
198 :span="6" 198 :span="6"
199 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 199 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
200 <el-form-item label="持证人:"> 200 <el-form-item label="持证人:">
201 <el-select 201 <el-select
202 v-model="ruleForm.czr" 202 v-model="ruleForm.czr"
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
276 </el-col> 276 </el-col>
277 <el-col 277 <el-col
278 :span="6" 278 :span="6"
279 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 279 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
280 <el-form-item label="持证人:"> 280 <el-form-item label="持证人:">
281 <el-select 281 <el-select
282 v-model="ruleForm.czr" 282 v-model="ruleForm.czr"
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
165 </el-col> 165 </el-col>
166 <el-col 166 <el-col
167 :span="6" 167 :span="6"
168 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 168 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
169 <el-form-item label="持证人:"> 169 <el-form-item label="持证人:">
170 <el-select 170 <el-select
171 v-model="ruleForm.czr" 171 v-model="ruleForm.czr"
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
133 </el-col> 133 </el-col>
134 <el-col 134 <el-col
135 :span="6" 135 :span="6"
136 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 136 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
137 <el-form-item label="持证人:"> 137 <el-form-item label="持证人:">
138 <el-select 138 <el-select
139 v-model="ruleForm.czr" 139 v-model="ruleForm.czr"
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
194 </el-col> 194 </el-col>
195 <el-col 195 <el-col
196 :span="6" 196 :span="6"
197 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 197 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
198 <el-form-item label="持证人:"> 198 <el-form-item label="持证人:">
199 <el-select 199 <el-select
200 v-model="ruleForm.czr" 200 v-model="ruleForm.czr"
......
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
208 </el-col> 208 </el-col>
209 <el-col 209 <el-col
210 :span="6" 210 :span="6"
211 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs == '1'"> 211 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
212 <el-form-item label="持证人:"> 212 <el-form-item label="持证人:">
213 <el-select 213 <el-select
214 v-model="ruleForm.czr" 214 v-model="ruleForm.czr"
......
...@@ -13,6 +13,7 @@ export function queueDjywmc (djywbm, djqxbm) { ...@@ -13,6 +13,7 @@ export function queueDjywmc (djywbm, djqxbm) {
13 case "A03100"://建设用地使用权(首次登记) 13 case "A03100"://建设用地使用权(首次登记)
14 case "A05100"://宅基地使用权(首次登记) 14 case "A05100"://宅基地使用权(首次登记)
15 case "A07100"://集体建设用地使用权(首次登记) 15 case "A07100"://集体建设用地使用权(首次登记)
16 case "A11100"://林地使用权
16 vm = "selectQjzdjbxx"; 17 vm = "selectQjzdjbxx";
17 break; 18 break;
18 case "A01200": 19 case "A01200":
......