From 3380d3cd26052b4d3dba1eb48bc73776de8c9212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 23 Jun 2017 23:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=86=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=95=8C=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AE=BD=E5=BA=A6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/pages/materials/in_out.js | 3 +++ src/main/webapp/pages/user/password.jsp | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/js/pages/materials/in_out.js b/src/main/webapp/js/pages/materials/in_out.js index 91a7a8e50..b5c83727d 100644 --- a/src/main/webapp/js/pages/materials/in_out.js +++ b/src/main/webapp/js/pages/materials/in_out.js @@ -43,6 +43,9 @@ function getType(){ listTitle = $("#tablePanel").prev().text(); depotString = "|"; + //改变宽度和高度 + $("#searchPanel").panel({width:webW-2}); + $("#tablePanel").panel({width:webW-2}); var supUrl = path + "/supplier/findBySelect_sup.action"; //供应商接口 var cusUrl = path + "/supplier/findBySelect_cus.action"; //客户接口 var retailUrl = path + "/supplier/findBySelect_retail.action"; //散户接口 diff --git a/src/main/webapp/pages/user/password.jsp b/src/main/webapp/pages/user/password.jsp index e33a8fcbb..689752d3e 100644 --- a/src/main/webapp/pages/user/password.jsp +++ b/src/main/webapp/pages/user/password.jsp @@ -21,20 +21,20 @@ -
-
+
-
+
-
+
@@ -58,7 +58,7 @@ return false; } }); - $("#userDlg").panel({height:webH-35}); + $("#userDlg").panel({height:webH-3, width:webW+15}); $("#dlg-buttons").css("padding-left","65px"); }); //重置