...
|
...
|
@@ -124,6 +124,9 @@ $(document).on('click', '#all-btn', function () { |
|
|
|
|
|
/***********************批量功能***********************/
|
|
|
//批量导入按钮点击事件
|
|
|
$(document).on('click', '#import-btn', function () {
|
|
|
location.href="/supplier/baseproduct/batchUpdateStudentPrice";
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
jQuery(document).ready(function() {
|
|
|
$("#import-btn").attr('target', '_blank');
|
|
|
});
|
|
|
//$(document).on('click', '#import-btn', function () {
|
|
|
//location.href="/supplier/baseproduct/batchUpdateStudentPrice";
|
|
|
//}); |
|
|
\ No newline at end of file |
...
|
...
|
|