...
|
...
|
@@ -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")
|
|
|
};
|
|
|
},
|
|
|
//列表显示
|
...
|
...
|
|