Przeglądaj źródła

修改备货管理 (仓库)的页面展示bug

lvhao 18 godzin temu
rodzic
commit
a25dd39731
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      template/erp/beihuogl_ckbhedit.html

+ 2 - 2
template/erp/beihuogl_ckbhedit.html

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