From 6d04fe0ca0bb76a3e6847200db631609545edb12 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 23 Oct 2018 18:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=B8=85=E8=AF=81=E6=98=8E=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/LBContractEnd/EarlyClearanceList.jsp | 5 ++--- .../Tenwa/Lease/Flow/Comm/LBContractEnd/QuotationList.jsp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/EarlyClearanceList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/EarlyClearanceList.jsp index d6bd52e0c..9b4c613fd 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/EarlyClearanceList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/EarlyClearanceList.jsp @@ -13,7 +13,7 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info01;Describe=定义页面属性;]~*/%> <% - String PG_TITLE = "提前结清"; // 浏览器窗口标题 PG_TITLE + String PG_TITLE = "结清证明"; // 浏览器窗口标题 PG_TITLE %> <%/*~END~*/%> @@ -23,7 +23,6 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info02;Describe=定义变量,获取参数;]~*/%> <% - String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 if(sFlowUnid == null) sFlowUnid = ""; BizObject flow=GetFlowAction.getFlowBussinessObject(sFlowUnid); @@ -86,7 +85,7 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info04;Describe=定义按钮;]~*/%> <% String sButtons[][] = { - {"true","All","Button","生成提前结清","生成提前结清","saveRecord()","","","","btn_icon_save"}, + {"true","All","Button","生成结清证明","生成结清证明","saveRecord()","","","","btn_icon_save"}, {"true","All","Button","公司盖章","盖公司电子章","stamp()","","","",""}, }; sButtonPosition = "north"; diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/QuotationList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/QuotationList.jsp index cf47c4d37..263525a38 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/QuotationList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/QuotationList.jsp @@ -22,7 +22,7 @@ }else if("transfer".equals(docname)){ docname = "产权转移证书"; }else if("settletradition".equals(docname)){ - docname = "提前结清(传统)"; + docname = "结清证明"; }; String sTempletNo = CurPage.getParameter("TempletNo");//模板号 sTempletNo = "DevolutionList";