Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
ZhongW
2016-09-08 06:10:39 +0800
Commit
12c16f2a58cfb97ddef2524f99d0bf003ec0fd03
1 parent
c5a715db
批量信息提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
code/apps/goods/views/priceManage/Index.html
code/static/js.jquery/module/goods/priceManage/Index.js
code/apps/goods/views/priceManage/Index.html
View file @
12c16f2
...
...
@@ -182,6 +182,8 @@
</tr>
</table>
</div>
<div
class=
"panel-body red"
id=
"message"
>
</div>
</div>
</div>
...
...
code/static/js.jquery/module/goods/priceManage/Index.js
View file @
12c16f2
...
...
@@ -1011,7 +1011,7 @@ $(document).on('click', '.return-btn', function () {
$
(
'#priceChangeSearch'
).
show
();
$
(
'.bulk_import'
).
hide
();
$
(
'.bulk_batch_autdit'
).
hide
();
$
(
'#message'
).
html
(
""
);
}
else
{
location
.
href
=
''
;
}
...
...
Please
register
or
login
to post a comment