...
|
...
|
@@ -127,7 +127,8 @@ var ENUM={ |
|
|
return {
|
|
|
id:item.id,
|
|
|
isFreeze:"Y",
|
|
|
operations:"3"
|
|
|
operations:"3",
|
|
|
status:200
|
|
|
};
|
|
|
}
|
|
|
Bll.toast("确定要冻结申请吗?",data);
|
...
|
...
|
@@ -140,7 +141,8 @@ var ENUM={ |
|
|
return {
|
|
|
id:item.id,
|
|
|
isFreeze:"N",
|
|
|
operations:"4"
|
|
|
operations:"4",
|
|
|
status:200
|
|
|
};
|
|
|
}
|
|
|
Bll.toast("确定要解冻申请吗?",data);
|
...
|
...
|
|