查封登记
Showing
5 changed files
with
47 additions
and
22 deletions
... | @@ -161,3 +161,13 @@ export function deleteBdcdy (data) { | ... | @@ -161,3 +161,13 @@ export function deleteBdcdy (data) { |
161 | showLoading: true | 161 | showLoading: true |
162 | }) | 162 | }) |
163 | } | 163 | } |
164 | |||
165 | // 获取自然幢下其他户 | ||
166 | export function selectOtherH (data) { | ||
167 | return request({ | ||
168 | url: 'ywbl/ywsq/selectOtherH', | ||
169 | method: 'post', | ||
170 | data, | ||
171 | showLoading: true | ||
172 | }) | ||
173 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
51 | 查封不动产列表 | 51 | 查封不动产列表 |
52 | <div class="triangle"></div> | 52 | <div class="triangle"></div> |
53 | </div> | 53 | </div> |
54 | <cfBdcdyTable :tableData="ruleForm.qlxx" /> | 54 | <cfBdcdyTable :tableData="ruleForm.yqlxxList" /> |
55 | <div class="slxx_title title-block"> | 55 | <div class="slxx_title title-block"> |
56 | 批量查封信息 | 56 | 批量查封信息 |
57 | <div class="triangle"></div> | 57 | <div class="triangle"></div> | ... | ... |
... | @@ -58,6 +58,23 @@ | ... | @@ -58,6 +58,23 @@ |
58 | </el-form-item> | 58 | </el-form-item> |
59 | </el-col> | 59 | </el-col> |
60 | <el-col :span="8"> | 60 | <el-col :span="8"> |
61 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利人:" prop="qlxx.qlrmc"> | ||
62 | <el-input disabled v-model="ruleForm.qlxx.qlrmc"></el-input> | ||
63 | </el-form-item> | ||
64 | </el-col> | ||
65 | <el-col :span="8"> | ||
66 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件号:"> | ||
67 | <el-input disabled v-model="ruleForm.qlxx.qlrzjhm"></el-input> | ||
68 | </el-form-item> | ||
69 | </el-col> | ||
70 | </el-row> | ||
71 | <el-row :gutter="10"> | ||
72 | <el-col :span="8"> | ||
73 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件种类:"> | ||
74 | <el-input disabled v-model="ruleForm.qlxx.qlrzjzl"></el-input> | ||
75 | </el-form-item> | ||
76 | </el-col> | ||
77 | <el-col :span="8"> | ||
61 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> | 78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> |
62 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | 79 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> |
63 | </el-form-item> | 80 | </el-form-item> |
... | @@ -80,23 +97,6 @@ | ... | @@ -80,23 +97,6 @@ |
80 | </el-form-item> | 97 | </el-form-item> |
81 | </el-col> | 98 | </el-col> |
82 | </el-row> | 99 | </el-row> |
83 | <el-row :gutter="10"> | ||
84 | <el-col :span="8"> | ||
85 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利人:" prop="qlxx.qlrmc"> | ||
86 | <el-input disabled v-model="ruleForm.qlxx.qlrmc"></el-input> | ||
87 | </el-form-item> | ||
88 | </el-col> | ||
89 | <el-col :span="8"> | ||
90 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件号:"> | ||
91 | <el-input disabled v-model="ruleForm.qlxx.qlrzjhm"></el-input> | ||
92 | </el-form-item> | ||
93 | </el-col> | ||
94 | <el-col :span="8"> | ||
95 | <el-form-item :class="flag ? 'marginBot0' : ''" label="证件种类:"> | ||
96 | <el-input disabled v-model="ruleForm.qlxx.qlrzjzl"></el-input> | ||
97 | </el-form-item> | ||
98 | </el-col> | ||
99 | </el-row> | ||
100 | <div class="slxx_title title-block"> | 100 | <div class="slxx_title title-block"> |
101 | 查封信息 | 101 | 查封信息 |
102 | <div class="triangle"></div> | 102 | <div class="triangle"></div> |
... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
173 | </template> | 173 | </template> |
174 | <script> | 174 | <script> |
175 | import sqrViewTable from "@/views/workflow/components/sqrViewTable"; | 175 | import sqrViewTable from "@/views/workflow/components/sqrViewTable"; |
176 | import { Init, saveData } from "@/api/cfdjFlow.js"; | 176 | import { BatchInit, saveData } from "@/api/cfdjFlow.js"; |
177 | import { mapGetters } from "vuex"; | 177 | import { mapGetters } from "vuex"; |
178 | export default { | 178 | export default { |
179 | data () { | 179 | data () { |
... | @@ -194,8 +194,9 @@ export default { | ... | @@ -194,8 +194,9 @@ export default { |
194 | this.ableEdit = this.$parent.showBatch; | 194 | this.ableEdit = this.$parent.showBatch; |
195 | var formdata = new FormData(); | 195 | var formdata = new FormData(); |
196 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 196 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
197 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); | ||
197 | formdata.append("djlx", this.propsParam.djlx); | 198 | formdata.append("djlx", this.propsParam.djlx); |
198 | Init(formdata).then((res) => { | 199 | BatchInit(formdata).then((res) => { |
199 | if (res.code === 200 && res.result) { | 200 | if (res.code === 200 && res.result) { |
200 | this.ruleForm = res.result | 201 | this.ruleForm = res.result |
201 | } | 202 | } | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="from-clues"> | 2 | <div class="from-clues"> |
3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
4 | <el-tabs v-model="activeName" @tab-click="handleTabClick"> | 4 | <el-tabs v-model="activeName" @tab-click="handleTabClick" v-if="!isJump"> |
5 | <el-tab-pane label="自然幢" name="zrz"></el-tab-pane> | 5 | <el-tab-pane label="自然幢" name="zrz"></el-tab-pane> |
6 | <el-tab-pane label="户" name="h"></el-tab-pane> | 6 | <el-tab-pane label="户" name="h"></el-tab-pane> |
7 | </el-tabs> | 7 | </el-tabs> |
... | @@ -45,7 +45,7 @@ import Cookies from 'js-cookie' | ... | @@ -45,7 +45,7 @@ import Cookies from 'js-cookie' |
45 | import { datas, sendThis } from "../javascript/fwsyq.js"; | 45 | import { datas, sendThis } from "../javascript/fwsyq.js"; |
46 | import table from "@/utils/mixin/table"; | 46 | import table from "@/utils/mixin/table"; |
47 | import jump from "@/views/ywbl/ywsq/components/mixin/jump"; | 47 | import jump from "@/views/ywbl/ywsq/components/mixin/jump"; |
48 | import { selectScBdcdy, startBusinessFlow, choiceBdcdy } from "@/api/ywbl.js"; | 48 | import { selectScBdcdy, startBusinessFlow, choiceBdcdy,selectOtherH } from "@/api/ywbl.js"; |
49 | export default { | 49 | export default { |
50 | mixins: [table, jump], | 50 | mixins: [table, jump], |
51 | props: { | 51 | props: { |
... | @@ -78,6 +78,8 @@ export default { | ... | @@ -78,6 +78,8 @@ export default { |
78 | this.$emit("closeDialog"); | 78 | this.$emit("closeDialog"); |
79 | }, | 79 | }, |
80 | fetchData () { | 80 | fetchData () { |
81 | if(!this.isJump){ | ||
82 | //从业务办理进入 | ||
81 | this.queryForm.sqywbm = this.djywbm; | 83 | this.queryForm.sqywbm = this.djywbm; |
82 | this.queryForm.fwfl = this.activeName; | 84 | this.queryForm.fwfl = this.activeName; |
83 | selectScBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => { | 85 | selectScBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => { |
... | @@ -87,6 +89,18 @@ export default { | ... | @@ -87,6 +89,18 @@ export default { |
87 | this.tableData.data = records; | 89 | this.tableData.data = records; |
88 | } | 90 | } |
89 | }) | 91 | }) |
92 | }else{ | ||
93 | //从办理框架选择不动产单元进入 | ||
94 | //房屋首次办理选择不动产需找出对应自然幢下未选择的户 | ||
95 | this.queryForm.bsmSlsq = this.$route.query.bsmSlsq; | ||
96 | selectOtherH({ ...this.queryForm, ...this.pageData }).then((res) => { | ||
97 | if (res.code === 200) { | ||
98 | let { total, records } = res.result; | ||
99 | this.tableData.total = total; | ||
100 | this.tableData.data = records; | ||
101 | } | ||
102 | }) | ||
103 | } | ||
90 | }, | 104 | }, |
91 | handleTabClick () { | 105 | handleTabClick () { |
92 | this.pageData.currentPage = 1; | 106 | this.pageData.currentPage = 1; | ... | ... |
-
Please register or sign in to post a comment