|
|
@@ -294,32 +294,32 @@ $(".systemwindow").on('click', "#bdbbprintks", function() {
|
|
|
});
|
|
|
|
|
|
function addYcrk(id){
|
|
|
- $.post("/transfer/ycrk", {id:id}, function(a){
|
|
|
- if(a.success){
|
|
|
- layx.confirm('提示',a.msg,null,{
|
|
|
- buttons:[
|
|
|
- {
|
|
|
- label:'确定',
|
|
|
- callback:function(id, button, event){
|
|
|
- layx.destroy(id);
|
|
|
- $(".search span").click();
|
|
|
- }
|
|
|
- }
|
|
|
- ],dialogIcon:'error',shadable:0.6
|
|
|
- })
|
|
|
- }else{
|
|
|
- layx.confirm('提示',a.msg,null,{
|
|
|
- buttons:[
|
|
|
- {
|
|
|
- label:'确定',
|
|
|
- callback:function(id, button, event){
|
|
|
- layx.destroy(id);
|
|
|
- }
|
|
|
- }
|
|
|
- ],dialogIcon:'error',shadable:0.6
|
|
|
- })
|
|
|
- }
|
|
|
- }, "json")
|
|
|
+ // $.post("/transfer/ycrk", {id:id}, function(a){
|
|
|
+ // if(a.success){
|
|
|
+ // layx.confirm('提示',a.msg,null,{
|
|
|
+ // buttons:[
|
|
|
+ // {
|
|
|
+ // label:'确定',
|
|
|
+ // callback:function(id, button, event){
|
|
|
+ // layx.destroy(id);
|
|
|
+ // $(".search span").click();
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ],dialogIcon:'error',shadable:0.6
|
|
|
+ // })
|
|
|
+ // }else{
|
|
|
+ // layx.confirm('提示',a.msg,null,{
|
|
|
+ // buttons:[
|
|
|
+ // {
|
|
|
+ // label:'确定',
|
|
|
+ // callback:function(id, button, event){
|
|
|
+ // layx.destroy(id);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ],dialogIcon:'error',shadable:0.6
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // }, "json")
|
|
|
}
|
|
|
</script>
|
|
|
<script>
|