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
06e04c01
authored
2024-03-25 17:04:53 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
addrow
1 parent
d6414224
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
src/views/workflow/main/slsqxx/fdcq2/slxx.vue
src/views/workflow/main/slsqxx/fdcq2/slxx.vue
View file @
06e04c0
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2024-0
1-30 16:07
:53
* @LastEditTime: 2024-0
3-25 16:42
:53
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -84,7 +84,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落:"
prop=
"sldy.zl"
>
<el-input
maxlength=
"100"
:disabled=
"!viewEdit"
v-model=
"ruleForm.sldy.zl"
></el-input>
<el-input
maxlength=
"100"
:disabled=
"!viewEdit"
v-model=
"ruleForm.sldy.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -92,7 +92,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"宗地面积:"
prop=
"zdjbxx.zdmj"
>
<div
class=
"flex"
>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
<el-select
disabled
v-model=
"ruleForm.zdjbxx.mjdw"
...
...
@@ -122,6 +122,7 @@
:normalizer=
"normalizer"
:default-expand-level=
"1"
:show-count=
"true"
@
input=
"addrow(ruleForm.fdcq2.tdxz)"
:options=
"dictData['A9']"
/>
</el-form-item>
</el-col>
...
...
@@ -476,7 +477,7 @@
this
.
isSave
=
false
})
},
components
:
{
qlrCommonTable
,
tdytTable
,
ywrCommonTable
},
components
:
{
qlrCommonTable
,
tdytTable
,
ywrCommonTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
]),
},
...
...
@@ -553,6 +554,11 @@
}
},
methods
:
{
addrow
(
val
)
{
if
(
typeof
(
val
)
==
"undefined"
)
{
this
.
ruleForm
.
fdcq2
.
tdxz
=
null
}
},
/**
* @description: dataSelectClick
* @author: renchao
...
...
Please
register
or
sign in
to post a comment