Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
67b4d21a
authored
2021-01-06 16:08:55 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户表单的验证
1 parent
598f15de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
67b4d21
...
...
@@ -204,11 +204,11 @@
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
分摊系数
</td>
<td
colspan=
"2"
align=
"center"
>
<input
class=
"formInput"
v-model=
"form.ycftxs"
type=
"number"
:disabled=
"form.scyclx==='1'||disableFlag"
@
blur=
"inputFtxsBlur($event)"
ref=
"ycftxs"
></input
>
<input
class=
"formInput"
v-model=
"form.ycftxs"
type=
"number"
:disabled=
"form.scyclx==='1'||disableFlag"
@
blur=
"inputFtxsBlur($event)"
ref=
"ycftxs"
/
>
</td>
<td
colspan=
"2"
align=
"center"
>
分摊系数
</td>
<td
colspan=
"2"
align=
"center"
>
<input
class=
"formInput"
v-model=
"form.scftxs"
type=
"number"
:disabled=
"form.scyclx==='0'||disableFlag"
@
blur=
"inputFtxsBlur($event)"
ref=
"scftxs"
></input
>
<input
class=
"formInput"
v-model=
"form.scftxs"
type=
"number"
:disabled=
"form.scyclx==='0'||disableFlag"
@
blur=
"inputFtxsBlur($event)"
ref=
"scftxs"
/
>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment