Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4e70d2b5
authored
2023-08-29 13:26:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:房屋明细查询样式修改
1 parent
6f57d50a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
26 deletions
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/system/dymbgl/dymbgl.vue
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
4e70d2b
<
template
>
<dialogBox
title=
"房屋明细查询"
@
closeDialog=
"closeDialog"
width=
"7
0
%"
:isButton=
"false"
v-model=
"myValue"
>
<dialogBox
title=
"房屋明细查询"
@
closeDialog=
"closeDialog"
width=
"7
5
%"
:isButton=
"false"
v-model=
"myValue"
>
<el-steps
:active=
"activeStep"
finish-status=
"success"
>
<el-step
title=
"条件录入"
></el-step>
<el-step
title=
"结果查询"
></el-step>
<el-step
title=
"结果展示"
></el-step>
</el-steps>
<div
v-if=
"isSearch"
>
<dydjbInfo
ref=
"dydjbInfo"
/>
<dydjbInfo
ref=
"dydjbInfo"
/>
</div>
<div
class=
"jtfccx-edit"
v-else
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
></b>
<el-form
:model=
"form"
label-width=
"1
2
0px"
>
<el-form
:model=
"form"
label-width=
"1
1
0px"
>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"查询用途"
label-width=
"90px"
>
<el-input
v-model=
"form.djSqcxDO.cxyt"
class=
"width
200px
"
></el-input>
<el-input
v-model=
"form.djSqcxDO.cxyt"
class=
"width
100
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"不动产权证号"
label-width=
"120px"
>
<el-input
v-model=
"form.djSqcxDO.bdcqzh"
class=
"width
200px
"
></el-input>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
v-model=
"form.djSqcxDO.bdcqzh"
class=
"width
100
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"1
2
"
>
<el-col
:span=
"1
0
"
>
<el-form-item
label=
"与产权人的关系"
>
<el-radio-group
v-model=
"form.djSqcxDO.ycqrgx"
>
<el-radio
label=
"1"
>
房屋权利人
</el-radio>
...
...
@@ -53,13 +53,13 @@
</
template
>
<
script
>
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/jtfc.js"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
import
dydjbInfo
from
"./dydjbInfo.vue"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/jtfc.js"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
import
dydjbInfo
from
"./dydjbInfo.vue"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
computed
:
{
...
mapGetters
([
"dictData"
]),
},
...
...
@@ -91,7 +91,7 @@ export default {
inputErr
:
false
,
},
form
:
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
...
...
@@ -138,7 +138,7 @@ export default {
this
.
$emit
(
"input"
,
false
);
this
.
activeStep
=
0
;
this
.
form
=
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
...
...
@@ -189,7 +189,7 @@ export default {
* @author: renchao
*/
resetClick
()
{
this
.
form
.
djSqcxDO
=
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
};
this
.
form
.
djSqcxDO
=
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
};
this
.
form
.
sqrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
qlrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
cxjgList
=
[];
...
...
@@ -246,20 +246,20 @@ export default {
}
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
.title
{
.title
{
padding-bottom
:
10px
;
margin-bottom
:
10px
;
display
:
block
;
border-bottom
:
1px
solid
$
borderColor
;
}
}
.jtfccx-edit
{
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
...
...
@@ -278,5 +278,5 @@ export default {
padding-top
:
10px
;
background-color
:
#fff
;
}
}
}
</
style
>
...
...
src/views/system/dymbgl/dymbgl.vue
View file @
4e70d2b
...
...
@@ -5,7 +5,7 @@
<el-row>
<el-col
:span=
"24"
class=
"btnColRight"
>
<el-form-item>
<
el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button>
--
>
<el-button
type=
"primary"
@
click=
"openAddDialog"
>
新增
</el-button>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment