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
ccf8d578
authored
2024-01-31 13:16:04 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:土地承包经营权
1 parent
f419cdf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
4 deletions
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
src/views/ywbl/slsqxx/tdcbjyq/slxx.vue
View file @
ccf8d57
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-31 1
0:17:23
* @LastEditTime: 2024-01-31 1
1:28:05
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -309,7 +309,24 @@
:key=
"key"
@
upDateQlrxxList=
"upDateYwrxxList"
/>
</div>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
label=
"登记原因:"
prop=
"tdcbjyq.djyy"
>
<el-input
class=
"textArea"
maxlength=
"500"
show-word-limit
type=
"textarea"
:disabled=
"!viewEdit"
v-model=
"ruleForm.tdcbjyq.djyy"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"isSave"
>
<el-form-item>
...
...
@@ -420,7 +437,11 @@
ruleForm
:
{},
//传递参数
propsParam
:
{},
rules
:
{}
rules
:
{
'tdcbjyq.djyy'
:
[
{
required
:
true
,
message
:
'请输入登记原因'
,
trigger
:
'blur'
}
]
}
}
},
methods
:
{
...
...
@@ -542,7 +563,12 @@
}
})
}
else
{
return
false
;
that
.
$message
({
showClose
:
true
,
message
:
"请输入登记原因"
,
type
:
"error"
})
return
false
}
})
}
...
...
Please
register
or
sign in
to post a comment