|
|
var $ = require('jquery'),
|
|
|
common = require('../../../../common/common');
|
|
|
console.log("promotionEdit in");
|
|
|
// var promotionEdit={
|
|
|
console.log("rejectPromotions in");
|
|
|
// var rejectPromotions={
|
|
|
// batchIds:[],
|
|
|
// buildCheckboxHtml:function(_class,_data_index,_checked){
|
|
|
// var _checkBox="<input type='checkbox'";
|
...
|
...
|
@@ -195,4 +195,6 @@ console.log("promotionEdit in"); |
|
|
// }
|
|
|
// }
|
|
|
|
|
|
// //module.exports = promotionEdit; |
|
|
\ No newline at end of file |
|
|
var rejectPromotions = {};
|
|
|
|
|
|
module.exports = rejectPromotions; |
|
|
\ No newline at end of file |
...
|
...
|
|