|
|
|
@ -546,7 +546,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//撤销汇总
|
|
|
|
|
$(".cancelWmPool,.reCount").on("click",function(){
|
|
|
|
|
$(".cancelWmPool").on("click",function(){
|
|
|
|
|
var id = $(this).data('id');
|
|
|
|
|
var url = "{:U('cancelWmPool')}";
|
|
|
|
|
layer.confirm("撤销汇总/重算都是不可逆操作,请慎重选择",{title:false}, function(index){
|
|
|
|
|