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
911a1689
authored
2023-07-04 16:25:20 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
受理信息界面面积输入限制
1 parent
249c8a6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
911a168
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-29 11:13:35
* @LastEditTime: 2023-0
7-04 16:23:54
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -88,41 +88,41 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"农用地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.nydmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.nydmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"耕地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.gdmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.gdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"林地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.ldmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.ldmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"草地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.cdmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.cdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"其他农用地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.qtnydmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.qtnydmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"建筑使用面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.jsydmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.jsydmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"未利用地面积:"
>
<el-input
v-model=
"ruleForm.tdsyq.wlydmj"
></el-input>
<el-input
v-model=
"ruleForm.tdsyq.wlydmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,3})/g)[0]) || null"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
Please
register
or
sign in
to post a comment