From 329dddd27b97fd86618c6d7e8c17d638b7688d9b Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 16 Apr 2019 11:03:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=AA=E6=9C=89=E7=BA=BF=E4=B8=8A=E4=BB=98?= =?UTF-8?q?=E6=AC=BE=E6=89=8D=E6=9C=89=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp index bc9d1e18d..ab409b970 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp @@ -15,6 +15,7 @@ String ishistory = CurPage.getParameter("IsHistory"); String contract_id = CurPage.getParameter("contract_id"); String projectId = CurPage.getParameter("ProjectId"); + String payType = Sqlca.getString(new SqlObject("SELECT payType FROM LC_FUND_INCOME_TEMP_HXM WHERE flowunid='"+flowunid+"'")); ASObjectModel doTemp = new ASObjectModel("ActualPaymentCarTempList"); /* if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory"); @@ -90,7 +91,7 @@ {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""}, {"true","","Button","发起付款申请","保存","cmb_tp_pay()","","","","btn_icon_save",""} }; - }else if("0030".equals(phaseNo)){ + }else if("0030".equals(phaseNo)&&"0010".equals(payType)){ sButtons = new String[][]{ {"true","","Button","付款结果回盘","付款结果回盘","cmb_tp_callback()","","","","btn_icon_delete",""}, };