36d8e9c9 by 任超
2 parents ef071829 720fbc4e
...@@ -112,10 +112,6 @@ export default { ...@@ -112,10 +112,6 @@ export default {
112 border-radius: 10px; 112 border-radius: 10px;
113 } 113 }
114 114
115 .ls-head {
116 position: relative;
117 }
118
119 .ls-mask-window b { 115 .ls-mask-window b {
120 padding-left: 5px; 116 padding-left: 5px;
121 } 117 }
...@@ -133,20 +129,16 @@ export default { ...@@ -133,20 +129,16 @@ export default {
133 129
134 .ls-mask-content { 130 .ls-mask-content {
135 padding: 20px; 131 padding: 20px;
136 text-align: center;
137 position: absolute;
138 width: 100%; 132 width: 100%;
139 overflow: scroll; 133 overflow: scroll;
134 max-height: 500px;
140 } 135 }
141 136
142 .ls-mask-footer { 137 .ls-mask-footer {
143 height: 65px; 138 height: 65px;
144 display: flex; 139 display: flex;
145 justify-content: center; 140 justify-content: center;
146 position: absolute;
147 width: 100%; 141 width: 100%;
148 bottom: 0px;
149 right: 0px;
150 box-shadow: 0px 0px 2px 0px; 142 box-shadow: 0px 0px 2px 0px;
151 border-radius: 0 0 10px 10px; 143 border-radius: 0 0 10px 10px;
152 } 144 }
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
9 height:"", //弹窗的高度 9 height:"", //弹窗的高度
10 editItem: 'ywbl/dbx/aa', // 子组件的路径 相当于你平时img取的路径 10 editItem: 'ywbl/dbx/aa', // 子组件的路径 相当于你平时img取的路径
11 formData:this.formData, //父组件传给子组件的参数 11 formData:this.formData, //父组件传给子组件的参数
12 btnShow:false,//按钮显隐 false隐藏 true显示
12 confirmText:"" // 确认按钮的文字 13 confirmText:"" // 确认按钮的文字
13 cancelText:"" //取消按钮的文字 14 cancelText:"" //取消按钮的文字
14 cancel: function () {}, //取消事件的回调 15 cancel: function () {}, //取消事件的回调
......
...@@ -7,35 +7,21 @@ ...@@ -7,35 +7,21 @@
7 </el-tabs> 7 </el-tabs>
8 <el-form :model="queryForm" ref="queryForm" label-width="100px"> 8 <el-form :model="queryForm" ref="queryForm" label-width="100px">
9 <el-row> 9 <el-row>
10 <el-col :span="5"> 10 <el-col :span="6">
11 <el-form-item label="权利类型" label-width="70px">
12 <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型">
13 <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode">
14 </el-option>
15 </el-select>
16 </el-form-item>
17 </el-col>
18 <el-col :span="5">
19 <el-form-item label="不动产单元号"> 11 <el-form-item label="不动产单元号">
20 <el-input placeholder="不动产单元号" v-model="queryForm.bdcdyh" clearable> 12 <el-input placeholder="不动产单元号" v-model="queryForm.bdcdyh" clearable>
21 </el-input> 13 </el-input>
22 </el-form-item> 14 </el-form-item>
23 </el-col> 15 </el-col>
24 <el-col :span="5"> 16 <el-col :span="6">
25 <el-form-item label="业务号" label-width="70px"> 17 <el-form-item label="坐落">
26 <el-input placeholder="业务号" v-model="queryForm.ywh" clearable> 18 <el-input placeholder="请输入坐落" v-model="queryForm.zl" clearable class="width300px">
27 </el-input>
28 </el-form-item>
29 </el-col>
30 <el-col :span="5">
31 <el-form-item label="不动产权证号">
32 <el-input placeholder="不动产权证号" v-model="queryForm.bdcqzh" clearable>
33 </el-input> 19 </el-input>
34 </el-form-item> 20 </el-form-item>
35 </el-col> 21 </el-col>
36 <el-col :span="4" class="btnCol"> 22 <el-col :span="4" class="btnCol">
37 <el-form-item> 23 <el-form-item>
38 <el-button type="primary" @click="fetchData()">查询</el-button> 24 <el-button type="primary" @click="queryClick()">查询</el-button>
39 </el-form-item> 25 </el-form-item>
40 </el-col> 26 </el-col>
41 </el-row> 27 </el-row>
...@@ -56,7 +42,7 @@ ...@@ -56,7 +42,7 @@
56 <script> 42 <script>
57 //国有建设用地使用权/房屋使用权 43 //国有建设用地使用权/房屋使用权
58 import { mapGetters } from 'vuex' 44 import { mapGetters } from 'vuex'
59 import { datas, sendThis } from "../javascript/houseOwnership.js"; 45 import { datas, sendThis } from "../javascript/fwsyq.js";
60 import table from "@/utils/mixin/table"; 46 import table from "@/utils/mixin/table";
61 import jump from "@/views/ywbl/ywsq/components/mixin/jump"; 47 import jump from "@/views/ywbl/ywsq/components/mixin/jump";
62 import { selectFwsyq, startBusinessFlow } from "@/api/ywbl.js"; 48 import { selectFwsyq, startBusinessFlow } from "@/api/ywbl.js";
...@@ -93,7 +79,7 @@ export default { ...@@ -93,7 +79,7 @@ export default {
93 closeDialog () { 79 closeDialog () {
94 this.$emit("closeDialog"); 80 this.$emit("closeDialog");
95 }, 81 },
96 fetchData () { 82 queryClick () {
97 this.queryForm.sqywbm = this.djywbm; 83 this.queryForm.sqywbm = this.djywbm;
98 selectFwsyq({ ...this.queryForm, ...this.pageData, fwfl: this.activeName }).then((res) => { 84 selectFwsyq({ ...this.queryForm, ...this.pageData, fwfl: this.activeName }).then((res) => {
99 if (res.code === 200) { 85 if (res.code === 200) {
...@@ -105,7 +91,7 @@ export default { ...@@ -105,7 +91,7 @@ export default {
105 }, 91 },
106 handleTabClick () { 92 handleTabClick () {
107 this.pageData.currentPage = 1 93 this.pageData.currentPage = 1
108 this.fetchData() 94 this.queryClick()
109 }, 95 },
110 submitForm () { 96 submitForm () {
111 if (this.bdcdysz.length == 0) { 97 if (this.bdcdysz.length == 0) {
......
...@@ -11,8 +11,8 @@ export function queueDjywmc (djywbm) { ...@@ -11,8 +11,8 @@ export function queueDjywmc (djywbm) {
11 case "A03400": 11 case "A03400":
12 vm = "jsydsyq200"; 12 vm = "jsydsyq200";
13 break; 13 break;
14 case "A04100": 14 case "A04100"://国有建设用地使用权/房屋所有权(首次登记)
15 vm = "houseOwnership"; 15 vm = "fwsyq";
16 break; 16 break;
17 case "A05200": 17 case "A05200":
18 case "A05300": 18 case "A05300":
......