|
|
@@ -256,7 +256,7 @@ function doAddYcrk(){
|
|
|
label:'确定',
|
|
|
callback:function(id, button, event){
|
|
|
layx.destroy(id);
|
|
|
- $("#ccwl_num_id_"+obj.id).closest("tr").find("span").html(obj.val);
|
|
|
+ $("#ccwl_num_id_"+obj.id).closest("td").find("span").html(obj.val);
|
|
|
}
|
|
|
}
|
|
|
],dialogIcon:'success',shadable:0.6
|
|
|
@@ -290,7 +290,7 @@ function doEditDrck(){
|
|
|
label:'确定',
|
|
|
callback:function(id, button, event){
|
|
|
layx.destroy(id);
|
|
|
- $("#drck_id_"+obj.id).closest("tr").find("span").html(drck_show);
|
|
|
+ $("#drck_id_"+obj.id).closest("td").find("span").html(drck_show);
|
|
|
}
|
|
|
}
|
|
|
],dialogIcon:'success',shadable:0.6
|