070ea789 by 任超

style:申请查询记录

1 parent 499e6c97
...@@ -85,7 +85,9 @@ export default { ...@@ -85,7 +85,9 @@ export default {
85 }, 85 },
86 watch: { 86 watch: {
87 value (val) { 87 value (val) {
88 this.$nextTick(() => {
88 this.dialogVisible = val 89 this.dialogVisible = val
90 })
89 this.height && (this.scrollerHeight = this.height + 'px') 91 this.height && (this.scrollerHeight = this.height + 'px')
90 } 92 }
91 }, 93 },
......
...@@ -85,7 +85,9 @@ export default { ...@@ -85,7 +85,9 @@ export default {
85 }, 85 },
86 watch: { 86 watch: {
87 value (val) { 87 value (val) {
88 this.$nextTick(() => {
88 this.dialogVisible = val 89 this.dialogVisible = val
90 })
89 this.height && (this.scrollerHeight = this.height + 'px') 91 this.height && (this.scrollerHeight = this.height + 'px')
90 } 92 }
91 }, 93 },
......
1 <template> 1 <template>
2 <div> 2 <div class="sqcxjlInfo">
3 <el-form :model="form" boder label-width="120px"> 3 <el-form :model="form" boder label-width="130px">
4 <el-row> 4 <el-row>
5 <el-col :span="24" style="margin-bottom: 15px"> 5 <el-col :span="24" style="margin-bottom: 15px">
6 <div class="slxx_title title-block"> 6 <div class="slxx_title title-block">
...@@ -9,40 +9,39 @@ ...@@ -9,40 +9,39 @@
9 </div> 9 </div>
10 </el-col> 10 </el-col>
11 </el-row> 11 </el-row>
12
13 <el-row> 12 <el-row>
14 <el-col :span="6"> 13 <el-col :span="6">
15 <el-form-item label="查询来源:" label-width="90px">{{form.djSqcxDO.cxly}} 14 <el-form-item label="查询来源:" label-width="90px">{{ form.djSqcxDO.cxly }}
16 </el-form-item> 15 </el-form-item>
17 </el-col> 16 </el-col>
18 <el-col :span="6"> 17 <el-col :span="6">
19 <el-form-item label="查询类型:">{{form.djSqcxDO.cxlx}} 18 <el-form-item label="查询类型:">{{ form.djSqcxDO.cxlx }}
20 </el-form-item> 19 </el-form-item>
21 </el-col> 20 </el-col>
22 <el-col :span="6"> 21 <el-col :span="6">
23 <el-form-item label="查询人员:" label-width="90px">{{form.djSqcxDO.cxr}} 22 <el-form-item label="查询人员:" label-width="90px">{{ form.djSqcxDO.cxr }}
24 </el-form-item> 23 </el-form-item>
25 </el-col> 24 </el-col>
26 <el-col :span="6"> 25 <el-col :span="6">
27 <el-form-item label="查询时间:">{{form.djSqcxDO.cxsj}} 26 <el-form-item label="查询时间:">{{ form.djSqcxDO.cxsj }}
28 </el-form-item> 27 </el-form-item>
29 </el-col> 28 </el-col>
30 </el-row> 29 </el-row>
31 <el-row> 30 <el-row>
32 <el-col :span="6"> 31 <el-col :span="6">
33 <el-form-item label="查询编号:" label-width="90px">{{form.djSqcxDO.cxbh}} 32 <el-form-item label="查询编号:" label-width="90px">{{ form.djSqcxDO.cxbh }}
34 </el-form-item> 33 </el-form-item>
35 </el-col> 34 </el-col>
36 <el-col :span="6"> 35 <el-col :span="6">
37 <el-form-item label="查询用途:" label-width="90px">{{form.djSqcxDO.cxyt}} 36 <el-form-item label="查询用途:" label-width="90px">{{ form.djSqcxDO.cxyt }}
38 </el-form-item> 37 </el-form-item>
39 </el-col> 38 </el-col>
40 <el-col :span="6"> 39 <el-col :span="6">
41 <el-form-item label="与产权人的关系:">{{form.djSqcxDO.ycqrgxmc}} 40 <el-form-item label="与产权人的关系:">{{ form.djSqcxDO.ycqrgxmc }}
42 </el-form-item> 41 </el-form-item>
43 </el-col> 42 </el-col>
44 <el-col :span="6"> 43 <el-col :span="6">
45 <el-form-item label="不动产权证号:">{{form.djSqcxDO.bdcqzh}} 44 <el-form-item label="不动产权证号:">{{ form.djSqcxDO.bdcqzh }}
46 </el-form-item> 45 </el-form-item>
47 </el-col> 46 </el-col>
48 </el-row> 47 </el-row>
...@@ -121,12 +120,12 @@ export default { ...@@ -121,12 +120,12 @@ export default {
121 // }, 120 // },
122 props: ["formData"], 121 props: ["formData"],
123 122
124 created() { 123 created () {
125 // debugger; 124 // debugger;
126 // alert(this.formData.sqcxBsm); 125 // alert(this.formData.sqcxBsm);
127 }, 126 },
128 127
129 data() { 128 data () {
130 return { 129 return {
131 form: {}, 130 form: {},
132 ruleForm: { 131 ruleForm: {
...@@ -153,7 +152,7 @@ export default { ...@@ -153,7 +152,7 @@ export default {
153 }; 152 };
154 }, 153 },
155 154
156 mounted() { 155 mounted () {
157 sendThis(this); 156 sendThis(this);
158 var sqcxBsm = this.formData.sqcxBsm; 157 var sqcxBsm = this.formData.sqcxBsm;
159 158
...@@ -176,4 +175,13 @@ export default { ...@@ -176,4 +175,13 @@ export default {
176 </script> 175 </script>
177 <style scoped lang="scss"> 176 <style scoped lang="scss">
178 @import "~@/styles/mixin.scss"; 177 @import "~@/styles/mixin.scss";
178
179 /deep/.el-form-item {
180 margin-bottom: 0 !important;
181 }
182
183 .sqcxjlInfo {
184 max-height: 85vh;
185 overflow-y: auto;
186 }
179 </style> 187 </style>
......