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
9faeec71
authored
2024-01-26 16:44:51 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
面积
1 parent
fcc85bc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
3 deletions
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
9faeec7
...
...
@@ -72,17 +72,56 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"建筑面积:"
>
<el-input
disabled
v-model=
"ruleForm.qjh.jzmj"
></el-input>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.qjh.jzmj"
disabled
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"套内建筑面积:"
>
<el-input
disabled
v-model=
"ruleForm.qjh.tnjzmj"
></el-input>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.qjh.tnjzmj"
disabled
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"分摊建筑面积:"
>
<el-input
disabled
v-model=
"ruleForm.qjh.ftjzmj"
></el-input>
<div
class=
"flex"
>
<el-input
maxlength=
"12"
v-model=
"ruleForm.qjh.ftjzmj"
disabled
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -364,6 +403,7 @@
},
data
()
{
return
{
mjdw
:
'1'
,
isSave
:
true
,
loading
:
false
,
//表单是否可操作
...
...
Please
register
or
sign in
to post a comment