Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
袁晋鹏
3 years ago
Commit
ae25febf875606096373e73eb9e852265c3275b1
1 parent
0627a771
调整合同编号长度
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/views/machineroom/routeAdjustAdd.html
hg-monitor-web-base/src/main/resources/static/src/views/machineroom/routeAdjustAdd.html
View file @
ae25feb
...
...
@@ -11,7 +11,7 @@
<div
class=
"layui-inline inline-onethird"
>
<label
class=
"layui-form-label"
>
合同编号
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
class=
"layui-input"
name=
"contractId"
id=
"contractId"
lay-verify=
"required"
>
<input
type=
"text"
class=
"layui-input"
name=
"contractId"
maxlength=
"25"
id=
"contractId"
lay-verify=
"required"
>
</div>
</div>
<div
class=
"layui-inline inline-onethird"
>
...
...
Please
register
or
login
to post a comment