ac5dbeb6 by jiaozeping@pashanhoo.com

1

1 parent a909f7fe
...@@ -2,6 +2,27 @@ ...@@ -2,6 +2,27 @@
2 <div class="jtfccx-edit"> 2 <div class="jtfccx-edit">
3 <div class="jtfccx-edit-con"> 3 <div class="jtfccx-edit-con">
4 <b class="title">申请信息</b> 4 <b class="title">申请信息</b>
5
6 <el-form :model="ruleForm" label-width="120px">
7 <el-row>
8 <el-col :span="8">
9 <el-form-item label="查询用途" label-width="90px">
10 <el-input v-model="ruleForm.cxyt" class="width200px"></el-input>
11 </el-form-item>
12 </el-col>
13 <el-col :span="16">
14 <el-form-item label="与产权人的关系">
15 <el-radio-group v-model="ruleForm.ycyrgx">
16 <el-radio :label="1">房屋权利人</el-radio>
17 <el-radio :label="2">产权利害关系人</el-radio>
18 <el-radio :label="3">委托人</el-radio>
19 </el-radio-group>
20 </el-form-item>
21 </el-col>
22 </el-row>
23 </el-form>
24
25
5 <b class="title">权利人</b> 26 <b class="title">权利人</b>
6 <b class="title">查询结果</b> 27 <b class="title">查询结果</b>
7 <p>查询编号:202200409</p> 28 <p>查询编号:202200409</p>
......
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
107 title: "申请查询记录", 107 title: "申请查询记录",
108 width: "85%", 108 width: "85%",
109 btnShow: true, 109 btnShow: true,
110 editItem: "sqcx/sqcxjl/components/addjtfc", // 弹窗内容 110 editItem: "sqcx/sqcxjl/components/sqcxjlInfo", // 弹窗内容
111 height: "700px", 111 height: "700px",
112 formData: { 112 formData: {
113 bsmSlsq: this.bsmSlsq, 113 bsmSlsq: this.bsmSlsq,
......