Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6a303652
authored
Jan 16, 2025
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复点击没反应的问题
parent
dfa95973
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
resources/views/script/SaveSupplierContractScript.blade.php
resources/views/web/SaveSupplierContract.blade.php
resources/views/script/SaveSupplierContractScript.blade.php
View file @
6a303652
...
...
@@ -79,7 +79,6 @@
//cancel
form
.
on
(
'submit(cancel)'
,
function
(
data
)
{
admin
.
closeThisDialog
();
return
false
;
});
});
...
...
resources/views/web/SaveSupplierContract.blade.php
View file @
6a303652
...
...
@@ -33,8 +33,8 @@
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
><span
class=
"require"
>
*
</span>
合同有效期
</label>
<div
class=
"layui-input-inline"
style=
"width: 150px;"
>
<input
type=
"text"
name=
"end_time"
id=
"end_time"
lay-verify=
"required"
placeholder=
"结束日期
"
class=
"layui-input"
autocomplete=
"off"
value=
"{{ $contract['end_time'] or '' }}"
>
<input
type=
"text"
name=
"end_time"
id=
"end_time"
placeholder=
"结束日期"
class=
"layui-input
"
autocomplete=
"off"
value=
"{{ $contract['end_time'] or '' }}"
>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment