...
|
...
|
@@ -38,6 +38,34 @@ webpackJsonp([30],[ |
|
|
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'));
|
|
|
|
|
|
|
|
|
function __ajaxCheckTask(unquid){
|
|
|
var params={param:unquid};
|
|
|
|
|
|
common.util.__ajax({
|
|
|
url:'/product/queryBatchImportResultOfOnShelveSkn',
|
|
|
data:params
|
|
|
},function(res){
|
|
|
if(res.data.length){
|
|
|
|
|
|
//成功操作
|
|
|
if (loadModal) {
|
|
|
loadModal.close();
|
|
|
}
|
|
|
common.util.__tip(res.message, 'success');
|
|
|
|
|
|
}else{
|
|
|
setTimeout(function(){
|
|
|
__ajaxExeclById.call(null,unquid);
|
|
|
},1000);
|
|
|
}
|
|
|
$("#message").html(res.message);
|
|
|
},true);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
/***/ }
|
|
|
]); |
|
|
\ No newline at end of file |
...
|
...
|
|