From 25653c352d4a46d90bec447f08c15951613a2e04 Mon Sep 17 00:00:00 2001 From: gityjf <2211675158@qq.com> Date: Fri, 30 Jul 2021 13:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=8F=91=E9=93=B6=E4=BC=81=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp index 6c50325d9..7a0d6316b 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp @@ -14,7 +14,7 @@ dwTemp.ReadOnly = "0";//只读模式 dwTemp.genHTMLObjectWindow(flowunid); String sButtons[][] = { - {"0020".equals(phaseNo)?"true":"false","All","Button","保存","保存所有修改","saveRecord()","","","",""}, + {"0020".equals(phaseNo)?"true":"false","","Button","保存","保存所有修改","saveRecord()","","","",""}, }; sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> @@ -31,7 +31,11 @@ function selectOwnAccount(){ var position = getRow(0); - AsDialog.OpenSelector("SelectOwnAccountPay","accName,"+getItemValue(0,0,'ACCOUNT'),"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",function(sReturn){ + var account = getItemValue(0,0,'ACCOUNT'); + if(account == ""){ + return false; + } + AsDialog.OpenSelector("SelectOwnAccountPay","accName,"+account,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"){ return; }