|
|
@@ -179,12 +179,12 @@
|
|
|
setTime();
|
|
|
});
|
|
|
layList.search('export',function(where){
|
|
|
- location.href=layList.U({c:'ump.store_seckill',a:'save_excel',q:{status:where.status,store_name:where.store_name}});
|
|
|
+ location.href=layList.U({c:'ump.StoreWholesale',a:'save_excel',q:{status:where.status,store_name:where.store_name}});
|
|
|
})
|
|
|
layList.switch('status',function (odj,value,name) {
|
|
|
if (odj.elem.checked == true) {
|
|
|
layList.baseGet(layList.Url({
|
|
|
- c: 'ump.store_seckill',
|
|
|
+ c: 'ump.StoreWholesale',
|
|
|
a: 'set_seckill_status',
|
|
|
p: {status: 1, id: value}
|
|
|
}), function (res) {
|
|
|
@@ -208,7 +208,7 @@
|
|
|
});
|
|
|
} else {
|
|
|
layList.baseGet(layList.Url({
|
|
|
- c: 'ump.store_seckill',
|
|
|
+ c: 'ump.StoreWholesale',
|
|
|
a: 'set_seckill_status',
|
|
|
p: {status: 0, id: value}
|
|
|
}), function (res) {
|