From d5ec1f9d1aef98883d4ef79489c67776a10ff0d3 Mon Sep 17 00:00:00 2001 From: linxiaoping <12345678> Date: Mon, 11 Jun 2018 13:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E6=9D=A5=E6=BA=90=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4--=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/money/sourceOfFundsInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/money/sourceOfFundsInfo.jsp b/WebContent/money/sourceOfFundsInfo.jsp index edde4313a..71dbb382a 100644 --- a/WebContent/money/sourceOfFundsInfo.jsp +++ b/WebContent/money/sourceOfFundsInfo.jsp @@ -10,12 +10,12 @@ String sTempletNo = "sourceOfFundsInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); - doTemp.setColTips("", "测试"); + /* doTemp.setColTips("", "测试"); */ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); - + String sButtons[][] = { {"true","All","Button","保存","保存所有修改","save()","","","",""}, {String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","返回","返回列表","returnList()","","","",""}