Authored by chenchao

resume ++

@@ -123,4 +123,5 @@ module.exports=function(app) { @@ -123,4 +123,5 @@ module.exports=function(app) {
123 123
124 /*通过任务ID查看任务是否被执行完 批量上架*/ 124 /*通过任务ID查看任务是否被执行完 批量上架*/
125 app.post("/product/queryBatchImportResultOfOnShelveSkn","basegoods_queryBatchImportResultOfOnShelveSkn"); 125 app.post("/product/queryBatchImportResultOfOnShelveSkn","basegoods_queryBatchImportResultOfOnShelveSkn");
  126 +
126 } 127 }
@@ -207,5 +207,6 @@ module.exports={ @@ -207,5 +207,6 @@ module.exports={
207 {name:"param",type:"String"} 207 {name:"param",type:"String"}
208 ] 208 ]
209 } 209 }
  210 +
210 } 211 }
211 } 212 }
@@ -73,4 +73,5 @@ function __ajaxCheckTask(unquid){ @@ -73,4 +73,5 @@ function __ajaxCheckTask(unquid){
73 } 73 }
74 $("#message").html(res.message); 74 $("#message").html(res.message);
75 },true); 75 },true);
  76 +
76 } 77 }