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
60ce15d8
authored
2022-08-24 17:49:00 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发起申请style
1 parent
22ad160f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
18 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
60ce15d
<
template
>
<div
class=
'slxx'
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"1
3
0px"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"1
8
0px"
>
<div
class=
"slxx_title"
>
受理信息
</div>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号:"
prop=
"ywh"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.ywh"
></el-input>
<el-input
v-model=
"ruleForm.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"受理人员:"
prop=
"slry"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.slry"
></el-input>
<el-input
v-model=
"ruleForm.slry"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权结束时间:"
prop=
"slsj"
>
<el-date-picker
class=
"
width200px
"
v-model=
"ruleForm.slsj"
type=
"datetime"
placeholder=
"选择结束时间"
<el-date-picker
class=
"
Inputclass
"
v-model=
"ruleForm.slsj"
type=
"datetime"
placeholder=
"选择结束时间"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
...
...
@@ -24,7 +24,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型:"
prop=
"qllx"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.qllx"
filterable
clearable
placeholder=
"请选择权利类型"
>
<el-select
class=
"
Inputclass
"
v-model=
"ruleForm.qllx"
filterable
clearable
placeholder=
"请选择权利类型"
>
<el-option
v-for=
"item in qllxOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -32,7 +32,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
prop=
"djlx"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.djlx"
filterable
clearable
placeholder=
"请选择登记类型"
>
<el-select
class=
"
Inputclass
"
v-model=
"ruleForm.djlx"
filterable
clearable
placeholder=
"请选择登记类型"
>
<el-option
v-for=
"item in djlxOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -40,7 +40,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
prop=
"djqx"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.djqx"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-select
class=
"
Inputclass
"
v-model=
"ruleForm.djqx"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-option
v-for=
"item in djqxOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -51,17 +51,17 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地代码:"
prop=
"zddm"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.zddm"
></el-input>
<el-input
v-model=
"ruleForm.zddm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号:"
prop=
"bdcdyh"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.bdcdyh"
></el-input>
<el-input
v-model=
"ruleForm.bdcdyh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质:"
prop=
"qlxz"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.qlxz"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-select
class=
"
Inputclass
"
v-model=
"ruleForm.qlxz"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-option
v-for=
"item in qlxzOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -71,19 +71,19 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地面积:"
prop=
"zdmj"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.zdmj"
></el-input>
<el-input
v-model=
"ruleForm.zdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"坐落:"
prop=
"zl"
>
<el-input
v-model=
"ruleForm.zl"
></el-input>
<el-input
style=
"width: 100%"
v-model=
"ruleForm.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途:"
prop=
"tdyt"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.tdyt"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-select
class=
"
Inputclass
"
v-model=
"ruleForm.tdyt"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-option
v-for=
"item in tdytOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
...
...
@@ -91,7 +91,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-select
class=
"
width200px
"
v-model=
"ruleForm.qlsdfs"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-select
class=
"
Inputclass
"
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>
...
...
@@ -99,28 +99,28 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格:"
prop=
"qdjg"
>
<el-input
class=
"width200px"
v-model=
"ruleForm.qdjg"
></el-input>
<el-input
v-model=
"ruleForm.qdjg"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起始时间:"
prop=
"syqqssj"
>
<el-date-picker
class=
"
width200px
"
v-model=
"ruleForm.syqqssj"
type=
"datetime"
placeholder=
"选择起始时间"
<el-date-picker
class=
"
Inputclass
"
v-model=
"ruleForm.syqqssj"
type=
"datetime"
placeholder=
"选择起始时间"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权结束时间:"
prop=
"syqjssj"
>
<el-date-picker
class=
"
width200px
"
v-model=
"ruleForm.syqjssj"
type=
"datetime"
placeholder=
"选择结束时间"
<el-date-picker
class=
"
Inputclass
"
v-model=
"ruleForm.syqjssj"
type=
"datetime"
placeholder=
"选择结束时间"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用期限:"
prop=
"syqx"
>
<el-date-picker
class=
"
width200px
"
v-model=
"ruleForm.syqx"
type=
"datetime"
placeholder=
"选择使用期限"
<el-date-picker
class=
"
Inputclass
"
v-model=
"ruleForm.syqx"
type=
"datetime"
placeholder=
"选择使用期限"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
...
...
@@ -236,4 +236,7 @@ export default {
min-height
:
90px
!important
;
}
}
.Inputclass
{
width
:
100%
;
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment