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
9d0a6f27
authored
2023-08-30 10:40:23 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
067c977f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
184 additions
and
61 deletions
src/views/djbworkflow/components/dialog/addQlr.vue
src/views/djbworkflow/components/dialog/addYwr.vue
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/ygdydj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/fdcqxmTable.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/djbworkflow/components/dialog/addQlr.vue
View file @
9d0a6f2
...
...
@@ -27,6 +27,7 @@
clearable
v-model=
"ruleForm.qlrlx"
class=
"width100"
:disabled=
"!showButton"
placeholder=
"请选择"
>
<el-option
...
...
@@ -41,14 +42,19 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"姓名/名称"
prop=
"qlrmc"
>
<el-input
v-model=
"ruleForm.qlrmc"
maxlegth=
"15"
></el-input>
<el-input
v-model=
"ruleForm.qlrmc"
maxlegth=
"15"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件种类"
prop=
"zjzl"
>
<el-select
<el-select
clearable
v-model=
"ruleForm.zjzl"
:disabled=
"!showButton"
class=
"width100"
placeholder=
"请选择"
>
...
...
@@ -64,12 +70,13 @@
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件号"
prop=
"zjh"
>
<el-input
v-model=
"ruleForm.zjh"
maxlength=
"15"
oninput=
"value=value.replace(/[^\X0-9]/g,'')"
:disabled=
"!showButton"
maxlength=
"18"
oninput=
"this.value=this.value.replace(/[^\X0-9]/g,'')"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -77,57 +84,61 @@
<el-form-item
label=
"联系电话"
prop=
"dh"
>
<el-input
v-model=
"ruleForm.dh"
:disabled=
"!showButton"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"性别"
>
<el-select
clearable
v-model=
"ruleForm.xb"
class=
"width100"
placeholder=
"请选择"
>
<el-option
v-for=
"item in dictData['A43']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
<el-form-item
label=
"权利比例"
>
<el-input
v-model=
"ruleForm.qlbl"
maxlength=
"32"
:disabled=
"!showButton || this.ruleForm.gyfs == 1"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"法人名称"
>
<el-input
v-model=
"ruleForm.frmc"
></el-input>
<el-form-item
label=
"法人名称"
prop=
"frmc"
>
<el-input
v-model=
"ruleForm.frmc"
maxlength=
"32"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"国家/地区"
>
<el-input
v-model=
"ruleForm.gj"
></el-input>
<el-form-item
label=
"国家/地区"
prop=
"gj"
>
<el-input
v-model=
"ruleForm.gj"
maxlength=
"3"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"户籍所在省市"
>
<el-input
v-model=
"ruleForm.hjszss"
></el-input>
<el-input
v-model=
"ruleForm.hjszss"
maxlength=
"3"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"
16
"
>
<el-col
:span=
"
24
"
>
<el-form-item
label=
"地址"
>
<el-input
v-model=
"ruleForm.dz"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"邮编"
>
<el-input
v-model=
"ruleForm.yb"
></el-input>
<el-input
v-model=
"ruleForm.dz"
maxlength=
"100"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -135,17 +146,30 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"发证机关"
>
<el-input
v-model=
"ruleForm.fzjg"
></el-input>
<el-input
v-model=
"ruleForm.fzjg"
maxlength=
"10"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"电子邮件"
>
<el-input
v-model=
"ruleForm.dzyj"
></el-input>
<el-input
v-model=
"ruleForm.dzyj"
:disabled=
"!showButton"
maxlength=
"25"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利比例"
>
<el-input
v-model=
"ruleForm.qlbl"
></el-input>
<el-form-item
label=
"邮编"
prop=
"yb"
>
<el-input
v-model
.
number=
"ruleForm.yb"
:disabled=
"!showButton"
maxlength=
"6"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -153,21 +177,30 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"工作单位"
>
<el-input
v-model=
"ruleForm.gzdw"
></el-input>
<el-input
v-model=
"ruleForm.gzdw"
maxlength=
"32"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"代理机构"
>
<el-input
v-model=
"ruleForm.dlrjgmc"
></el-input>
<el-input
v-model=
"ruleForm.dlrjgmc"
maxlength=
"32"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"
联系
电话"
>
<el-form-item
label=
"
代理人
电话"
>
<el-input
v-model=
"ruleForm.dlrdhhm"
:disabled=
"!showButton"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
...
...
@@ -175,7 +208,11 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"代理人姓名"
>
<el-input
v-model=
"ruleForm.dlrxm"
></el-input>
<el-input
v-model=
"ruleForm.dlrxm"
maxlength=
"15"
:disabled=
"!showButton"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -183,6 +220,7 @@
<el-select
clearable
v-model=
"ruleForm.dlrzjlx"
:disabled=
"!showButton"
class=
"width100"
placeholder=
"请选择"
>
...
...
@@ -199,8 +237,31 @@
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"性别"
>
<el-select
clearable
v-model=
"ruleForm.xb"
:disabled=
"!showButton"
class=
"width100"
placeholder=
"请选择"
>
<el-option
v-for=
"item in dictData['A43']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"代理人证件号"
>
<el-input
v-model=
"ruleForm.dlrzjh"
maxlength=
"20"
></el-input>
<el-input
v-model=
"ruleForm.dlrzjh"
:disabled=
"!showButton"
maxlength=
"18"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -273,7 +334,6 @@ export default {
},
},
methods
:
{
/**
* @description: closeDialog
* @author: renchao
...
...
src/views/djbworkflow/components/dialog/addYwr.vue
View file @
9d0a6f2
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
9d0a6f2
...
...
@@ -148,7 +148,6 @@
onClick
=
{()
=>
{
this
.
queryViewClick
(
scope
.
$index
,
scope
.
row
);
}}
disabled
=
{
!
this
.
ableOperation
}
>
{
" "
}
查看
...
...
@@ -160,7 +159,6 @@
onClick
=
{()
=>
{
this
.
editClick
(
scope
.
$index
,
scope
.
row
);
}}
disabled
=
{
!
this
.
ableOperation
}
>
编辑
<
/el-button
>
...
...
@@ -282,9 +280,10 @@
* @author: renchao
*/
editClick
(
index
,
row
)
{
this
.
details
.
gyfs
=
this
.
gyfs
this
.
dataIndex
=
index
;
this
.
dialog
=
true
;
this
.
details
=
row
;
this
.
dialog
=
true
;
this
.
isaddupdate
=
false
;
},
/**
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
9d0a6f2
...
...
@@ -148,7 +148,6 @@
onClick
=
{()
=>
{
this
.
queryViewClick
(
scope
.
$index
,
scope
.
row
);
}}
disabled
=
{
!
this
.
ableOperation
}
>
{
" "
}
查看
...
...
@@ -160,7 +159,6 @@
onClick
=
{()
=>
{
this
.
editClick
(
scope
.
$index
,
scope
.
row
);
}}
disabled
=
{
!
this
.
ableOperation
}
>
编辑
<
/el-button
>
...
...
@@ -273,9 +271,11 @@
* @author: renchao
*/
editClick
(
index
,
row
)
{
this
.
details
.
gyfs
=
this
.
gyfs
this
.
details
=
row
;
this
.
dataIndex
=
index
;
this
.
dialog
=
true
;
this
.
details
=
row
;
this
.
isaddupdate
=
false
;
},
/**
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
9d0a6f2
...
...
@@ -555,7 +555,7 @@
dbrrules
:
[{
required
:
true
,
message
:
"登簿人"
,
trigger
:
"blur"
}],
djsjrules
:
[{
required
:
true
,
message
:
"登记时间"
,
trigger
:
"blur"
}],
djlxrules
:
[{
required
:
true
,
message
:
"登记类型"
,
trigger
:
"change"
}],
ywhrules
:
[{
required
:
true
,
message
:
"业务号"
,
trigger
:
"
blur
"
}],
ywhrules
:
[{
required
:
true
,
message
:
"业务号"
,
trigger
:
"
change
"
}],
}
}
},
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
View file @
9d0a6f2
...
...
@@ -124,6 +124,7 @@
<el-form-item
label=
"独用土地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.dytdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
@@ -141,6 +142,7 @@
<el-form-item
label=
"分摊土地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.fttdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
@@ -171,6 +173,7 @@
<el-form-item
label=
"房地产交易价格:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"11"
v-model=
"ruleForm.fdcq2.qjjg"
style=
"width: 500%"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -248,18 +251,19 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
v-model=
"ruleForm.fdcq2.szc"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.fdcq2.szc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数:"
>
<el-input
v-model
.
number=
"ruleForm.fdcq2.zcs"
oninput=
"value=value.replace(/[^0-9]/g,'')"
></el-input>
<el-input
maxlength=
"4"
v-model
.
number=
"ruleForm.fdcq2.zcs"
oninput=
"value=value.replace(/[^0-9]/g,'')"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.jzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
@@ -277,6 +281,7 @@
<el-form-item
label=
"专有建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.zyjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
@@ -294,6 +299,7 @@
<el-form-item
label=
"分摊建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.ftjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
9d0a6f2
...
...
@@ -167,6 +167,7 @@
<el-form-item
label=
"农用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.nydmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
@@ -188,6 +189,7 @@
<el-form-item
label=
"耕地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.gdmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
@@ -209,6 +211,7 @@
<el-form-item
label=
"林地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.ldmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
@@ -232,6 +235,7 @@
<el-form-item
label=
"草地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.cdmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -253,6 +257,7 @@
<el-form-item
label=
"其他农用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.qtnydmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
@@ -274,6 +279,7 @@
<el-form-item
label=
"建筑使用面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.jsydmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
@@ -297,6 +303,7 @@
<el-form-item
label=
"未利用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.wlydmj"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null">
</el-input>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/ygdydj.vue
View file @
9d0a6f2
...
...
@@ -327,7 +327,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
v-model=
"ruleForm.ygdj.szc"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.ygdj.szc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -340,7 +340,7 @@
<div
class=
"flex"
>
<el-input
v-model=
"ruleForm.ygdj.jzmj"
maxlength=
"1
3
"
maxlength=
"1
2
"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
v-model=
"ruleForm.ygdj.mjdw"
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
View file @
9d0a6f2
...
...
@@ -244,7 +244,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
v-model=
"ruleForm.ygdj.szc"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.ygdj.szc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -257,7 +257,7 @@
<div
class=
"flex"
>
<el-input
v-model=
"ruleForm.ygdj.jzmj"
maxlength=
"1
3
"
maxlength=
"1
2
"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
v-model=
"ruleForm.ygdj.mjdw"
...
...
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
9d0a6f2
...
...
@@ -251,7 +251,16 @@ export default {
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
/
deep
/
.dialog_title
::before
{
content
:
""
;
display
:
block
;
width
:
4px
;
height
:
18px
;
background
:
none
;
position
:
absolute
;
top
:
-4px
;
left
:
0px
;
}
.title
{
padding-bottom
:
10px
;
margin-bottom
:
10px
;
...
...
@@ -279,4 +288,27 @@ export default {
background-color
:
#fff
;
}
}
/
deep
/
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#6B7A99
!important
;
position
:
relative
;
top
:
-7px
;
}
/
deep
/
.dialogBox
.dialog_title
{
.el-icon-full-screen{
color
:
#409eff
!important
;
}
b
{
color
:
white
;
flex
:
0.1
;
margin
:
auto
;
text-align
:
center
;
align-items
:
center
;
}
}
/
deep
/
.el-dialog__header
{
background
:
linear-gradient
(
3deg
,
#409eff
,
#a7cbee
);
}
/
deep
/
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#409eff
!important
;
}
</
style
>
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
9d0a6f2
This diff is collapsed.
Click to expand it.
src/views/workflow/components/fdcqxmTable.vue
View file @
9d0a6f2
...
...
@@ -89,6 +89,7 @@
<el-table-column
prop=
"jzmj"
label=
"建筑面积"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-input
maxlength=
"12"
class=
"item"
:disabled=
"!ableOperation"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
9d0a6f2
...
...
@@ -107,12 +107,12 @@
<el-row
:gutter=
"10"
v-if=
"ruleForm.fdcq1"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"独用土地面积:"
>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.fdcq1.dytdmj"
></el-input>
<el-input
:disabled=
"!viewEdit"
maxlength=
"12"
v-model=
"ruleForm.fdcq1.dytdmj"
></el-input>
</el-form-item>
</el-col>
</el-col>
1
<el-col
:span=
"8"
>
<el-form-item
label=
"分摊土地面积:"
>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.fdcq1.fttdmj"
></el-input>
<el-input
:disabled=
"!viewEdit"
maxlength=
"12"
v-model=
"ruleForm.fdcq1.fttdmj"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -120,6 +120,7 @@
<el-form-item
label=
"房地产交易价格:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"11"
:disabled=
"!viewEdit"
v-model=
"ruleForm.fdcq1.fdcjyjg"
style=
"width: 500%"
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
9d0a6f2
...
...
@@ -115,6 +115,7 @@
<el-form-item
label=
"独用土地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.dytdmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -133,6 +134,7 @@
<el-form-item
label=
"分摊土地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.fttdmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -201,6 +203,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
maxlength=
"20"
v-model=
"ruleForm.fdcq2.szc"
:disabled=
"!viewEdit"
></el-input>
</el-form-item>
...
...
@@ -208,6 +211,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数:"
>
<el-input
maxlength=
"4"
:disabled=
"!viewEdit"
v-model
.
number=
"ruleForm.fdcq2.zcs"
oninput=
"value=value.replace(/[^0-9]/g,'')"
></el-input>
...
...
@@ -217,6 +221,7 @@
<el-form-item
label=
"房地产交易价格:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"11"
v-model=
"ruleForm.fdcq2.fdcjyjg"
style=
"width: 500%"
:disabled=
"!viewEdit"
...
...
@@ -238,6 +243,7 @@
<el-form-item
label=
"建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.jzmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -256,6 +262,7 @@
<el-form-item
label=
"专有建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.zyjzmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -274,6 +281,7 @@
<el-form-item
label=
"分摊建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.fdcq2.ftjzmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
9d0a6f2
...
...
@@ -80,7 +80,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权(承包)面积:"
>
<el-input
v-model=
"ruleForm.lq.syqmj"
></el-input>
<el-input
maxlength=
"12"
v-model=
"ruleForm.lq.syqmj"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
9d0a6f2
...
...
@@ -92,6 +92,7 @@
<el-form-item
label=
"农用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.nydmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -116,6 +117,7 @@
<el-form-item
label=
"耕地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.gdmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -140,6 +142,7 @@
<el-form-item
label=
"林地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.ldmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -166,6 +169,7 @@
<el-form-item
label=
"草地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.cdmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -190,6 +194,7 @@
<el-form-item
label=
"其他农用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.qtnydmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -214,6 +219,7 @@
<el-form-item
label=
"建筑使用面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.jsydmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
@@ -240,6 +246,7 @@
<el-form-item
label=
"未利用地面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.tdsyq.wlydmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
9d0a6f2
...
...
@@ -111,12 +111,13 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
v-model=
"ruleForm.ygdj.szc"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.ygdj.szc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数:"
>
<el-input
maxlength=
"4"
v-model
.
number=
"ruleForm.ygdj.zcs"
oninput=
"value=value.replace(/[^0-9]/g,'')"
></el-input>
...
...
@@ -142,6 +143,7 @@
<el-form-item
label=
"建筑面积:"
>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.ygdj.jzmj"
:disabled=
"!viewEdit"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null"
...
...
Please
register
or
sign in
to post a comment