zxhxx há 3 anos atrás
pai
commit
821d54f533
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      app/admin/view/ump/store_wholesale/index.php

+ 3 - 3
app/admin/view/ump/store_wholesale/index.php

@@ -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) {