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
50d019dc
authored
2022-09-20 15:15:37 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请
1 parent
1fbf6f5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
17 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
50d019d
...
...
@@ -7,24 +7,24 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号:"
prop=
"ywh"
>
<el-input
disabled
v-model=
"ruleForm.ywh"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理人员:"
prop=
"slry"
>
<el-input
disabled
v-model=
"ruleForm.slry"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slry"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理时间:"
prop=
"slsj"
>
<el-input
disabled
v-model=
"ruleForm.slsj"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.slsj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型:"
prop=
"qllx"
>
<el-select
disabled
v-model=
"ruleForm.qllx"
class=
"width300px"
filterable
clearable
placeholder=
"请选择权利类型"
>
<el-select
disabled
v-model=
"ruleForm.qllx"
filterable
clearable
placeholder=
"请选择权利类型"
>
<el-option
v-for=
"item in dictData['A8']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -32,7 +32,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
prop=
"djlx"
>
<el-select
disabled
v-model=
"ruleForm.djlx"
class=
"width300px"
filterable
clearable
placeholder=
"请选择登记类型"
>
<el-select
disabled
v-model=
"ruleForm.djlx"
filterable
clearable
placeholder=
"请选择登记类型"
>
<el-option
v-for=
"item in dictData['A21']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
@@ -40,7 +40,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
prop=
"djqx"
>
<el-input
disabled
class=
"width300px"
v-model=
"ruleForm.djqxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -48,35 +48,34 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地代码:"
prop=
"zddm"
>
<el-input
disabled
v-model=
"ruleForm.zddm"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.zddm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号:"
prop=
"bdcdyh"
>
<el-input
disabled
v-model=
"ruleForm.bdcdyh"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.bdcdyh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质:"
prop=
"qlxzmc"
>
<el-input
disabled
v-model=
"ruleForm.qlxzmc"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.qlxzmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地面积:"
prop=
"zdmj"
>
<el-input
disabled
v-model=
"ruleForm.zdmj"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.zdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途:"
prop=
"tdyt"
>
<el-input
disabled
v-model=
"ruleForm.tdyt"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.tdyt"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-select
disabled
v-model=
"ruleForm.qlsdfs"
filterable
class=
"width300px"
clearable
placeholder=
"请选择权利设定方式"
>
<el-select
disabled
v-model=
"ruleForm.qlsdfs"
filterable
clearable
placeholder=
"请选择权利设定方式"
>
<el-option
v-for=
"item in qlsdfsOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -86,26 +85,26 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格:"
prop=
"qdjg"
>
<el-input
disabled
v-model=
"ruleForm.qdjg"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.qdjg"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"坐落:"
prop=
"zl"
>
<el-input
disabled
class=
"width300px"
v-model=
"ruleForm.zl"
></el-input>
<el-input
disabled
v-model=
"ruleForm.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用期限:"
prop=
"tdsyqx"
>
<el-input
disabled
v-model=
"ruleForm.tdsyqx"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"使用权起止时间:"
prop=
"qssj"
>
<el-input
disabled
v-model=
"ruleForm.syqqzsj"
class=
"width300px"
></el-input>
<el-input
disabled
v-model=
"ruleForm.syqqzsj"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -239,6 +238,10 @@ export default {
margin-right
:
10px
;
}
/
deep
/
.el-select
{
width
:
100%
;
}
/
deep
/
.el-form-item
{
margin-bottom
:
8px
;
}
...
...
Please
register
or
sign in
to post a comment