Authored by lijian

no message

... ... @@ -183,7 +183,9 @@ module.exports = {
productSku: {type: Number},
productSkc: {type: Number},
startTime: {type: Number},
shopId: {type: Number},
endTime: {type: Number}
}
},
addProductBatchPhoto: {
... ...
... ... @@ -28,7 +28,8 @@ var g = new common.grid({
productSkc: common.util.__input('content-filter2'),
productSku: common.util.__input('content-filter3'),
startTime: ((new Date($('#starttime').val())).getTime()) / 1000,
endTime: ((new Date($('#endtime').val())).getTime()) / 1000
endTime: ((new Date($('#endtime').val())).getTime()) / 1000,
shopId: common.util.__input("shopId")
};
},
//列表显示
... ...