9db7020f by 任超

style:标题样式

1 parent b00eb241
export default {
SERVERAPI: '/service-bdcdj9',
SERVERAPI: '/service-bdcdj-Tian',
// SERVERCAI: '/service-bdcdj-Tian'
}
\ No newline at end of file
......
......@@ -107,7 +107,7 @@ export default {
.ls-mask {
width: 100%;
height: 100%;
z-index: 100000;
z-index: 2000;
position: fixed;
left: 0;
top: 0;
......
......@@ -116,23 +116,20 @@
.title-block {
display: inline-block;
position: relative;
background: #3498db;
color: #fff !important;
text-align: center;
padding: 0px 20px;
height: 30px;
line-height: 30px;
border-radius: 5px 5px 5px 0px;
letter-spacing: 2px;
text-align: left;
width: 100%;
line-height: 26px;
padding-left: 10px;
font-size: 16px;
border-bottom: 1px solid $borderColor;
}
.title-block .triangle {
width: 0px;
height: 0px;
.title-block:after {
content: " ";
width: 0;
height: 16px;
position: absolute;
border: 5px solid transparent;
border-top: 5px solid #3498db;
border-right: 5px solid #3498db;
left: 0px;
bottom: -10px;
border-left: 3px solid $light-blue;
left: 0;
top: 5px;
}
\ No newline at end of file
......
<template>
<dialogBox title="家庭房产查询" @closeDialog="closeDialog" width="90%" :isButton="false" v-model="myValue">
<dialogBox title="家庭房产查询" @closeDialog="closeDialog" isMain width="80%" :isButton="false" v-model="myValue">
<div class="jtfccx-edit">
<div class="jtfccx-edit-con">
<b class="title">申请信息</b>
......@@ -24,19 +24,18 @@
<personInfoTable @getInfoList="handleGetSqList" :dataList="sqdataList" />
<b class="title">权利人</b>
<personInfoTable @getInfoList="handleGetQlList" :dataList="qldataList" />
<personInfoTable @getInfoList="handleGetQlList" :dataList="qldataList" />
<div class="submit-button">
<el-button type="primary" @click="queryChick()">查询</el-button>
<el-button @click="resetClick()">重置</el-button>
<el-button type="primary" @click="queryChick()">查询</el-button>
<el-button @click="resetClick()">重置</el-button>
</div>
<b class="title">查询结果</b>
<!-- <p>查询编号:{{cxbh}}</p> -->
<lb-table :column="searchData.columns" border :data="searchData.data" :maxHeight="200" heightNumSetting
:pagination="false">
<b class="title" v-if="searchData.data.length > 0">查询结果</b>
<lb-table :column="searchData.columns" v-if="searchData.data.length > 0" :data="searchData.data"
:maxHeight="200" heightNumSetting :pagination="false">
</lb-table>
</div>
<div class="submit-button" style="padding-bottom:20px">
<div class="submit-button" v-if="searchData.data.length > 0" style="padding-bottom:20px">
<el-button type="primary">无房证明打印(1)</el-button>
<el-button type="primary">房产结果打印(1)</el-button>
<el-button @click="closeDialog">关闭</el-button>
......@@ -57,7 +56,7 @@ export default {
props: {
value: { type: Boolean, default: false },
},
mounted() {
mounted () {
sendThis(this);
},
......@@ -129,7 +128,7 @@ export default {
this.addJtfc.qlrxx = val
}
},
queryChick () {
queryChick () {
this.addJtfc.djSqcxDO = { ...this.ruleForm }
// this.$message({
// type: 'success',
......@@ -148,12 +147,12 @@ export default {
handleRead (row) { },
//抵押
dyClick(){
dyClick () {
},
//查封
cfClick(){
cfClick () {
}
}
......@@ -162,6 +161,7 @@ export default {
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
@import "~@/styles/public.scss";
.title {
padding-bottom: 10px;
margin-bottom: 10px;
......
......@@ -69,9 +69,7 @@ class data extends filter {
<div>
<el-button type="text" icon="el-icon-edit-outline" onClick={() => { this.dyClick(scope) }}>抵押</el-button>
<el-button type="text" icon="el-icon-edit-outline" onClick={() => { this.cfClick(scope) }}>查封</el-button>
</div>
)
}
}
......
......@@ -81,8 +81,18 @@ export default {
handleAdd () {
this.isDialog = true;
},
},
};
handleViewClick (scope) {
var sqcxBsm = scope.row.bsmSqcx;
this.$popup("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", {
formData: {
sqcxBsm: sqcxBsm,
},
cancel: function () { }, //取消事件的回调
confirm: function () { },
});
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
......
......@@ -69,6 +69,12 @@ class data extends filter {
{
prop: "cxyt",
label: "查询用途"
},
{
label: "操作",
render: (h, scope) => {
return <el-button type="text" icon='el-icon-view' onClick={() => { vm.handleViewClick(scope) }}>查看</el-button>
}
}
]
}
......
<template>
<div >
<div>
<el-form :model="ruleForm" label-width="120px">
<el-row>
<el-col :span="24" style="margin-bottom: 15px">
......@@ -29,14 +29,8 @@
<el-row>
<el-col>
<lb-table
:column="sqrData.columns"
border
:data="sqrData.data"
:maxHeight="200"
heightNumSetting
:pagination="false"
>
<lb-table :column="sqrData.columns" border :data="sqrData.data" :maxHeight="200" heightNumSetting
:pagination="false">
</lb-table>
</el-col>
</el-row>
......@@ -51,14 +45,8 @@
</el-row>
<el-row>
<el-col>
<lb-table
:column="qlrData.columns"
border
:data="qlrData.data"
:maxHeight="200"
heightNumSetting
:pagination="false"
>
<lb-table :column="qlrData.columns" border :data="qlrData.data" :maxHeight="200" heightNumSetting
:pagination="false">
</lb-table>
</el-col>
</el-row>
......@@ -73,19 +61,13 @@
</el-row>
<el-row>
<el-col>
<p>查询编号:{{cxbh}}</p>
<p>查询编号:{{ cxbh }}</p>
</el-col>
</el-row>
<el-row>
<el-col>
<lb-table
border
:column="cxjgData.columns"
:data="cxjgData.data"
:maxHeight="200"
heightNumSetting
:pagination="false"
>
<lb-table :column="cxjgData.columns" :data="cxjgData.data" :maxHeight="200" heightNumSetting
:pagination="false">
</lb-table>
</el-col>
</el-row>
......@@ -104,12 +86,12 @@ export default {
// },
props: ["formData"],
created() {
created () {
// debugger;
// alert(this.formData.sqcxBsm);
},
data() {
data () {
return {
ruleForm: {
cxyt: "",
......@@ -134,8 +116,7 @@ export default {
};
},
mounted() {
debugger;
mounted () {
sendThis(this);
var sqcxBsm = this.formData.sqcxBsm;
......@@ -145,19 +126,17 @@ export default {
this.sqrData.data = res.result.sqxx;
this.qlrData.data = res.result.qlrxx;
this.cxjgData.data = res.result.djSqcxCxjgDOList;
this.cxbh=res.result.djSqcxDO.cxbh;
this.cxbh = res.result.djSqcxDO.cxbh;
}
})
.catch((error) => {
console.log(error);
});
})
},
methods: {},
};
</script>
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
</style>
......
......@@ -78,7 +78,6 @@ export default {
handleViewClick (scope) {
var sqcxBsm = scope.row.bsmSqcx;
this.$popup("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", {
height: "800px",
formData: {
sqcxBsm: sqcxBsm,
},
......
......@@ -68,7 +68,7 @@ class data extends filter {
render: (h, scope) => {
return <el-button type="text" icon='el-icon-view' onClick={() => { vm.handleViewClick(scope) }}>查看</el-button>
}
},
}
]
}
}
......
......@@ -235,4 +235,12 @@ export default {
<style scoped lang='scss'>
@import "~@/styles/mixin.scss";
@import './ywsq.scss';
/deep/.el-collapse-item__content {
padding-bottom: 0;
}
/deep/.el-collapse-item__wrap {
border-bottom: none;
}
</style>
\ No newline at end of file
......