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
0159af6c
authored
2023-10-23 17:18:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:国有建设用地使用权受理申请权限功能的完善
1 parent
64ec4366
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
0159af6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
09 09:50:37
* @LastEditTime: 2023-10-
23 17:17:34
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -89,6 +89,7 @@
<div
class=
"flex"
>
<el-input
maxlength=
"12"
:disabled=
"!viewEdit"
v-model=
"ruleForm.jsydsyq.syqmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width: 68px"
>
...
...
@@ -104,7 +105,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利设定方式:"
>
<el-input
maxlength=
"25"
v-model=
"ruleForm.zdjbxx.qlsdfsmc"
></el-input>
<el-input
maxlength=
"25"
:disabled=
"!viewEdit"
v-model=
"ruleForm.zdjbxx.qlsdfsmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -112,6 +113,7 @@
<div
style=
"display: flex"
>
<el-input
maxlength=
"11"
:disabled=
"!viewEdit"
v-model=
"ruleForm.jsydsyq.qdjg"
style=
"width: 500%"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
...
...
@@ -129,7 +131,7 @@
<el-col
:span=
"16"
>
<el-form-item
label=
"坐落:"
>
<el-input
maxlength=
"100"
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>
...
...
Please
register
or
sign in
to post a comment