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
ac5dbeb6
authored
2022-10-25 10:30:47 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
a909f7fe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletions
src/views/sqcx/sqcxjl/components/addjtfc.vue → src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/sqcx/sqcxjl/components/
addjtfc
.vue
→
src/views/sqcx/sqcxjl/components/
sqcxjlInfo
.vue
View file @
ac5dbeb
...
...
@@ -2,6 +2,27 @@
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
>
申请信息
</b>
<el-form
:model=
"ruleForm"
label-width=
"120px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"查询用途"
label-width=
"90px"
>
<el-input
v-model=
"ruleForm.cxyt"
class=
"width200px"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"与产权人的关系"
>
<el-radio-group
v-model=
"ruleForm.ycyrgx"
>
<el-radio
:label=
"1"
>
房屋权利人
</el-radio>
<el-radio
:label=
"2"
>
产权利害关系人
</el-radio>
<el-radio
:label=
"3"
>
委托人
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
</el-form>
<b
class=
"title"
>
权利人
</b>
<b
class=
"title"
>
查询结果
</b>
<p>
查询编号:202200409
</p>
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
ac5dbeb
...
...
@@ -107,7 +107,7 @@ export default {
title
:
"申请查询记录"
,
width
:
"85%"
,
btnShow
:
true
,
editItem
:
"sqcx/sqcxjl/components/
addjtfc
"
,
// 弹窗内容
editItem
:
"sqcx/sqcxjl/components/
sqcxjlInfo
"
,
// 弹窗内容
height
:
"700px"
,
formData
:
{
bsmSlsq
:
this
.
bsmSlsq
,
...
...
Please
register
or
sign in
to post a comment