77412ed3 by yangwei

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents c9904671 929fda45
Showing 57 changed files with 336 additions and 354 deletions
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
317 </el-col> 317 </el-col>
318 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 318 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
319 <el-form-item label="解封业务号:"> 319 <el-form-item label="解封业务号:">
320 <el-input v-model="ruleForm.cfdj.jfywh"></el-input> 320 <el-input v-model="ruleForm.qlxx.zxywh"></el-input>
321 </el-form-item> 321 </el-form-item>
322 </el-col> 322 </el-col>
323 </el-row> 323 </el-row>
...@@ -340,13 +340,13 @@ ...@@ -340,13 +340,13 @@
340 </el-col> 340 </el-col>
341 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 341 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
342 <el-form-item label="解封登簿人:"> 342 <el-form-item label="解封登簿人:">
343 <el-input v-model="ruleForm.cfdj.jfdbr"></el-input> 343 <el-input v-model="ruleForm.qlxx.zxdbr"></el-input>
344 </el-form-item> 344 </el-form-item>
345 </el-col> 345 </el-col>
346 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 346 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
347 <el-form-item label="解封登记时间:"> 347 <el-form-item label="解封登记时间:">
348 <el-date-picker 348 <el-date-picker
349 v-model="ruleForm.cfdj.jfdjsj" 349 v-model="ruleForm.qlxx.zxsj"
350 class="width100" 350 class="width100"
351 type="date" 351 type="date"
352 placeholder="选择日期" 352 placeholder="选择日期"
...@@ -592,22 +592,6 @@ ...@@ -592,22 +592,6 @@
592 } 592 }
593 }); 593 });
594 }, 594 },
595 // // 更新土地用途信息
596 // upDateTdytxxList(val) {
597 // this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
598 // this.key++;
599 // },
600 // // 更新权利人信息
601 // upDateQlrxxList(val) {
602 // this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
603 // this.czrOptions = this.ruleForm.qlrData;
604 // this.key++;
605 // },
606 // // 更新义务人信息
607 // upDateYwrxxList(val) {
608 // this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val));
609 // this.key++;
610 // },
611 /** 595 /**
612 * @description: onSubmit 596 * @description: onSubmit
613 * @author: renchao 597 * @author: renchao
......
...@@ -189,6 +189,9 @@ export default { ...@@ -189,6 +189,9 @@ export default {
189 if(this.ruleForm.ygdj){ 189 if(this.ruleForm.ygdj){
190 this.ruleForm.ygdj.jedw="1" 190 this.ruleForm.ygdj.jedw="1"
191 this.ruleForm.ygdj.mjdw="1" 191 this.ruleForm.ygdj.mjdw="1"
192 if(this.ruleForm.ygdj.sfczjzhxz==null){
193 this.ruleForm.ygdj.sfczjzhxz="1"
194 }
192 } 195 }
193 if(this.ruleForm.diyaq){ 196 if(this.ruleForm.diyaq){
194 this.ruleForm.diyaq.mjdw="1" 197 this.ruleForm.diyaq.mjdw="1"
...@@ -231,7 +234,6 @@ export default { ...@@ -231,7 +234,6 @@ export default {
231 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 234 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
232 this.key++; 235 this.key++;
233 }, 236 },
234 // 更新权利人信息
235 /** 237 /**
236 * @description: 更新权利人信息 238 * @description: 更新权利人信息
237 * @param {*} val 239 * @param {*} val
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
41 </el-row> 41 </el-row>
42 <div class="slxx_title title-block bdcqk"> 42 <div class="slxx_title title-block bdcqk">
43 抵押不动产情况 43 抵押不动产情况
44 <div class="count"> 44 <div class="count">
45 <el-form-item 45 <el-form-item
46 label="抵押不动产信息:" 46 label="抵押不动产信息:"
47 prop="ztQlxx.bdcqzh" 47 prop="ztQlxx.bdcqzh"
...@@ -59,12 +59,10 @@ ...@@ -59,12 +59,10 @@
59 <el-table-column 59 <el-table-column
60 prop="bdcqzh" 60 prop="bdcqzh"
61 width="160" 61 width="160"
62 label="不动产权证书" 62 label="不动产权证书"></el-table-column>
63 ></el-table-column>
64 <el-table-column 63 <el-table-column
65 prop="qlrmc" 64 prop="qlrmc"
66 label="被执行人" 65 label="被执行人"></el-table-column>
67 ></el-table-column>
68 <el-table-column prop="mjmc" label="面积"></el-table-column> 66 <el-table-column prop="mjmc" label="面积"></el-table-column>
69 <el-table-column prop="ytmc" label="用途"></el-table-column> 67 <el-table-column prop="ytmc" label="用途"></el-table-column>
70 <el-table-column prop="zl" label="坐落"></el-table-column> 68 <el-table-column prop="zl" label="坐落"></el-table-column>
...@@ -126,29 +124,25 @@ ...@@ -126,29 +124,25 @@
126 </el-row> 124 </el-row>
127 <div class="slxx_title title-block bdcqk"> 125 <div class="slxx_title title-block bdcqk">
128 抵押权信息 126 抵押权信息
129 <div class="count" v-if="ssqlxxshow"> 127 <div class="count" v-if="ssqlxxshow">
130 <el-form-item 128 <el-form-item
131 label="上手权利信息:" 129 label="上手权利信息:"
132 prop="ssQlxx.bdcqzh" 130 prop="ssQlxx.bdcqzh"
133 :rules="rules.ssQlxxrules" 131 :rules="rules.ssQlxxrules">
134 >
135 <select-table 132 <select-table
136 v-model="ruleForm.ssQlxx" 133 v-model="ruleForm.ssQlxx"
137 :table-width="730" 134 :table-width="730"
138 :tableData="ssQlxxList" 135 :tableData="ssQlxxList"
139 :props="props" 136 :props="props"
140 @change="ssQlxxchange" 137 @change="ssQlxxchange">
141 >
142 <el-table-column 138 <el-table-column
143 prop="qllxmc" 139 prop="qllxmc"
144 width="130" 140 width="130"
145 label="权利类型" 141 label="权利类型"></el-table-column>
146 ></el-table-column>
147 <el-table-column 142 <el-table-column
148 prop="bdcqzh" 143 prop="bdcqzh"
149 width="160" 144 width="160"
150 label="不动产权证书" 145 label="不动产权证书"></el-table-column>
151 ></el-table-column>
152 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 146 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
153 <el-table-column prop="mjmc" label="面积"></el-table-column> 147 <el-table-column prop="mjmc" label="面积"></el-table-column>
154 <el-table-column prop="ytmc" label="用途"></el-table-column> 148 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -487,33 +481,6 @@ ...@@ -487,33 +481,6 @@
487 </el-radio-group> 481 </el-radio-group>
488 </el-form-item> 482 </el-form-item>
489 </el-col> 483 </el-col>
490 <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'">
491 <el-form-item label="是否分别持证:">
492 <el-radio-group
493 v-model="ruleForm.qlxx.sqfbcz"
494 :disabled="!ableOperation">
495 <el-radio :label="1"></el-radio>
496 <el-radio :label="0"></el-radio>
497 </el-radio-group>
498 </el-form-item>
499 </el-col>
500 <el-col
501 :span="6"
502 v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs != '0'">
503 <el-form-item label="持证人:">
504 <el-select
505 v-model="ruleForm.czr"
506 placeholder="持证人"
507 :disabled="!ableOperation">
508 <el-option
509 v-for="item in czrOptions"
510 :key="item.zjh"
511 :label="item.sqrmc"
512 :value="item.zjh">
513 </el-option>
514 </el-select>
515 </el-form-item>
516 </el-col> -->
517 </el-row> 484 </el-row>
518 <qlrCommonTable 485 <qlrCommonTable
519 :tableData="ruleForm.qlrData" 486 :tableData="ruleForm.qlrData"
......
...@@ -648,6 +648,7 @@ djlxchange(val) { ...@@ -648,6 +648,7 @@ djlxchange(val) {
648 message: "请补充土地性质", 648 message: "请补充土地性质",
649 type: "error", 649 type: "error",
650 }); 650 });
651 return false;
651 } 652 }
652 if (this.ruleForm.qlxx.gyfs == "0") { 653 if (this.ruleForm.qlxx.gyfs == "0") {
653 if (this.ruleForm.qlrData.length > 1) { 654 if (this.ruleForm.qlrData.length > 1) {
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
99 </el-form-item> 99 </el-form-item>
100 </el-col> 100 </el-col>
101 <el-col :span="8"> 101 <el-col :span="8">
102 <el-form-item label="不动产权证号:"> 102 <el-form-item label="不动产登记证明号">
103 <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input> 103 <el-input disabled v-model="ruleForm.ztQlxx.bdcqzh"></el-input>
104 </el-form-item> 104 </el-form-item>
105 </el-col> 105 </el-col>
...@@ -211,14 +211,6 @@ ...@@ -211,14 +211,6 @@
211 <el-input v-model="ruleForm.qlxx.zl"></el-input> 211 <el-input v-model="ruleForm.qlxx.zl"></el-input>
212 </el-form-item> 212 </el-form-item>
213 </el-col> 213 </el-col>
214 <el-col :span="8">
215 <el-form-item
216 label="不动产权证号:"
217 prop="qlxx.bdcqzh"
218 :rules="rules.bdcqzhrules">
219 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
220 </el-form-item>
221 </el-col>
222 <!-- <el-col :span="8"> 214 <!-- <el-col :span="8">
223 <el-form-item label="区县代码:" prop="qlxx.qxdm" :rules="rules.qxdmrules"> 215 <el-form-item label="区县代码:" prop="qlxx.qxdm" :rules="rules.qxdmrules">
224 <el-input v-model="ruleForm.qlxx.qxdm"></el-input> 216 <el-input v-model="ruleForm.qlxx.qxdm"></el-input>
...@@ -341,7 +333,7 @@ ...@@ -341,7 +333,7 @@
341 </el-col> 333 </el-col>
342 <el-col :span="8"> 334 <el-col :span="8">
343 <el-form-item label="总层数:"> 335 <el-form-item label="总层数:">
344 <el-input v-model="ruleForm.ygdj.zcs"></el-input> 336 <el-input oninput = "value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input>
345 </el-form-item> 337 </el-form-item>
346 </el-col> 338 </el-col>
347 <el-col :span="8"> 339 <el-col :span="8">
...@@ -366,22 +358,22 @@ ...@@ -366,22 +358,22 @@
366 </el-col> 358 </el-col>
367 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 359 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
368 <el-form-item label="注销预告业务号:"> 360 <el-form-item label="注销预告业务号:">
369 <el-input v-model="ruleForm.ygdj.zxygywh"></el-input> 361 <el-input v-model="ruleForm.qlxx.zxywh"></el-input>
370 </el-form-item> 362 </el-form-item>
371 </el-col> 363 </el-col>
372 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 364 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
373 <el-form-item label="注销预告原因:"> 365 <el-form-item label="注销预告原因:">
374 <el-input v-model="ruleForm.ygdj.zxygyy"></el-input> 366 <el-input v-model="ruleForm.ygdj.zxyy"></el-input>
375 </el-form-item> 367 </el-form-item>
376 </el-col> 368 </el-col>
377 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> 369 <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'">
378 <el-form-item label="注销时间:"> 370 <el-form-item label="注销时间:">
379 <el-date-picker 371 <el-date-picker
380 v-model="ruleForm.ygdj.zxsj" 372 v-model="ruleForm.qlxx.zxsj"
381 type="date" 373 type="date"
382 class="width100" 374 class="width100"
383 placeholder="选择日期" 375 placeholder="选择日期"
384 value-format="yyyy-MM-dd HH:mm:ss" 376 value-format="yyyy-MM-dd HH/mm/ss"
385 format="yyyy-MM-dd"> 377 format="yyyy-MM-dd">
386 </el-date-picker> 378 </el-date-picker>
387 </el-form-item> 379 </el-form-item>
...@@ -393,7 +385,7 @@ ...@@ -393,7 +385,7 @@
393 content="取得价格被担保主债权数额:" 385 content="取得价格被担保主债权数额:"
394 placement="top" 386 placement="top"
395 effect="light"> 387 effect="light">
396 <span type="text" style="color: #444" size="mini">取得价格被担保...</span> 388 <span type="text" style="color: #444" size="mini">取得价格被...:</span>
397 </el-tooltip> 389 </el-tooltip>
398 </span> 390 </span>
399 <div class="flex"> 391 <div class="flex">
...@@ -426,15 +418,28 @@ ...@@ -426,15 +418,28 @@
426 content="是否存在禁止或限制转让抵押不动产的约定:" 418 content="是否存在禁止或限制转让抵押不动产的约定:"
427 placement="top" 419 placement="top"
428 effect="light"> 420 effect="light">
429 <span type="text" style="color: #444" size="mini">是否存在禁止或限制...</span> 421 <span type="text" style="color: #444" size="mini">是否存在禁止...:</span>
430 </el-tooltip> 422 </el-tooltip>
431 </span> 423 </span>
432 <el-input v-model="ruleForm.ygdj.sfczjzhxz"></el-input> 424 <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz">
425 <el-radio label="1"></el-radio>
426 <el-radio label="2"></el-radio>
427 </el-radio-group>
433 </el-form-item> 428 </el-form-item>
434 </el-col> 429 </el-col>
430 <!-- <el-col :span="8">
431 <el-form-item
432 label="是否存在禁止或限制转让抵押不动产的约定:" label-width="345px">
433 <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz" @change="djlxchange">
434 <el-radio label="1"></el-radio>
435 <el-radio label="2"></el-radio>
436 </el-radio-group>
437 </el-form-item>
438 </el-col> -->
435 <el-col :span="8"> 439 <el-col :span="8">
436 <el-form-item label="不动产登记证明号:"> 440 <el-form-item label="不动产登记证明号:" prop="qlxx.bdcqzh"
437 <el-input v-model="ruleForm.ygdj.bdcdjzmh"></el-input> 441 :rules="rules.bdcqzhrules">
442 <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input>
438 </el-form-item> 443 </el-form-item>
439 </el-col> 444 </el-col>
440 <el-col :span="24"> 445 <el-col :span="24">
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
42 </el-row> 42 </el-row>
43 <div class="slxx_title title-block bdcqk"> 43 <div class="slxx_title title-block bdcqk">
44 预告买卖不动产情况 44 预告买卖不动产情况
45 <div class="count" v-if="ssqlxxshow"> 45 <div class="count" v-if="ssqlxxshow">
46 <el-form-item 46 <el-form-item
47 label="上手权利信息:" 47 label="上手权利信息:"
48 prop="ssQlxx.bdcqzh" 48 prop="ssQlxx.bdcqzh"
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
249 </el-col> 249 </el-col>
250 <el-col :span="8"> 250 <el-col :span="8">
251 <el-form-item label="总层数:"> 251 <el-form-item label="总层数:">
252 <el-input v-model="ruleForm.ygdj.zcs"></el-input> 252 <el-input oninput = "value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input>
253 </el-form-item> 253 </el-form-item>
254 </el-col> 254 </el-col>
255 <el-col :span="8"> 255 <el-col :span="8">
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
259 v-model="ruleForm.ygdj.jzmj" 259 v-model="ruleForm.ygdj.jzmj"
260 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 260 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
261 <el-select 261 <el-select
262 v-model="ruleForm.ygdj.mjdw" 262 v-model="ruleForm.ygdj.mjdw"
263 :disabled="!ableOperation" 263 :disabled="!ableOperation"
264 style="width: 20%"> 264 style="width: 20%">
265 <el-option 265 <el-option
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
305 <span 305 <span
306 type="text" 306 type="text"
307 style="color: #444" 307 style="color: #444"
308 size="mini">取得价格被担保...</span> 308 size="mini">取得价格被...:</span>
309 </el-tooltip> 309 </el-tooltip>
310 </span> 310 </span>
311 <div class="flex"> 311 <div class="flex">
...@@ -334,18 +334,17 @@ ...@@ -334,18 +334,17 @@
334 <el-col :span="8"> 334 <el-col :span="8">
335 <el-form-item> 335 <el-form-item>
336 <span slot="label" style="display: inline-block"> 336 <span slot="label" style="display: inline-block">
337
338 <el-tooltip 337 <el-tooltip
339 content="是否存在禁止或限制转让抵押不动产的约定:" 338 content="是否存在禁止或限制转让抵押不动产的约定:"
340 placement="top" 339 placement="top"
341 effect="light"> 340 effect="light">
342 <span 341 <span type="text" style="color: #444" size="mini">是否存在禁止...:</span>
343 type="text"
344 style="color: #444"
345 size="mini">是否存在禁止或限制...</span>
346 </el-tooltip> 342 </el-tooltip>
347 </span> 343 </span>
348 <el-input v-model="ruleForm.ygdj.sfczjzhxz"></el-input> 344 <el-radio-group v-model="ruleForm.ygdj.sfczjzhxz">
345 <el-radio label="1"></el-radio>
346 <el-radio label="2"></el-radio>
347 </el-radio-group>
349 </el-form-item> 348 </el-form-item>
350 </el-col> 349 </el-col>
351 <el-col :span="8"> 350 <el-col :span="8">
...@@ -376,33 +375,6 @@ ...@@ -376,33 +375,6 @@
376 </el-radio-group> 375 </el-radio-group>
377 </el-form-item> 376 </el-form-item>
378 </el-col> 377 </el-col>
379 <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'">
380 <el-form-item label="是否分别持证:">
381 <el-radio-group
382 v-model="ruleForm.qlxx.sqfbcz"
383 :disabled="!ableOperation">
384 <el-radio :label="1"></el-radio>
385 <el-radio :label="0"></el-radio>
386 </el-radio-group>
387 </el-form-item>
388 </el-col>
389 <el-col
390 :span="6"
391 v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs != '0'">
392 <el-form-item label="持证人:">
393 <el-select
394 v-model="ruleForm.czr"
395 placeholder="持证人"
396 :disabled="!ableOperation">
397 <el-option
398 v-for="item in czrOptions"
399 :key="item.zjh"
400 :label="item.sqrmc"
401 :value="item.zjh">
402 </el-option>
403 </el-select>
404 </el-form-item>
405 </el-col> -->
406 </el-row> 378 </el-row>
407 <qlrCommonTable 379 <qlrCommonTable
408 :tableData="ruleForm.qlrData" 380 :tableData="ruleForm.qlrData"
...@@ -433,7 +405,7 @@ ...@@ -433,7 +405,7 @@
433 </div> 405 </div>
434 </template> 406 </template>
435 <script> 407 <script>
436 import ywmix from "./dataprocessing"; 408 import ywmix from "./dataprocessing";
437 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 409 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
438 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; 410 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable";
439 import tdytTable from "@/views/workflow/components/tdytTable"; 411 import tdytTable from "@/views/workflow/components/tdytTable";
...@@ -443,7 +415,7 @@ ...@@ -443,7 +415,7 @@
443 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, 415 components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable },
444 data () { 416 data () {
445 return { 417 return {
446 //传递参数\ 418 //传递参数\
447 rules: { 419 rules: {
448 ztQlxxrules: [ 420 ztQlxxrules: [
449 { required: true, message: "抵押不动产信息", trigger: "blur" }, 421 { required: true, message: "抵押不动产信息", trigger: "blur" },
......
...@@ -24,6 +24,116 @@ class data extends filter { ...@@ -24,6 +24,116 @@ class data extends filter {
24 label: "历史", 24 label: "历史",
25 }, 25 },
26 ], 26 ],
27 TDSYQ: [
28 {
29 prop: "qszt",
30 label: "权属状态",
31 },
32 {
33 prop: "sjlx",
34 label: "数据类型",
35 },
36 {
37 prop: "qllxmc",
38 label: "权利类型",
39 },
40 {
41 prop: "djlxmc",
42 label: "登记类型",
43 },
44 {
45 prop: "ssywh",
46 label: "上手业务号",
47 },
48 {
49 prop: "dah",
50 label: "档案号",
51 },
52 {
53 prop: "ywh",
54 label: "业务号",
55 },
56 {
57 prop: "bdcdyh",
58 label: "不动产单元号",
59 },
60 {
61 prop: "zl",
62 label: "坐落",
63 },
64 {
65 prop: "gyqk",
66 label: "共有情况",
67 },
68 {
69 prop: "qlrlx",
70 label: "权利人类型",
71 },
72 {
73 prop: "qlrmc",
74 label: "权利人",
75 },
76 {
77 prop: "qlrzjzl",
78 label: "证件种类",
79 },
80 {
81 prop: "qlrzjhm",
82 label: "证件号",
83 },
84 {
85 prop: "ytmc",
86 label: "土地用途",
87 },
88 {
89 prop: "mjdw",
90 label: "面积单位",
91 },
92 {
93 prop: "gdmj",
94 label: "耕地面积",
95 },
96 {
97 prop: "ldmj",
98 label: "林地面积",
99 },
100 {
101 prop: "cdmj",
102 label: "草地面积",
103 },
104 {
105 prop: "qtnydmj",
106 label: "其他农用地面积",
107 },
108 {
109 prop: "jsydmj",
110 label: "建设用地面积",
111 },
112 {
113 prop: "wlydmj",
114 label: "未利用地面积",
115 },
116 {
117 prop: "djyy",
118 label: "登记原因",
119 },
120 {
121 prop: "bdcqzh",
122 label: "不动产权证号",
123 },
124 {
125 prop: "djsj",
126 label: "登记时间",
127 },
128 {
129 prop: "dbr",
130 label: "登簿人",
131 },
132 {
133 prop: "fj",
134 label: "附记",
135 },
136 ],
27 JSYDSYQ: [ 137 JSYDSYQ: [
28 { 138 {
29 prop: "qszt", 139 prop: "qszt",
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 //空列值个数 78 //空列值个数
79 emptycolNum: datas.columns().emptycolNum, 79 emptycolNum: datas.columns().emptycolNum,
80 //列名称对象 80 //列名称对象
81 columns: datas.columns().JSYDSYQ, 81 columns: datas.columns().TDSYQ,
82 }; 82 };
83 }, 83 },
84 created () { 84 created () {
......
...@@ -15,57 +15,57 @@ ...@@ -15,57 +15,57 @@
15 <el-form :model="form" v-show="n == 0" label-width="135px" ref="ruleForm"> 15 <el-form :model="form" v-show="n == 0" label-width="135px" ref="ruleForm">
16 <el-row> 16 <el-row>
17 <el-col :span="8"> 17 <el-col :span="8">
18 <el-form-item label="申请分类" v-if="form.ywDetail && form.ywDetail.sqfl"> 18 <el-form-item label="申请分类" v-if="form.sqdjyw">
19 <el-select v-model="form.ywDetail.sqfl" disabled placeholder="请选择" class="width100"> 19 <el-select v-model="form.sqdjyw.sqfl" disabled placeholder="请选择" class="width100">
20 <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> 20 <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
21 </el-option> 21 </el-option>
22 </el-select> 22 </el-select>
23 </el-form-item> 23 </el-form-item>
24 </el-col> 24 </el-col>
25 <el-col :span="8"> 25 <el-col :span="8">
26 <el-form-item label="登记业务编码" v-if="form.ywDetail && form.ywDetail.djywbm"> 26 <el-form-item label="登记业务编码" v-if="form.sqdjyw">
27 <el-input v-model="form.ywDetail.djywbm" disabled></el-input> 27 <el-input v-model="form.sqdjyw.djywbm" disabled></el-input>
28 </el-form-item> 28 </el-form-item>
29 </el-col> 29 </el-col>
30 <el-col :span="8"> 30 <el-col :span="8">
31 <el-form-item label="登记业务名称" v-if="form.ywDetail && form.ywDetail.djywmc"> 31 <el-form-item label="登记业务名称" v-if="form.sqdjyw">
32 <el-input v-model="form.ywDetail.djywmc" disabled></el-input> 32 <el-input v-model="form.sqdjyw.djywmc" disabled></el-input>
33 </el-form-item> 33 </el-form-item>
34 </el-col> 34 </el-col>
35 </el-row> 35 </el-row>
36 <el-row> 36 <el-row>
37 <el-col :span="8"> 37 <el-col :span="8">
38 <el-form-item label="发起业务单元类型" v-if="form.ywDetail && form.ywDetail.fqywdylx"> 38 <el-form-item label="发起业务单元类型" v-if="form.sqdjyw">
39 <el-select v-model="form.ywDetail.fqywdylx" disabled placeholder="请选择" class="width100"> 39 <el-select v-model="form.sqdjyw.sqywdylx" disabled placeholder="请选择" class="width100">
40 <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> 40 <el-option v-for="item in sqywdylx" :key="item.dcode" :label="item.dname" :value="item.dcode">
41 </el-option> 41 </el-option>
42 </el-select> 42 </el-select>
43 </el-form-item> 43 </el-form-item>
44 </el-col> 44 </el-col>
45 <el-col :span="8"> 45 <el-col :span="8">
46 <el-form-item label="是否启用" prop="enabled"> 46 <el-form-item label="是否启用" prop="enabled" v-if="form.sqdjyw">
47 <el-radio-group v-model="form.ywDetail.enabled"> 47 <el-radio-group v-model="form.sqdjyw.enabled">
48 <el-radio label="1">启用</el-radio> 48 <el-radio label="1">启用</el-radio>
49 <el-radio label="0">禁用</el-radio> 49 <el-radio label="0">禁用</el-radio>
50 </el-radio-group> 50 </el-radio-group>
51 </el-form-item> 51 </el-form-item>
52 </el-col> 52 </el-col>
53 <el-col :span="8"> 53 <el-col :span="8">
54 <el-form-item label="业务流程ID" prop="flowid"> 54 <el-form-item label="业务流程ID" prop="flowid" v-if="form.sqdjyw">
55 <el-input v-model="form.ywDetail.flowid"></el-input> 55 <el-input v-model="form.sqdjyw.flowid"></el-input>
56 </el-form-item> 56 </el-form-item>
57 </el-col> 57 </el-col>
58 <el-col :span="8"> 58 <el-col :span="24">
59 <el-form-item label="流程参数" prop="flowparams"> 59 <el-form-item label="流程参数" prop="flowparams" v-if="form.sqdjyw">
60 <el-input v-model="form.ywDetail.flowparams"></el-input> 60 <el-input v-model="form.sqdjyw.flowparams"></el-input>
61 </el-form-item> 61 </el-form-item>
62 </el-col> 62 </el-col>
63 </el-row> 63 </el-row>
64 64
65 <el-row> 65 <el-row>
66 <el-col :span="8"> 66 <el-col :span="8">
67 <el-form-item label="登记原因设置" prop="sfqydjyymb"> 67 <el-form-item label="登记原因设置" prop="sfqydjyymb" v-if="form.sqdjyw">
68 <el-radio-group v-model="form.ywDetail.sfqydjyymb"> 68 <el-radio-group v-model="form.sqdjyw.sfqydjyymb">
69 <el-radio label="1">启用</el-radio> 69 <el-radio label="1">启用</el-radio>
70 <el-radio label="0">禁用</el-radio> 70 <el-radio label="0">禁用</el-radio>
71 </el-radio-group> 71 </el-radio-group>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
73 </el-col> 73 </el-col>
74 <el-col :span="8"> 74 <el-col :span="8">
75 <el-form-item label="登记情形及材料"> 75 <el-form-item label="登记情形及材料">
76 <el-input v-model="form.ywDetail.djqxcl" placeholder="仅支持execl文件导入"></el-input> 76 <el-input v-model="form.fileUrl" placeholder="仅支持execl文件导入"></el-input>
77 </el-form-item> 77 </el-form-item>
78 </el-col> 78 </el-col>
79 <el-col :span="1"> 79 <el-col :span="1">
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
85 </el-row> 85 </el-row>
86 <el-row> 86 <el-row>
87 <el-col :span="24"> 87 <el-col :span="24">
88 <el-form-item label="登记原因模板" prop="djyy"> 88 <el-form-item label="登记原因模板" prop="djyy" v-if="form.sqdjyw">
89 <el-input type="textarea" :rows="4" placeholder="请输入内容" v-model="form.ywDetail.djyy"> 89 <el-input type="textarea" :rows="4" placeholder="请输入内容" v-model="form.sqdjyw.djyy">
90 </el-input> 90 </el-input>
91 </el-form-item> 91 </el-form-item>
92 </el-col> 92 </el-col>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
102 :pagination="false" :data="form.clxx"> 102 :pagination="false" :data="form.clxx">
103 </lb-table> 103 </lb-table>
104 </el-collapse-item> 104 </el-collapse-item>
105 <el-collapse-item title="刷选权利设置" name="3" v-if="form.ywDetail.sfsxql == '1'"> 105 <el-collapse-item title="刷选权利设置" name="3" v-if="form.sqdjyw && form.sqdjyw.sfsxql == '1'">
106 <div class="dyztsd-title"> 106 <div class="dyztsd-title">
107 <b>请勾选需要查询的权利信息</b> 107 <b>请勾选需要查询的权利信息</b>
108 <div> 108 <div>
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
143 import { upward, down } from "@/utils/operation"; 143 import { upward, down } from "@/utils/operation";
144 import { getDjlxInfo, getSqdjywDetail, saveSqdjyw } from "@/api/sysSqdjyw.js"; 144 import { getDjlxInfo, getSqdjywDetail, saveSqdjyw } from "@/api/sysSqdjyw.js";
145 import { datas, sendThis } from "./sqywDetail"; 145 import { datas, sendThis } from "./sqywDetail";
146 import store from '@/store/index.js'
146 export default { 147 export default {
147 name: "componentDialog", 148 name: "componentDialog",
148 props: { 149 props: {
...@@ -151,21 +152,27 @@ ...@@ -151,21 +152,27 @@
151 default: () => { } 152 default: () => { }
152 } 153 }
153 }, 154 },
155
154 data () { 156 data () {
155 return { 157 return {
156 key: 0, 158 key: 0,
157 tn: 0, 159 tn: 0,
158 n: 0, 160 n: 0,
159 djlxList: [], 161 djlxList: [],
160 options: [], 162 sqywdylx:store.getters.dictData['sqywdylx'],
163 options: [
164 {label:"正常申请",value:"1"},
165 {label:"一并申请",value:"2"},
166 {label:"补录申请",value:"3"}
167 ],
161 imgUploadUrl: uploadUrl(), 168 imgUploadUrl: uploadUrl(),
162 title: "", 169 title: "",
163 activeName: "1", 170 activeName: "1",
164 form: { 171 form: {
165 bsmSqyw: '', 172 // bsmSqyw: '',
166 ywDetail: {}, 173 // ywDetail: {},
167 djqx: [], 174 // djqx: [],
168 clxx: [] 175 // clxx: []
169 }, 176 },
170 djqxCol: datas.djqxCol(), 177 djqxCol: datas.djqxCol(),
171 clxxCol: datas.clxxCol(), 178 clxxCol: datas.clxxCol(),
...@@ -248,13 +255,16 @@ ...@@ -248,13 +255,16 @@
248 let _this = this 255 let _this = this
249 getSqdjywDetail(bsmSqyw).then((res) => { 256 getSqdjywDetail(bsmSqyw).then((res) => {
250 if (res.code === 200) { 257 if (res.code === 200) {
251 _this.form.bsmSqyw = res.result.bsmSqyw 258 _this.form=res.result;
252 _this.form.ywDetail = res.result.ywDetail 259 // _this.form.bsmSqyw = res.result.bsmSqyw;
253 _this.$set(_this.form, 'djqx', res.result.djqx) 260 // _this.form.ywDetail = res.result.ywDetail;
254 _this.$set(_this.form, 'sxql', res.result.sxql) 261 // _this.$set(_this.form, 'djqx', res.result.djqx);
255 _this.$set(_this.form, 'clxx', res.result.clxx) 262 // _this.$set(_this.form, 'sxql', res.result.sxql);
256 _this.$set(_this.form, 'sxzt', res.result.sxzt) 263 // _this.$set(_this.form, 'clxx', res.result.clxx);
257 _this.$set(_this.form, 'ywDetail', res.result.ywDetail) 264 // _this.$set(_this.form, 'sxzt', res.result.sxzt);
265 // _this.$set(_this.form, 'ywDetail', res.result.ywDetail);
266 // _this.$set(_this.form, 'sqdjyw', res.result.sqdjyw);
267 // _this.$set(_this.form, 'parentRule', res.result.parentRule);
258 } else { 268 } else {
259 this.$alert(res.message) 269 this.$alert(res.message)
260 } 270 }
......
...@@ -61,11 +61,11 @@ class data extends filter { ...@@ -61,11 +61,11 @@ class data extends filter {
61 61
62 }, 62 },
63 { 63 {
64 prop: "czsj", 64 prop: "updatetime",
65 label: "最近操作时间" 65 label: "最近操作时间"
66 }, 66 },
67 { 67 {
68 prop: "czr", 68 prop: "updater",
69 label: "最近操作人" 69 label: "最近操作人"
70 }, 70 },
71 71
......
...@@ -132,14 +132,11 @@ ...@@ -132,14 +132,11 @@
132 * @author: renchao 132 * @author: renchao
133 */ 133 */
134 getCurrentSelectProps (val) { 134 getCurrentSelectProps (val) {
135 console.log(val, 'valvalvalval');
135 this.currentSelectProps = val 136 this.currentSelectProps = val
136
137 getZdInfo(val.bdcdyid).then(res => { 137 getZdInfo(val.bdcdyid).then(res => {
138 this.bsmZd = res?.result[0]?.bsmZd 138 this.bsmZd = res?.result[0]?.bsmZd
139 }) 139 })
140 // getZdInfo(val.bdcdyid).then(res => {
141 // this.bsmZd = res?.result[0]?.bsmZd
142 // })
143 }, 140 },
144 /** 141 /**
145 * @description: beforeunloadHandler 142 * @description: beforeunloadHandler
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-10 16:33:09 4 * @LastEditTime: 2023-08-14 12:56:43
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -289,6 +289,7 @@ ...@@ -289,6 +289,7 @@
289 Init(formdata).then((res) => { 289 Init(formdata).then((res) => {
290 if (res.code === 200 && res.result) { 290 if (res.code === 200 && res.result) {
291 this.ruleForm = res.result; 291 this.ruleForm = res.result;
292 this.czrOptions = this.ruleForm.qlrList;
292 this.ruleForm.diyaq.sfczjzhxz = "0"; 293 this.ruleForm.diyaq.sfczjzhxz = "0";
293 } 294 }
294 this.$endLoading(); 295 this.$endLoading();
...@@ -339,8 +340,6 @@ ...@@ -339,8 +340,6 @@
339 } 340 }
340 }); 341 });
341 }, 342 },
342
343 // 更新权利人信息
344 /** 343 /**
345 * @description: 更新权利人信息 344 * @description: 更新权利人信息
346 * @param {*} val 345 * @param {*} val
...@@ -349,9 +348,9 @@ ...@@ -349,9 +348,9 @@
349 upDateQlrxxList (val) { 348 upDateQlrxxList (val) {
350 if (!_.isEqual(val, this.ruleForm.qlrList)) { 349 if (!_.isEqual(val, this.ruleForm.qlrList)) {
351 this.ruleForm.qlrList = _.cloneDeep(val); 350 this.ruleForm.qlrList = _.cloneDeep(val);
351 this.czrOptions = this.ruleForm.qlrList;
352 } 352 }
353 }, 353 },
354 // 更新义务人信息
355 /** 354 /**
356 * @description: 更新义务人信息 355 * @description: 更新义务人信息
357 * @param {*} val 356 * @param {*} val
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-04 16:33:46 4 * @LastEditTime: 2023-08-14 13:02:34
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -117,31 +117,42 @@ ...@@ -117,31 +117,42 @@
117 </el-radio-group> 117 </el-radio-group>
118 </el-form-item> 118 </el-form-item>
119 </el-col> 119 </el-col>
120 <el-col :span="5"> 120 <!-- <el-col :span="5">
121 <el-form-item label="发证方式:"> 121 <el-form-item label="发证方式:">
122 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> 122 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
123 <el-radio label="1">小证</el-radio> 123 <el-radio label="1">小证</el-radio>
124 <el-radio label="2">大证</el-radio> 124 <el-radio label="2">大证</el-radio>
125 </el-radio-group> 125 </el-radio-group>
126 </el-form-item> 126 </el-form-item>
127 </el-col> 127 </el-col> -->
128 128 <el-col :span="5" v-show="ruleForm.sldy.gyfs != '0'">
129 <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'">
130 <el-form-item label="是否分别持证:"> 129 <el-form-item label="是否分别持证:">
131 <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation"> 130 <el-radio-group
132 <el-radio label="1"></el-radio> 131 v-model="ruleForm.sldy.sqfbcz"
133 <el-radio label="0"></el-radio> 132 :disabled="!ableOperation">
133 <el-radio :label="1"></el-radio>
134 <el-radio :label="0"></el-radio>
134 </el-radio-group> 135 </el-radio-group>
135 </el-form-item> 136 </el-form-item>
136 </el-col> 137 </el-col>
137 <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> 138 <el-col
139 :span="5"
140 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
138 <el-form-item label="持证人:"> 141 <el-form-item label="持证人:">
139 <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation"> 142 <el-select
140 <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> 143 v-model="ruleForm.czr"
144 placeholder="持证人"
145 :disabled="!ableOperation">
146 <el-option
147 v-for="item in czrOptions"
148 :key="item.zjh"
149 :label="item.sqrmc"
150 :value="item.zjh">
141 </el-option> 151 </el-option>
142 </el-select> 152 </el-select>
143 </el-form-item> 153 </el-form-item>
144 </el-col> 154 </el-col>
155
145 </el-row> 156 </el-row>
146 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" 157 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation"
147 :gyfs="ruleForm.slsq.gyfs" /> 158 :gyfs="ruleForm.slsq.gyfs" />
...@@ -201,6 +212,7 @@ ...@@ -201,6 +212,7 @@
201 } 212 }
202 //初始化发证方式,1:小证,2:大正 213 //初始化发证方式,1:小证,2:大正
203 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs; 214 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
215 this.czrOptions = this.ruleForm.qlrList;
204 } 216 }
205 }); 217 });
206 }, 218 },
...@@ -242,7 +254,6 @@ ...@@ -242,7 +254,6 @@
242 } 254 }
243 }, 255 },
244 methods: { 256 methods: {
245 // 更新土地用途信息
246 /** 257 /**
247 * @description: 更新土地用途信息 258 * @description: 更新土地用途信息
248 * @param {*} val 259 * @param {*} val
...@@ -252,7 +263,6 @@ ...@@ -252,7 +263,6 @@
252 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 263 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
253 this.key++; 264 this.key++;
254 }, 265 },
255 // 更新权利人信息
256 /** 266 /**
257 * @description: 更新权利人信息 267 * @description: 更新权利人信息
258 * @param {*} val 268 * @param {*} val
...@@ -260,6 +270,8 @@ ...@@ -260,6 +270,8 @@
260 */ 270 */
261 upDateQlrxxList (val) { 271 upDateQlrxxList (val) {
262 this.ruleForm.qlrList = _.cloneDeep(val); 272 this.ruleForm.qlrList = _.cloneDeep(val);
273 this.czrOptions = this.ruleForm.qlrList;
274 this.key++;
263 }, 275 },
264 /** 276 /**
265 * @description: showCZInfo 277 * @description: showCZInfo
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:32:05 4 * @LastEditTime: 2023-08-14 12:57:21
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -187,15 +187,6 @@ ...@@ -187,15 +187,6 @@
187 </el-radio-group> 187 </el-radio-group>
188 </el-form-item> 188 </el-form-item>
189 </el-col> 189 </el-col>
190 <!-- <el-col :span="5">
191 <el-form-item label="发证方式:">
192 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
193 <el-radio label="1">小证</el-radio>
194 <el-radio label="2">大证</el-radio>
195 </el-radio-group>
196 </el-form-item>
197 </el-col> -->
198
199 <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> 190 <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'">
200 <el-form-item label="是否分别持证:"> 191 <el-form-item label="是否分别持证:">
201 <el-radio-group 192 <el-radio-group
...@@ -280,12 +271,13 @@ ...@@ -280,12 +271,13 @@
280 } 271 }
281 //初始化发证方式,1:小证,2:大正 272 //初始化发证方式,1:小证,2:大正
282 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs; 273 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
274 this.czrOptions = this.ruleForm.qlrList;
283 } 275 }
284 }); 276 })
285 }, 277 },
286 components: { qlrCommonTable, tdytTable }, 278 components: { qlrCommonTable, tdytTable },
287 computed: { 279 computed: {
288 ...mapGetters(["dictData", "flag"]), 280 ...mapGetters(["dictData", "flag"])
289 }, 281 },
290 data () { 282 data () {
291 return { 283 return {
...@@ -331,6 +323,7 @@ ...@@ -331,6 +323,7 @@
331 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 323 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
332 this.key++; 324 this.key++;
333 }, 325 },
326
334 /** 327 /**
335 * @description: 更新权利人信息 328 * @description: 更新权利人信息
336 * @param {*} val 329 * @param {*} val
...@@ -338,6 +331,7 @@ ...@@ -338,6 +331,7 @@
338 */ 331 */
339 upDateQlrxxList (val) { 332 upDateQlrxxList (val) {
340 this.ruleForm.qlrList = _.cloneDeep(val); 333 this.ruleForm.qlrList = _.cloneDeep(val);
334 this.czrOptions = this.ruleForm.qlrList;
341 }, 335 },
342 /** 336 /**
343 * @description: 更新权利人信息 337 * @description: 更新权利人信息
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:32:08 4 * @LastEditTime: 2023-08-14 12:58:13
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -279,6 +279,7 @@ ...@@ -279,6 +279,7 @@
279 }; 279 };
280 //初始化发证方式,1:小证,2:大正 280 //初始化发证方式,1:小证,2:大正
281 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs; 281 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
282 this.czrOptions = this.ruleForm.qlrList;
282 } 283 }
283 }); 284 });
284 }, 285 },
...@@ -359,7 +360,6 @@ ...@@ -359,7 +360,6 @@
359 } 360 }
360 }); 361 });
361 }, 362 },
362 // 更新土地用途信息
363 /** 363 /**
364 * @description: 更新土地用途信息 364 * @description: 更新土地用途信息
365 * @param {*} val 365 * @param {*} val
...@@ -369,7 +369,6 @@ ...@@ -369,7 +369,6 @@
369 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 369 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
370 this.key++; 370 this.key++;
371 }, 371 },
372 // 更新权利人信息
373 /** 372 /**
374 * @description: 更新权利人信息 373 * @description: 更新权利人信息
375 * @param {*} val 374 * @param {*} val
...@@ -377,6 +376,8 @@ ...@@ -377,6 +376,8 @@
377 */ 376 */
378 upDateQlrxxList (val) { 377 upDateQlrxxList (val) {
379 this.ruleForm.qlrList = _.cloneDeep(val); 378 this.ruleForm.qlrList = _.cloneDeep(val);
379 this.czrOptions = this.ruleForm.qlrList;
380 this.key++;
380 }, 381 },
381 // 更新权利人信息 382 // 更新权利人信息
382 /** 383 /**
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:45:47 4 * @LastEditTime: 2023-08-14 13:03:32
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
163 </el-form-item> 163 </el-form-item>
164 </el-col> 164 </el-col>
165 </el-row> 165 </el-row>
166 <qlrCommonTable :tableData="ruleForm.qlrxx" :gyfs="ruleForm.gyfs" :disabled="!ableOperation" /> 166 <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="!ableOperation" />
167 <div class="slxx_title title-block"> 167 <div class="slxx_title title-block">
168 登记原因 168 登记原因
169 <div class="triangle"></div> 169 <div class="triangle"></div>
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
206 ...res.result.qlxxdatas, 206 ...res.result.qlxxdatas,
207 ...res.result.jsydsyqdatas, 207 ...res.result.jsydsyqdatas,
208 }; 208 };
209 this.czrOptions = this.ruleForm.qlrList;
209 } 210 }
210 }); 211 });
211 }, 212 },
...@@ -266,6 +267,7 @@ ...@@ -266,6 +267,7 @@
266 */ 267 */
267 upDateTdytxxList (val) { 268 upDateTdytxxList (val) {
268 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 269 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
270 this.czrOptions = this.ruleForm.qlrData;
269 this.key++; 271 this.key++;
270 }, 272 },
271 /** 273 /**
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-11 08:48:21 4 * @LastEditTime: 2023-08-14 13:04:38
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-08-04 16:32:14 5 * @LastEditTime: 2023-08-14 12:54:53
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -232,6 +232,7 @@ ...@@ -232,6 +232,7 @@
232 Init(formdata).then((res) => { 232 Init(formdata).then((res) => {
233 if (res.code === 200 && res.result) { 233 if (res.code === 200 && res.result) {
234 this.ruleForm = res.result; 234 this.ruleForm = res.result;
235 this.czrOptions = this.ruleForm.qlrList;
235 } 236 }
236 this.$endLoading(); 237 this.$endLoading();
237 }); 238 });
...@@ -274,6 +275,8 @@ ...@@ -274,6 +275,8 @@
274 */ 275 */
275 upDateQlrxxList (val) { 276 upDateQlrxxList (val) {
276 this.ruleForm.qlrList = _.cloneDeep(val); 277 this.ruleForm.qlrList = _.cloneDeep(val);
278 this.czrOptions = this.ruleForm.qlrList;
279 this.key++
277 }, 280 },
278 /** 281 /**
279 * @description: onSubmit 282 * @description: onSubmit
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-04 15:46:17 4 * @LastEditTime: 2023-08-14 12:49:48
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -172,36 +172,29 @@ ...@@ -172,36 +172,29 @@
172 </el-radio-group> 172 </el-radio-group>
173 </el-form-item> 173 </el-form-item>
174 </el-col> 174 </el-col>
175 <!-- <el-col :span="5"> 175 <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'">
176 <el-form-item label="发证方式:">
177 <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation">
178 <el-radio label="1">小证</el-radio>
179 <el-radio label="2">大证</el-radio>
180 </el-radio-group>
181 </el-form-item>
182 </el-col> -->
183
184 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'">
185 <el-form-item label="是否分别持证:"> 176 <el-form-item label="是否分别持证:">
186 <el-radio-group 177 <el-radio-group
187 v-model="ruleForm.sldy.sqfbcz" 178 v-model="ruleForm.sldy.sqfbcz"
188 :disabled="!ableOperation"> 179 :disabled="!ableOperation">
189 <el-radio label="1"></el-radio> 180 <el-radio :label="1"></el-radio>
190 <el-radio label="0"></el-radio> 181 <el-radio :label="0"></el-radio>
191 </el-radio-group> 182 </el-radio-group>
192 </el-form-item> 183 </el-form-item>
193 </el-col> 184 </el-col>
194 <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> 185 <el-col
186 :span="6"
187 v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'">
195 <el-form-item label="持证人:"> 188 <el-form-item label="持证人:">
196 <el-select 189 <el-select
197 v-model="ruleForm.slsq.czr" 190 v-model="ruleForm.czr"
198 placeholder="持证人" 191 placeholder="持证人"
199 :disabled="!ableOperation"> 192 :disabled="!ableOperation">
200 <el-option 193 <el-option
201 v-for="item in czrOptions" 194 v-for="(item,index) in czrOptions"
202 :key="item.value" 195 :key="index"
203 :label="item.label" 196 :label="item.sqrmc"
204 :value="item.value"> 197 :value="item.zjh">
205 </el-option> 198 </el-option>
206 </el-select> 199 </el-select>
207 </el-form-item> 200 </el-form-item>
...@@ -274,6 +267,7 @@ ...@@ -274,6 +267,7 @@
274 this.ruleForm.slsq.fzfs == null 267 this.ruleForm.slsq.fzfs == null
275 ? (this.ruleForm.slsq.fzfs = "1") 268 ? (this.ruleForm.slsq.fzfs = "1")
276 : this.ruleForm.slsq.fzfs; 269 : this.ruleForm.slsq.fzfs;
270 this.czrOptions = this.ruleForm.qlrList;
277 } 271 }
278 }); 272 });
279 }, 273 },
...@@ -313,7 +307,6 @@ ...@@ -313,7 +307,6 @@
313 }; 307 };
314 }, 308 },
315 methods: { 309 methods: {
316 // 更新土地用途信息
317 /** 310 /**
318 * @description: 更新土地用途信息 311 * @description: 更新土地用途信息
319 * @param {*} val 312 * @param {*} val
...@@ -321,9 +314,7 @@ ...@@ -321,9 +314,7 @@
321 */ 314 */
322 upDateTdytxxList (val) { 315 upDateTdytxxList (val) {
323 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 316 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
324 this.key++;
325 }, 317 },
326 // 更新权利人信息
327 /** 318 /**
328 * @description: 更新权利人信息 319 * @description: 更新权利人信息
329 * @param {*} val 320 * @param {*} val
...@@ -331,10 +322,11 @@ ...@@ -331,10 +322,11 @@
331 */ 322 */
332 upDateQlrxxList (val) { 323 upDateQlrxxList (val) {
333 this.ruleForm.qlrList = _.cloneDeep(val); 324 this.ruleForm.qlrList = _.cloneDeep(val);
325 this.czrOptions = this.ruleForm.qlrList;
326 this.key++;
334 }, 327 },
335 // 更新权利人信息
336 /** 328 /**
337 * @description: 更新权利人信息 329 * @description: 更新业务人信息
338 * @param {*} val 330 * @param {*} val
339 * @author: renchao 331 * @author: renchao
340 */ 332 */
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 <el-row :gutter="10"> 49 <el-row :gutter="10">
50 <el-col :span="8"> 50 <el-col :span="8">
51 <el-form-item label="宗地代码:"> 51 <el-form-item label="宗地代码:">
52 <el-input disabled v-model="ruleForm.zdjbxx.zddm" ></el-input> 52 <el-input disabled v-model="ruleForm.zdjbxx.zddm"></el-input>
53 </el-form-item> 53 </el-form-item>
54 </el-col> 54 </el-col>
55 <el-col :span="8"> 55 <el-col :span="8">
...@@ -258,12 +258,8 @@ ...@@ -258,12 +258,8 @@
258 formdata.append("isEdit", this.ableOperation); 258 formdata.append("isEdit", this.ableOperation);
259 Init(formdata).then((res) => { 259 Init(formdata).then((res) => {
260 this.ruleForm = res.result; 260 this.ruleForm = res.result;
261 this.czrOptions = this.ruleForm.qlrList;
261 this.$endLoading(); 262 this.$endLoading();
262 if (res.code === 200) {
263 }
264 else {
265 this.$alert(res.message, '提示');
266 }
267 }) 263 })
268 }, 264 },
269 components: { qlrCommonTable, JtcyTable }, 265 components: { qlrCommonTable, JtcyTable },
...@@ -317,6 +313,7 @@ ...@@ -317,6 +313,7 @@
317 */ 313 */
318 upDateQlrxxList (val) { 314 upDateQlrxxList (val) {
319 this.ruleForm.qlrList = _.cloneDeep(val) 315 this.ruleForm.qlrList = _.cloneDeep(val)
316 this.czrOptions = this.ruleForm.qlrList;
320 }, 317 },
321 /** 318 /**
322 * @description: upDateJtcyList 319 * @description: upDateJtcyList
......
...@@ -263,12 +263,9 @@ ...@@ -263,12 +263,9 @@
263 formdata.append("isEdit", this.ableOperation); 263 formdata.append("isEdit", this.ableOperation);
264 Init(formdata).then((res) => { 264 Init(formdata).then((res) => {
265 this.ruleForm = res.result; 265 this.ruleForm = res.result;
266 this.czrOptions = this.ruleForm.qlrList;
266 this.$endLoading(); 267 this.$endLoading();
267 if (res.code === 200) { 268
268 }
269 else {
270 this.$alert(res.message, '提示');
271 }
272 }) 269 })
273 }, 270 },
274 components: { qlrCommonTable, JtcyTable }, 271 components: { qlrCommonTable, JtcyTable },
...@@ -310,7 +307,6 @@ ...@@ -310,7 +307,6 @@
310 } 307 }
311 }); 308 });
312 }, 309 },
313 //权利人更新
314 /** 310 /**
315 * @description: 权利人更新 311 * @description: 权利人更新
316 * @param {*} val 312 * @param {*} val
...@@ -318,8 +314,8 @@ ...@@ -318,8 +314,8 @@
318 */ 314 */
319 upDateQlrxxList (val) { 315 upDateQlrxxList (val) {
320 this.ruleForm.qlrList = _.cloneDeep(val) 316 this.ruleForm.qlrList = _.cloneDeep(val)
317 this.czrOptions = this.ruleForm.qlrList;
321 }, 318 },
322 // 更新义务人信息
323 /** 319 /**
324 * @description: 更新义务人信息 320 * @description: 更新义务人信息
325 * @param {*} val 321 * @param {*} val
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:51:27 4 * @LastEditTime: 2023-08-14 13:06:03
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -358,6 +358,7 @@ ...@@ -358,6 +358,7 @@
358 Init(formdata).then((res) => { 358 Init(formdata).then((res) => {
359 this.$nextTick(() => { 359 this.$nextTick(() => {
360 that.ruleForm = res.result; 360 that.ruleForm = res.result;
361 this.czrOptions = this.ruleForm.qlrList;
361 that.$endLoading(); 362 that.$endLoading();
362 that.isShow = true; 363 that.isShow = true;
363 this.czrOptions = this.ruleForm.qlrList; 364 this.czrOptions = this.ruleForm.qlrList;
...@@ -394,7 +395,6 @@ ...@@ -394,7 +395,6 @@
394 }; 395 };
395 }, 396 },
396 methods: { 397 methods: {
397 // 更新土地用途信息
398 /** 398 /**
399 * @description: 更新土地用途信息 399 * @description: 更新土地用途信息
400 * @param {*} val 400 * @param {*} val
...@@ -404,7 +404,6 @@ ...@@ -404,7 +404,6 @@
404 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 404 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
405 this.key++; 405 this.key++;
406 }, 406 },
407 // 更新权利人信息
408 /** 407 /**
409 * @description: 更新权利人信息 408 * @description: 更新权利人信息
410 * @param {*} val 409 * @param {*} val
......
...@@ -228,8 +228,8 @@ ...@@ -228,8 +228,8 @@
228 formdata.append("isEdit", this.ableOperation); 228 formdata.append("isEdit", this.ableOperation);
229 Init(formdata).then(res => { 229 Init(formdata).then(res => {
230 if (res.code === 200 && res.result) { 230 if (res.code === 200 && res.result) {
231 console.log(res.result.ygdj.ygdjzlmc);
232 this.ruleForm = res.result; 231 this.ruleForm = res.result;
232 this.czrOptions = this.ruleForm.qlrList;
233 this.$endLoading(); 233 this.$endLoading();
234 } 234 }
235 }) 235 })
...@@ -258,7 +258,6 @@ ...@@ -258,7 +258,6 @@
258 }; 258 };
259 }, 259 },
260 methods: { 260 methods: {
261 // 更新权利人信息
262 /** 261 /**
263 * @description: 更新权利人信息 262 * @description: 更新权利人信息
264 * @param {*} val 263 * @param {*} val
...@@ -266,10 +265,10 @@ ...@@ -266,10 +265,10 @@
266 */ 265 */
267 upDateQlrxxList (val) { 266 upDateQlrxxList (val) {
268 this.ruleForm.qlrList = _.cloneDeep(val); 267 this.ruleForm.qlrList = _.cloneDeep(val);
268 this.czrOptions = this.ruleForm.qlrList
269 }, 269 },
270 // 更新权利人信息
271 /** 270 /**
272 * @description: 更新权利人信息 271 * @description: 更新业务人信息
273 * @param {*} val 272 * @param {*} val
274 * @author: renchao 273 * @author: renchao
275 */ 274 */
......
...@@ -198,6 +198,7 @@ ...@@ -198,6 +198,7 @@
198 if (res.code === 200 && res.result) { 198 if (res.code === 200 && res.result) {
199 this.$endLoading(); 199 this.$endLoading();
200 this.ruleForm = res.result; 200 this.ruleForm = res.result;
201 this.czrOptions = this.ruleForm.qlrList;
201 } 202 }
202 }); 203 });
203 }, 204 },
...@@ -232,7 +233,6 @@ ...@@ -232,7 +233,6 @@
232 } 233 }
233 }); 234 });
234 }, 235 },
235 // 更新权利人信息
236 /** 236 /**
237 * @description: 更新权利人信息 237 * @description: 更新权利人信息
238 * @param {*} val 238 * @param {*} val
...@@ -240,10 +240,10 @@ ...@@ -240,10 +240,10 @@
240 */ 240 */
241 upDateQlrxxList (val) { 241 upDateQlrxxList (val) {
242 this.ruleForm.qlrList = _.cloneDeep(val); 242 this.ruleForm.qlrList = _.cloneDeep(val);
243 this.czrOptions = this.ruleForm.qlrList;
243 }, 244 },
244 // 更新权利人信息
245 /** 245 /**
246 * @description: 更新权利人信息 246 * @description: 更新业务人信息
247 * @param {*} val 247 * @param {*} val
248 * @author: renchao 248 * @author: renchao
249 */ 249 */
......
...@@ -260,6 +260,7 @@ ...@@ -260,6 +260,7 @@
260 Init(formdata).then((res) => { 260 Init(formdata).then((res) => {
261 if (res.code === 200 && res.result) { 261 if (res.code === 200 && res.result) {
262 that.ruleForm = res.result; 262 that.ruleForm = res.result;
263 this.czrOptions = this.ruleForm.qlrList;
263 setTimeout(() => { 264 setTimeout(() => {
264 that.loading = false 265 that.loading = false
265 }, 300) 266 }, 300)
...@@ -285,7 +286,6 @@ ...@@ -285,7 +286,6 @@
285 }; 286 };
286 }, 287 },
287 methods: { 288 methods: {
288 // 更新权利人信息
289 /** 289 /**
290 * @description: 更新权利人信息 290 * @description: 更新权利人信息
291 * @param {*} val 291 * @param {*} val
...@@ -293,10 +293,10 @@ ...@@ -293,10 +293,10 @@
293 */ 293 */
294 upDateQlrxxList (val) { 294 upDateQlrxxList (val) {
295 this.ruleForm.qlrList = _.cloneDeep(val); 295 this.ruleForm.qlrList = _.cloneDeep(val);
296 this.czrOptions = this.ruleForm.qlrList
296 }, 297 },
297 // 更新权利人信息
298 /** 298 /**
299 * @description: 更新权利人信息 299 * @description: 义务人信息
300 * @param {*} val 300 * @param {*} val
301 * @author: renchao 301 * @author: renchao
302 */ 302 */
......
...@@ -222,9 +222,8 @@ ...@@ -222,9 +222,8 @@
222 bacthInit(formdata).then((res) => { 222 bacthInit(formdata).then((res) => {
223 this.$endLoading(); 223 this.$endLoading();
224 if (res.code === 200 && res.result) { 224 if (res.code === 200 && res.result) {
225 this.$nextTick(() => { 225 this.ruleForm = res.result;
226 this.ruleForm = res.result; 226 this.czrOptions = this.ruleForm.qlrList;
227 })
228 } else { 227 } else {
229 this.$message.error(res.message); 228 this.$message.error(res.message);
230 } 229 }
...@@ -280,6 +279,7 @@ ...@@ -280,6 +279,7 @@
280 upDateQlrxxList (val) { 279 upDateQlrxxList (val) {
281 if (!_.isEqual(val, this.ruleForm.qlrList)) { 280 if (!_.isEqual(val, this.ruleForm.qlrList)) {
282 this.ruleForm.qlrList = _.cloneDeep(val); 281 this.ruleForm.qlrList = _.cloneDeep(val);
282 this.czrOptions = this.ruleForm.qlrList;
283 } 283 }
284 }, 284 },
285 // 更新义务人信息 285 // 更新义务人信息
......
...@@ -274,8 +274,8 @@ ...@@ -274,8 +274,8 @@
274 Init(formdata).then((res) => { 274 Init(formdata).then((res) => {
275 if (res.code === 200 && res.result) { 275 if (res.code === 200 && res.result) {
276 this.ruleForm = res.result; 276 this.ruleForm = res.result;
277 this.czrOptions = this.ruleForm.qlrList;
277 this.$endLoading(); 278 this.$endLoading();
278 //this.ruleForm.diyaq.sfczjzhxz = "0";
279 } 279 }
280 }) 280 })
281 }, 281 },
...@@ -319,7 +319,6 @@ ...@@ -319,7 +319,6 @@
319 }); 319 });
320 }, 320 },
321 321
322 // 更新权利人信息
323 /** 322 /**
324 * @description: 更新权利人信息 323 * @description: 更新权利人信息
325 * @param {*} val 324 * @param {*} val
...@@ -328,6 +327,7 @@ ...@@ -328,6 +327,7 @@
328 upDateQlrxxList (val) { 327 upDateQlrxxList (val) {
329 if (!_.isEqual(val, this.ruleForm.qlrList)) { 328 if (!_.isEqual(val, this.ruleForm.qlrList)) {
330 this.ruleForm.qlrList = _.cloneDeep(val); 329 this.ruleForm.qlrList = _.cloneDeep(val);
330 this.czrOptions = this.ruleForm.qlrList
331 } 331 }
332 }, 332 },
333 // 更新义务人信息 333 // 更新义务人信息
......
...@@ -94,10 +94,6 @@ ...@@ -94,10 +94,6 @@
94 data: [], 94 data: [],
95 }, 95 },
96 bdcdysz: [], 96 bdcdysz: [],
97 bsmSqyw:
98 this.sqywInfo.nodetype === "djlx"
99 ? this.sqywInfo.bsmSqyw
100 : this.sqywInfo.parentid,
101 }; 97 };
102 }, 98 },
103 mounted () { 99 mounted () {
...@@ -131,12 +127,8 @@ ...@@ -131,12 +127,8 @@
131 if (!this.isJump) { 127 if (!this.isJump) {
132 this.loading = true 128 this.loading = true
133 startBusinessFlow({ 129 startBusinessFlow({
134 bsmSqyw: this.bsmSqyw, 130 bsmSqyw: this.sqywInfo.bsmSqyw,
135 bdcdysz: this.bdcdysz, 131 bdcdysz: this.bdcdysz,
136 djqxbm:
137 this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
138 djqxmc:
139 this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
140 }).then((res) => { 132 }).then((res) => {
141 this.loading = false 133 this.loading = false
142 if (res.code == 200) { 134 if (res.code == 200) {
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
96 * @author: renchao 96 * @author: renchao
97 */ 97 */
98 queryClick () { 98 queryClick () {
99 console.log("sdfsdf");
99 this.$startLoading(); 100 this.$startLoading();
100 this.queryForm.sqywbm = this.sqywInfo.djywbm; 101 this.queryForm.sqywbm = this.sqywInfo.djywbm;
101 selectDiyaq({ ...this.queryForm, ...this.pageData }).then((res) => { 102 selectDiyaq({ ...this.queryForm, ...this.pageData }).then((res) => {
...@@ -116,12 +117,12 @@ ...@@ -116,12 +117,12 @@
116 this.$message.error("请至少选择一条数据"); 117 this.$message.error("请至少选择一条数据");
117 return; 118 return;
118 } 119 }
119 this.loading = true 120 this.loading = true;
120 startBusinessFlow({ 121 startBusinessFlow({
121 bsmSqyw: this.sqywInfo.parentid, 122 bsmSqyw: this.sqywInfo.bsmSqyw,
122 bdcdysz: this.bdcdysz, 123 bdcdysz: this.bdcdysz,
123 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", 124 // djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
124 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", 125 // djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
125 }).then((res) => { 126 }).then((res) => {
126 this.loading = false 127 this.loading = false
127 if (res.code == 200) { 128 if (res.code == 200) {
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-07 16:06:37 4 * @LastEditTime: 2023-08-14 13:26:06
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 <el-tab-pane label="自然幢" name="zrz"></el-tab-pane> 9 <el-tab-pane label="自然幢" name="zrz"></el-tab-pane>
10 <el-tab-pane label="多幢" name="dz"></el-tab-pane> 10 <el-tab-pane label="多幢" name="dz"></el-tab-pane>
11 </el-tabs> 11 </el-tabs>
12 <div v-if="activeName == 'zrz'"> 12 <div v-show="activeName == 'zrz'">
13 <div class="from-clues-header"> 13 <div class="from-clues-header">
14 <el-form :model="queryzrzForm" ref="queryzrzForm" label-width="110px"> 14 <el-form :model="queryzrzForm" ref="queryzrzForm" label-width="110px">
15 <el-row> 15 <el-row>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
72 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 72 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button>
73 </div> 73 </div>
74 </div> 74 </div>
75 <div v-if="activeName == 'dz'"> 75 <div v-show="activeName == 'dz'">
76 <div class="from-clues-header"> 76 <div class="from-clues-header">
77 <el-form :model="querydzForm" ref="querydzForm" label-width="110px"> 77 <el-form :model="querydzForm" ref="querydzForm" label-width="110px">
78 <el-row> 78 <el-row>
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
112 </el-form> 112 </el-form>
113 </div> 113 </div>
114 <div class="from-clues-content loadingtext"> 114 <div class="from-clues-content loadingtext">
115 <lb-table ref="table" @row-click="handleRowClick" :page-size="pageData.pageSize" :calcHeight="400" 115 <lb-table ref="table" @row-click="handleRowClick" :page-size="pageData.pageSize" :calcHeight="300"
116 :current-page.sync="pageData.currentPage" :total="dztableData.total" @size-change="handleSizeChange" @select="select" 116 :current-page.sync="pageData.currentPage" :total="dztableData.total" @size-change="handleSizeChange" @select="select"
117 @p-current-change="handleCurrentChange" @selection-change="handleSelectionChange" :column="dztableData.columns" 117 @p-current-change="handleCurrentChange" @selection-change="handleSelectionChange" :column="dztableData.columns"
118 :data="dztableData.data"> 118 :data="dztableData.data">
...@@ -168,10 +168,6 @@ ...@@ -168,10 +168,6 @@
168 data: [], 168 data: [],
169 }, 169 },
170 bdcdysz: [], 170 bdcdysz: [],
171 bsmSqyw:
172 this.sqywInfo.nodetype === "djlx"
173 ? this.sqywInfo.bsmSqyw
174 : this.sqywInfo.parentid,
175 }; 171 };
176 }, 172 },
177 mounted () { 173 mounted () {
...@@ -243,12 +239,10 @@ ...@@ -243,12 +239,10 @@
243 if (!this.isJump) { 239 if (!this.isJump) {
244 this.loading = true 240 this.loading = true
245 startBusinessFlow({ 241 startBusinessFlow({
246 bsmSqyw: this.bsmSqyw, 242 bsmSqyw: this.sqywInfo.bsmSqyw,
247 //sjlx: 'zrz', 243 //sjlx: 'zrz',
248 sjlx: this.activeName, 244 sjlx: this.activeName,
249 bdcdysz: this.bdcdysz, 245 bdcdysz: this.bdcdysz,
250 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
251 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
252 }).then((res) => { 246 }).then((res) => {
253 this.loading = false 247 this.loading = false
254 if (res.code == 200) { 248 if (res.code == 200) {
......
...@@ -70,10 +70,6 @@ ...@@ -70,10 +70,6 @@
70 data: [], 70 data: [],
71 }, 71 },
72 bdcdysz: [], 72 bdcdysz: [],
73 bsmSqyw:
74 this.sqywInfo.nodetype === "djlx"
75 ? this.sqywInfo.bsmSqyw
76 : this.sqywInfo.parentid,
77 }; 73 };
78 }, 74 },
79 mounted () { 75 mounted () {
...@@ -107,10 +103,8 @@ ...@@ -107,10 +103,8 @@
107 } 103 }
108 this.loading = true 104 this.loading = true
109 startBusinessFlow({ 105 startBusinessFlow({
110 bsmSqyw: this.bsmSqyw, 106 bsmSqyw: this.sqywInfo.bsmSqyw,
111 bdcdysz: this.bdcdysz, 107 bdcdysz: this.bdcdysz,
112 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
113 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
114 }).then((res) => { 108 }).then((res) => {
115 this.loading = false 109 this.loading = false
116 if (res.code == 200) { 110 if (res.code == 200) {
......
...@@ -104,10 +104,8 @@ ...@@ -104,10 +104,8 @@
104 } 104 }
105 this.loading = true 105 this.loading = true
106 startBusinessFlow({ 106 startBusinessFlow({
107 bsmSqyw: this.sqywInfo.parentid, 107 bsmSqyw: this.sqywInfo.bsmSqyw,
108 bdcdysz: this.bdcdysz, 108 bdcdysz: this.bdcdysz,
109 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
110 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
111 }).then((res) => { 109 }).then((res) => {
112 this.loading = false 110 this.loading = false
113 if (res.code == 200) { 111 if (res.code == 200) {
......
...@@ -85,11 +85,7 @@ ...@@ -85,11 +85,7 @@
85 columns: datas.columns(), 85 columns: datas.columns(),
86 data: [], 86 data: [],
87 }, 87 },
88 bdcdysz: [], 88 bdcdysz: [],
89 bsmSqyw:
90 this.sqywInfo.nodetype === "djlx"
91 ? this.sqywInfo.bsmSqyw
92 : this.sqywInfo.parentid,
93 }; 89 };
94 }, 90 },
95 mounted () { 91 mounted () {
...@@ -111,7 +107,7 @@ ...@@ -111,7 +107,7 @@
111 */ 107 */
112 queryClick () { 108 queryClick () {
113 this.$startLoading(); 109 this.$startLoading();
114 this.queryForm.bsmSqyw = this.bsmSqyw; 110 this.queryForm.bsmSqyw = this.sqywInfo.bsmSqyw;
115 selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { 111 selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => {
116 this.$endLoading(); 112 this.$endLoading();
117 if (res.code === 200) { 113 if (res.code === 200) {
...@@ -132,10 +128,8 @@ ...@@ -132,10 +128,8 @@
132 } 128 }
133 this.loading = true 129 this.loading = true
134 startBusinessFlow({ 130 startBusinessFlow({
135 bsmSqyw: this.bsmSqyw, 131 bsmSqyw: this.sqywInfo.bsmSqyw,
136 bdcdysz: this.bdcdysz, 132 bdcdysz: this.bdcdysz,
137 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
138 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
139 }).then((res) => { 133 }).then((res) => {
140 this.loading = false 134 this.loading = false
141 if (res.code == 200) { 135 if (res.code == 200) {
......
...@@ -111,8 +111,6 @@ ...@@ -111,8 +111,6 @@
111 startBusinessFlow({ 111 startBusinessFlow({
112 bsmSqyw: this.sqywInfo.bsmSqyw, 112 bsmSqyw: this.sqywInfo.bsmSqyw,
113 bdcdysz: this.bdcdysz, 113 bdcdysz: this.bdcdysz,
114 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
115 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
116 }).then((res) => { 114 }).then((res) => {
117 this.loading = false 115 this.loading = false
118 if (res.code == 200) { 116 if (res.code == 200) {
......
...@@ -110,8 +110,6 @@ ...@@ -110,8 +110,6 @@
110 startBusinessFlow({ 110 startBusinessFlow({
111 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
112 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
115 }).then((res) => { 113 }).then((res) => {
116 this.loading = false 114 this.loading = false
117 if (res.code == 200) { 115 if (res.code == 200) {
......
...@@ -117,10 +117,8 @@ ...@@ -117,10 +117,8 @@
117 } 117 }
118 this.loading = true 118 this.loading = true
119 startBusinessFlow({ 119 startBusinessFlow({
120 bsmSqyw: this.sqywInfo.parentid, 120 bsmSqyw: this.sqywInfo.bsmSqyw,
121 bdcdysz: this.bdcdysz, 121 bdcdysz: this.bdcdysz,
122 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
123 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
124 }).then((res) => { 122 }).then((res) => {
125 this.loading = false 123 this.loading = false
126 if (res.code == 200) { 124 if (res.code == 200) {
......
...@@ -237,10 +237,8 @@ ...@@ -237,10 +237,8 @@
237 submitForm () { 237 submitForm () {
238 this.loading = true 238 this.loading = true
239 startBusinessFlow({ 239 startBusinessFlow({
240 bsmSqyw: this.sqywInfo.parentid, 240 bsmSqyw: this.sqywInfo.bsmSqyw,
241 bdcdysz: this.bdcdysz, 241 bdcdysz: this.bdcdysz,
242 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
243 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
244 }).then((res) => { 242 }).then((res) => {
245 this.loading = false 243 this.loading = false
246 if (res.code == 200) { 244 if (res.code == 200) {
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
76 data: [], 76 data: [],
77 }, 77 },
78 bdcdysz: [], 78 bdcdysz: [],
79 bsmSqyw:
80 this.sqywInfo.nodetype === "djlx"
81 ? this.sqywInfo.bsmSqyw
82 : this.sqywInfo.parentid,
83 }; 79 };
84 }, 80 },
85 mounted () { 81 mounted () {
...@@ -114,10 +110,8 @@ ...@@ -114,10 +110,8 @@
114 } 110 }
115 this.loading = true 111 this.loading = true
116 startBusinessFlow({ 112 startBusinessFlow({
117 bsmSqyw: this.bsmSqyw, 113 bsmSqyw: this.sqywInfo.bsmSqyw,
118 bdcdysz: this.bdcdysz, 114 bdcdysz: this.bdcdysz,
119 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
120 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
121 }).then((res) => { 115 }).then((res) => {
122 this.loading = false 116 this.loading = false
123 if (res.code == 200) { 117 if (res.code == 200) {
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
76 data: [], 76 data: [],
77 }, 77 },
78 bdcdysz: [], 78 bdcdysz: [],
79 bsmSqyw:
80 this.sqywInfo.nodetype === "djlx"
81 ? this.sqywInfo.bsmSqyw
82 : this.sqywInfo.parentid,
83 }; 79 };
84 }, 80 },
85 mounted () { 81 mounted () {
......
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
76 data: [], 76 data: [],
77 }, 77 },
78 bdcdysz: [], 78 bdcdysz: [],
79 bsmSqyw:
80 this.sqywInfo.nodetype === "djlx"
81 ? this.sqywInfo.bsmSqyw
82 : this.sqywInfo.parentid,
83 }; 79 };
84 }, 80 },
85 mounted () { 81 mounted () {
...@@ -114,10 +110,8 @@ ...@@ -114,10 +110,8 @@
114 } 110 }
115 this.loading = true 111 this.loading = true
116 startBusinessFlow({ 112 startBusinessFlow({
117 bsmSqyw: this.bsmSqyw, 113 bsmSqyw: this.sqywInfo.bsmSqyw,
118 bdcdysz: this.bdcdysz, 114 bdcdysz: this.bdcdysz,
119 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
120 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
121 }).then((res) => { 115 }).then((res) => {
122 this.loading = false 116 this.loading = false
123 if (res.code == 200) { 117 if (res.code == 200) {
......
...@@ -117,10 +117,8 @@ ...@@ -117,10 +117,8 @@
117 } 117 }
118 this.loading = true 118 this.loading = true
119 startBusinessFlow({ 119 startBusinessFlow({
120 bsmSqyw: this.sqywInfo.parentid, 120 bsmSqyw: this.sqywInfo.bsmSqyw,
121 bdcdysz: this.bdcdysz, 121 bdcdysz: this.bdcdysz,
122 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
123 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
124 }).then((res) => { 122 }).then((res) => {
125 this.loading = false 123 this.loading = false
126 if (res.code == 200) { 124 if (res.code == 200) {
......
...@@ -110,8 +110,6 @@ ...@@ -110,8 +110,6 @@
110 startTogetherFlow({ 110 startTogetherFlow({
111 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
112 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
115 }).then((res) => { 113 }).then((res) => {
116 this.loading = false 114 this.loading = false
117 if (res.code == 200) { 115 if (res.code == 200) {
......
...@@ -109,8 +109,6 @@ ...@@ -109,8 +109,6 @@
109 startTogetherFlow({ 109 startTogetherFlow({
110 bsmSqyw: this.sqywInfo.bsmSqyw, 110 bsmSqyw: this.sqywInfo.bsmSqyw,
111 bdcdysz: this.bdcdysz, 111 bdcdysz: this.bdcdysz,
112 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
113 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
114 }).then((res) => { 112 }).then((res) => {
115 if (res.code == 200) { 113 if (res.code == 200) {
116 this.$message({ 114 this.$message({
......
...@@ -109,9 +109,7 @@ ...@@ -109,9 +109,7 @@
109 this.loading = true 109 this.loading = true
110 startTogetherFlow({ 110 startTogetherFlow({
111 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
112 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz
113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
115 }).then((res) => { 113 }).then((res) => {
116 this.loading = false 114 this.loading = false
117 if (res.code == 200) { 115 if (res.code == 200) {
......
...@@ -110,8 +110,6 @@ ...@@ -110,8 +110,6 @@
110 startBusinessFlow({ 110 startBusinessFlow({
111 bsmSqyw: this.sqywInfo.bsmSqyw, 111 bsmSqyw: this.sqywInfo.bsmSqyw,
112 bdcdysz: this.bdcdysz, 112 bdcdysz: this.bdcdysz,
113 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
114 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
115 }).then((res) => { 113 }).then((res) => {
116 this.loading = false 114 this.loading = false
117 if (res.code == 200) { 115 if (res.code == 200) {
......
...@@ -111,8 +111,6 @@ ...@@ -111,8 +111,6 @@
111 startBusinessFlow({ 111 startBusinessFlow({
112 bsmSqyw: this.sqywInfo.bsmSqyw, 112 bsmSqyw: this.sqywInfo.bsmSqyw,
113 bdcdysz: this.bdcdysz, 113 bdcdysz: this.bdcdysz,
114 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
115 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
116 }).then((res) => { 114 }).then((res) => {
117 this.loading = false 115 this.loading = false
118 if (res.code == 200) { 116 if (res.code == 200) {
......
...@@ -112,8 +112,6 @@ ...@@ -112,8 +112,6 @@
112 startBusinessFlow({ 112 startBusinessFlow({
113 bsmSqyw: this.sqywInfo.bsmSqyw, 113 bsmSqyw: this.sqywInfo.bsmSqyw,
114 bdcdysz: this.bdcdysz, 114 bdcdysz: this.bdcdysz,
115 djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "",
116 djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "",
117 }).then((res) => { 115 }).then((res) => {
118 this.loading = false 116 this.loading = false
119 if (res.code == 200) { 117 if (res.code == 200) {
......
...@@ -173,7 +173,6 @@ ...@@ -173,7 +173,6 @@
173 * @author: renchao 173 * @author: renchao
174 */ 174 */
175 qllxClick (index) { 175 qllxClick (index) {
176 console.log("业务", index);
177 this.btnDisabled = true; 176 this.btnDisabled = true;
178 this.sqywQllxList.forEach(item => { 177 this.sqywQllxList.forEach(item => {
179 if (item.check) item.check = false; 178 if (item.check) item.check = false;
...@@ -200,9 +199,9 @@ ...@@ -200,9 +199,9 @@
200 this.btnDisabled = false; 199 this.btnDisabled = false;
201 // this.djqxList = [] 200 // this.djqxList = []
202 } else { 201 } else {
202 this.getNextNode(data[index].bsmSqyw);
203 this.btnDisabled = true; 203 this.btnDisabled = true;
204 } 204 }
205 this.getNextNode(data[index].bsmSqyw);
206 }, 205 },
207 //获取下个节点类型数据 206 //获取下个节点类型数据
208 /** 207 /**
...@@ -242,7 +241,6 @@ ...@@ -242,7 +241,6 @@
242 } 241 }
243 }) 242 })
244 }, 243 },
245 //双击事件
246 /** 244 /**
247 * @description: 双击事件 245 * @description: 双击事件
248 * @param {*} data 246 * @param {*} data
...@@ -255,7 +253,6 @@ ...@@ -255,7 +253,6 @@
255 this.selectSqywClick(data, index); 253 this.selectSqywClick(data, index);
256 this.dialogClick(); 254 this.dialogClick();
257 }, 255 },
258 //打开弹框内容
259 /** 256 /**
260 * @description: 打开弹框内容 257 * @description: 打开弹框内容
261 * @author: renchao 258 * @author: renchao
...@@ -374,9 +371,12 @@ ...@@ -374,9 +371,12 @@
374 * @author: renchao 371 * @author: renchao
375 */ 372 */
376 openDialog () { 373 openDialog () {
377 console.log("this.selectParam", this.selectParam); 374 let title = this.selectParam.djywmc;
378 let title = "申请业务:" + this.selectParam?.djywmc ? this.selectParam?.djywmc : ''; 375 if(this.selectParam.nodetype=="djqx"){
379 376 title+="("+this.selectParam.nodename+")";
377 }
378 //let title = "申请业务:";
379 //console.log(title);
380 this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) 380 this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true)
381 }, 381 },
382 /** 382 /**
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 09:54:32 4 * @LastEditTime: 2023-08-14 11:21:48
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
...@@ -50,8 +50,8 @@ class data extends filter { ...@@ -50,8 +50,8 @@ class data extends filter {
50 }, 50 },
51 { 51 {
52 prop: "qllxmc", 52 prop: "qllxmc",
53 width: '100',
54 showOverflowTooltip: true, 53 showOverflowTooltip: true,
54 width: '100',
55 label: "权利类型", 55 label: "权利类型",
56 }, 56 },
57 { 57 {
......
1 export function queueDjywmc (djywbm, djqxbm) { 1 export function queueDjywmc (djywbm, djqxbm) {
2 console.log(djqxbm); 2 console.log(djywbm, 'djywbm');
3 if (djqxbm == "A0320099" || djqxbm == "A0330099") { 3 if (djqxbm == "A0320099" || djqxbm == "A0330099") {
4 return "selectJsydsyqSplitMerge"; 4 return "selectJsydsyqSplitMerge";
5 } 5 }
...@@ -35,14 +35,20 @@ export function queueDjywmc (djywbm, djqxbm) { ...@@ -35,14 +35,20 @@ export function queueDjywmc (djywbm, djqxbm) {
35 vm = "selectJsydsyq"; 35 vm = "selectJsydsyq";
36 break; 36 break;
37 case "A04100"://国有建设用地使用权/房屋所有权(首次登记) 37 case "A04100"://国有建设用地使用权/房屋所有权(首次登记)
38 case "A06100": 38 case "A06100": // 宅基地使用权/房屋所有权 || 首次登记
39 case "A08100": 39 case "A08100": // 集体建设用地使用权/房屋所有权 || 首次登记
40 case "B37100": 40 case "B37100":
41 vm = "fwsyq"; 41 vm = "fwsyq";
42 break; 42 break;
43 case "A04200": 43 case "A04200": //国有建设用地使用权/房屋所有权 || 转移登记
44 case "A04300": 44 case "A04300":
45 case "A04400": 45 case "A04400":
46 case "A06200": // 宅基地使用权/房屋所有权 || 转移登记
47 case "A06300":
48 case "A06400":
49 case "A08200": // 集体建设用地使用权/房屋所有权 || 转移登记
50 case "A08300":
51 case "A08400":
46 vm = "selectFwsyq"; 52 vm = "selectFwsyq";
47 break; 53 break;
48 case "A23100"://农用地使用权(首次登记) 54 case "A23100"://农用地使用权(首次登记)
......
...@@ -37,8 +37,7 @@ ...@@ -37,8 +37,7 @@
37 * @param {*} view 37 * @param {*} view
38 * @author: renchao 38 * @author: renchao
39 */ 39 */
40 loadView (view) { 40 loadView (view) {
41 console.log(view, 'view');
42 return (r) => 41 return (r) =>
43 require.ensure([], () => r(require(`./components/${view}.vue`))); 42 require.ensure([], () => r(require(`./components/${view}.vue`)));
44 }, 43 },
......