feat:家庭房产
Showing
4 changed files
with
17 additions
and
22 deletions
| ... | @@ -3,7 +3,8 @@ | ... | @@ -3,7 +3,8 @@ |
| 3 | 作者:calliope | 3 | 作者:calliope |
| 4 | --> | 4 | --> |
| 5 | <template> | 5 | <template> |
| 6 | <lb-table border :column="tableData.columns" :data="tableData.data" :maxHeight="200" heightNumSetting :pagination="false"> | 6 | <lb-table border :column="tableData.columns" :data="tableData.data" :maxHeight="200" heightNumSetting |
| 7 | :pagination="false"> | ||
| 7 | </lb-table> | 8 | </lb-table> |
| 8 | </template> | 9 | </template> |
| 9 | <script> | 10 | <script> |
| ... | @@ -40,7 +41,7 @@ export default { | ... | @@ -40,7 +41,7 @@ export default { |
| 40 | } | 41 | } |
| 41 | }, | 42 | }, |
| 42 | { | 43 | { |
| 43 | width: '200', | 44 | width: '150', |
| 44 | label: '身份证读卡器', | 45 | label: '身份证读卡器', |
| 45 | render: (h, scope) => { | 46 | render: (h, scope) => { |
| 46 | return ( | 47 | return ( |
| ... | @@ -51,7 +52,7 @@ export default { | ... | @@ -51,7 +52,7 @@ export default { |
| 51 | } | 52 | } |
| 52 | }, | 53 | }, |
| 53 | { | 54 | { |
| 54 | width: '200', | 55 | width: '150', |
| 55 | prop: 'sqrxm', | 56 | prop: 'sqrxm', |
| 56 | label: '姓名/名称', | 57 | label: '姓名/名称', |
| 57 | render: (h, scope) => { | 58 | render: (h, scope) => { |
| ... | @@ -66,7 +67,7 @@ export default { | ... | @@ -66,7 +67,7 @@ export default { |
| 66 | label: '证件种类', | 67 | label: '证件种类', |
| 67 | render: (h, scope) => { | 68 | render: (h, scope) => { |
| 68 | return ( | 69 | return ( |
| 69 | <el-select value={scope.row[scope.column.property]} | 70 | <el-select class="width100" value={scope.row[scope.column.property]} |
| 70 | onChange={(val) => { scope.row[scope.column.property] = val }}> | 71 | onChange={(val) => { scope.row[scope.column.property] = val }}> |
| 71 | { | 72 | { |
| 72 | this.dictData['A30'].map(option => { | 73 | this.dictData['A30'].map(option => { | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <dialogBox title="家庭房产查询" @closeDialog="closeDialog" isMain width="80%" :isButton="false" v-model="myValue"> | 2 | <dialogBox title="家庭房产查询" @closeDialog="closeDialog" isMain width="70%" :isButton="false" v-model="myValue"> |
| 3 | <div class="jtfccx-edit"> | 3 | <div class="jtfccx-edit"> |
| 4 | <div class="jtfccx-edit-con"> | 4 | <div class="jtfccx-edit-con"> |
| 5 | <b class="title">申请信息</b> | 5 | <b class="title">申请信息</b> |
| ... | @@ -26,16 +26,16 @@ | ... | @@ -26,16 +26,16 @@ |
| 26 | <b class="title">权利人</b> | 26 | <b class="title">权利人</b> |
| 27 | <personInfoTable @getInfoList="handleGetQlList" :dataList="qldataList" /> | 27 | <personInfoTable @getInfoList="handleGetQlList" :dataList="qldataList" /> |
| 28 | <div class="submit-button"> | 28 | <div class="submit-button"> |
| 29 | <el-button type="primary" @click="queryChick()">查询</el-button> | 29 | <el-button type="primary" @click="queryChick">查询</el-button> |
| 30 | <el-button @click="resetClick()">重置</el-button> | 30 | <el-button @click="resetClick">重置</el-button> |
| 31 | </div> | 31 | </div> |
| 32 | <b class="title" v-if="searchData.data.length > 0">查询结果</b> | 32 | <b class="title" v-if="isSearch">查询结果</b> |
| 33 | <lb-table :column="searchData.columns" v-if="searchData.data.length > 0" :data="searchData.data" | 33 | <lb-table :column="searchData.columns" v-if="isSearch" :data="searchData.data" :maxHeight="200" heightNumSetting |
| 34 | :maxHeight="200" heightNumSetting :pagination="false"> | 34 | :pagination="false"> |
| 35 | </lb-table> | 35 | </lb-table> |
| 36 | </div> | 36 | </div> |
| 37 | 37 | ||
| 38 | <div class="submit-button" v-if="searchData.data.length > 0" style="padding-bottom:20px"> | 38 | <div class="submit-button" v-if="isSearch" style="padding-bottom:20px"> |
| 39 | <el-button type="primary">无房证明打印(1)</el-button> | 39 | <el-button type="primary">无房证明打印(1)</el-button> |
| 40 | <el-button type="primary">房产结果打印(1)</el-button> | 40 | <el-button type="primary">房产结果打印(1)</el-button> |
| 41 | <el-button @click="closeDialog">关闭</el-button> | 41 | <el-button @click="closeDialog">关闭</el-button> |
| ... | @@ -59,7 +59,6 @@ export default { | ... | @@ -59,7 +59,6 @@ export default { |
| 59 | mounted () { | 59 | mounted () { |
| 60 | sendThis(this); | 60 | sendThis(this); |
| 61 | }, | 61 | }, |
| 62 | |||
| 63 | data () { | 62 | data () { |
| 64 | return { | 63 | return { |
| 65 | myValue: this.value, | 64 | myValue: this.value, |
| ... | @@ -68,6 +67,7 @@ export default { | ... | @@ -68,6 +67,7 @@ export default { |
| 68 | ycyrgx: 1, | 67 | ycyrgx: 1, |
| 69 | cxlx: '1' //查询类型 1:房产查询 2:登记簿查询 | 68 | cxlx: '1' //查询类型 1:房产查询 2:登记簿查询 |
| 70 | }, | 69 | }, |
| 70 | isSearch: false, | ||
| 71 | dataList: [{ | 71 | dataList: [{ |
| 72 | sqrxm: '', | 72 | sqrxm: '', |
| 73 | sqrzjlxbm: '', | 73 | sqrzjlxbm: '', |
| ... | @@ -130,14 +130,10 @@ export default { | ... | @@ -130,14 +130,10 @@ export default { |
| 130 | }, | 130 | }, |
| 131 | queryChick () { | 131 | queryChick () { |
| 132 | this.addJtfc.djSqcxDO = { ...this.ruleForm } | 132 | this.addJtfc.djSqcxDO = { ...this.ruleForm } |
| 133 | // this.$message({ | ||
| 134 | // type: 'success', | ||
| 135 | // message: '删除成功!' | ||
| 136 | // }); | ||
| 137 | |||
| 138 | addJtfcCxjgXx(this.addJtfc).then(res => { | 133 | addJtfcCxjgXx(this.addJtfc).then(res => { |
| 139 | this.searchData.data = res.result; | 134 | this.searchData.data = res.result; |
| 140 | console.log(res); | 135 | console.log(res); |
| 136 | this.isSearch = true | ||
| 141 | }) | 137 | }) |
| 142 | }, | 138 | }, |
| 143 | resetClick () { | 139 | resetClick () { | ... | ... |
| ... | @@ -61,7 +61,6 @@ class data extends filter { | ... | @@ -61,7 +61,6 @@ class data extends filter { |
| 61 | { | 61 | { |
| 62 | 62 | ||
| 63 | label: '登记状态', | 63 | label: '登记状态', |
| 64 | width: '150', | ||
| 65 | align: 'center', | 64 | align: 'center', |
| 66 | fixed: 'right', | 65 | fixed: 'right', |
| 67 | render: (h, scope) => { | 66 | render: (h, scope) => { | ... | ... |
| ... | @@ -8,7 +8,7 @@ class data extends filter { | ... | @@ -8,7 +8,7 @@ class data extends filter { |
| 8 | constructor() { | 8 | constructor() { |
| 9 | super() | 9 | super() |
| 10 | } | 10 | } |
| 11 | cxjgcolumns() { | 11 | cxjgcolumns () { |
| 12 | return [ | 12 | return [ |
| 13 | { | 13 | { |
| 14 | prop: 'qszt', | 14 | prop: 'qszt', |
| ... | @@ -73,7 +73,6 @@ class data extends filter { | ... | @@ -73,7 +73,6 @@ class data extends filter { |
| 73 | { | 73 | { |
| 74 | 74 | ||
| 75 | label: '登记状态', | 75 | label: '登记状态', |
| 76 | width: '150', | ||
| 77 | align: 'center', | 76 | align: 'center', |
| 78 | fixed: 'right', | 77 | fixed: 'right', |
| 79 | render: (h, scope) => { | 78 | render: (h, scope) => { |
| ... | @@ -86,7 +85,7 @@ class data extends filter { | ... | @@ -86,7 +85,7 @@ class data extends filter { |
| 86 | } | 85 | } |
| 87 | ] | 86 | ] |
| 88 | } | 87 | } |
| 89 | sqrcolumns() { | 88 | sqrcolumns () { |
| 90 | return [ | 89 | return [ |
| 91 | { | 90 | { |
| 92 | prop: 'sqrxm', | 91 | prop: 'sqrxm', |
| ... | @@ -107,7 +106,7 @@ class data extends filter { | ... | @@ -107,7 +106,7 @@ class data extends filter { |
| 107 | ] | 106 | ] |
| 108 | } | 107 | } |
| 109 | 108 | ||
| 110 | qlrcolumns() { | 109 | qlrcolumns () { |
| 111 | return [ | 110 | return [ |
| 112 | { | 111 | { |
| 113 | prop: 'sqrxm', | 112 | prop: 'sqrxm', | ... | ... |
-
Please register or sign in to post a comment