af0ca181 by 杨威

户编辑表单修改

1 parent ee2771be
1 <template> 1 <template>
2 <div class="h content-form" ref="mainBox" :class="$route.path == '/h' ? 'hpage':''"> 2 <div class="h content-form" ref="mainBox" :class="$route.path == '/h' ? 'hpage':''" :style="{'height': $route.path == '/h' ? '100%' : formHeight+'px'}">
3 <el-form ref="form" :model="form" label-width="160px" class="form" :style="{'height': $route.path == '/h' ? '100%' : formHeight+'px'}"> 3 <el-form ref="form" :model="form" label-width="160px" class="form">
4 <Qlr ref="qlrxxModule" :bsm='bsm'></Qlr> 4 <Qlr ref="qlrxxModule" :bsm='bsm'></Qlr>
5 <table border="1" width="100%" cellspacing="0" cellpadding="0" class="hTable"> 5 <table border="1" width="100%" cellspacing="0" cellpadding="0" class="hTable">
6 <tbody> 6 <tbody>
7 <tr height="30"> 7 <tr height="30">
8 <td colspan="12" align="center" ><font size="4">户基本信息</font></td> 8 <th colspan="12" align="center" ><font size="4">户基本信息</font></th>
9 </tr> 9 </tr>
10 <tr height="30"> 10 <tr height="30">
11 <td colspan="2" align="center" >宗地代码<i class="requisite">*</i></td> 11 <td colspan="2" align="center" >宗地代码<i class="requisite">*</i></td>
...@@ -532,7 +532,7 @@ ...@@ -532,7 +532,7 @@
532 } 532 }
533 this.$nextTick(()=>{ 533 this.$nextTick(()=>{
534 this.mainBoxWidth = this.$refs.mainBox.clientWidth; 534 this.mainBoxWidth = this.$refs.mainBox.clientWidth;
535 this.formHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 320 535 this.formHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 300
536 }) 536 })
537 }, 537 },
538 methods: { 538 methods: {
...@@ -896,6 +896,7 @@ ...@@ -896,6 +896,7 @@
896 td{ 896 td{
897 //bgcolor:#F1F4FC; 897 //bgcolor:#F1F4FC;
898 width:8.33%; 898 width:8.33%;
899 height: 36px;
899 text-align: right; 900 text-align: right;
900 padding-right: 10px; 901 padding-right: 10px;
901 } 902 }
......
...@@ -950,7 +950,7 @@ export default { ...@@ -950,7 +950,7 @@ export default {
950 } 950 }
951 .btnGroup { 951 .btnGroup {
952 margin: 20px auto 0; 952 margin: 20px auto 0;
953 width: 230px; 953 width: 260px;
954 } 954 }
955 .hbjDialog{ 955 .hbjDialog{
956 /deep/ .el-dialog{ 956 /deep/ .el-dialog{
......