...
|
...
|
@@ -34,6 +34,7 @@ function batchExport(el, type) { |
|
|
if (loadModal) {
|
|
|
loadModal.close();
|
|
|
}
|
|
|
common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
if (loadModal) {
|
...
|
...
|
@@ -55,6 +56,7 @@ common.edit.ajaxfileupload('#sort-file', batchExport('#sort-file', 'searchSort') |
|
|
common.edit.ajaxfileupload('#brand-file', batchExport('#brand-file', 'brandProperty'));
|
|
|
common.edit.ajaxfileupload('#offShelve-file', batchExport('#offShelve-file', 'offShelveSkn'));
|
|
|
common.edit.ajaxfileupload('#onShelve-file', batchExport('#onShelve-file', 'onShelveSkn'));
|
|
|
common.edit.ajaxfileupload('#phrase-file', batchExport('#phrase-file', 'productPhrase'));
|
|
|
|
|
|
|
|
|
function __ajaxCheckTask(unquid){
|
...
|
...
|
|