Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-fe
·
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
weiqingting
9 years ago
Commit
30a2a471887c17333aa9f527344f78dcf86b6bd0
1 parent
9b232262
4.5 bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
client/js/common/grid.js
client/js/goods/netsale.js
client/js/common/grid.js
View file @
30a2a47
...
...
@@ -310,6 +310,7 @@ grid.prototype = {
_r
.
push
(
_h
);
g
.
tbody
.
html
(
_r
.
join
(
''
));
}
$
(
".wqt_all"
).
prop
(
"checked"
,
false
);
p
.
complete
&&
p
.
complete
();
},
__bodySecondClomun
:
function
(
row
,
second
)
{
...
...
client/js/goods/netsale.js
View file @
30a2a47
...
...
@@ -373,6 +373,9 @@ function shelveModal(title, html) {
if
(
item
.
isAdvance
===
'N'
){
$
(
'#advanceBeginTime, #advanceEndTime'
).
prop
(
'disabled'
,
true
);
$
(
'#advanceBeginTime'
).
parents
(
'.form-group'
).
find
(
'.btn'
).
addClass
(
'disabled'
);
}
else
{
$
(
'#shelveTime'
).
prop
(
'disabled'
,
true
);
$
(
'#shelveTime'
).
parents
(
'.form-group'
).
next
(
".form-group"
).
find
(
'.btn'
).
addClass
(
'disabled'
);
}
});
var
e
=
new
common
.
edit
(
'.shelve-form'
);
...
...
Please
register
or
login
to post a comment