From a5622d24abd3317440e0313dc28060640f1f8db3 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 22 Nov 2018 18:52:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=9E=E9=99=85=E4=BB=98=E6=AC=BE=E6=94=B9?= =?UTF-8?q?=E5=9B=9E=E6=8C=89=E7=BB=8F=E9=94=80=E5=95=86=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActualPaymentCarTempList.jsp | 51 +++-------------- .../ActualPaymentTempListBySubtotal1.jsp | 8 +-- .../controller/CmbToCallbackController.java | 3 +- .../sdk/controller/CmbToPayController.java | 56 ++++++------------- .../tenwa/sdk/controller/PayController.java | 2 - 5 files changed, 30 insertions(+), 90 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp index 93cb5379a..d94f3bf56 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp @@ -48,7 +48,7 @@ } dwTemp.setPageSize(pageSize == null?10:Integer.parseInt(pageSize)); ASDataObject ado = dwTemp.getDataObject(); - ado.setLockCount(3); + ado.setLockCount(2); ado.setReadOnly("PAYMENT_NUMBER", true); ado.setReadOnly("PROJECT_NAME", true); ado.setReadOnly("PLAN_ID", true); @@ -80,63 +80,30 @@ String[][] sButtons = null; if("ReadOnly".equals(rightType)){ sButtons = new String[][]{ - }; + }; }else if("0010".equals(phaseNo)){ sButtons = new String[][]{ - {"true","","Button","删除","删除","doDelete()","","","","btn_icon_delete",""}, - }; + /* {"true","","Button","保存","保存","as_save(0,'setColRequired()')","","","","btn_icon_saveNew",""}, + {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""}, */ + {"true","","Button","删除","删除","doDelete()","","","","btn_icon_delete",""}, }; }else if("0020".equals(phaseNo)){ sButtons = new String[][]{ {"true","","Button","保存","保存","as_save(0,'setColRequired()')","","","","btn_icon_saveNew",""} , - {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""}, - {"true","","Button","发起付款申请","保存","cmb_tp_pay()","","","","btn_icon_save",""}, - }; - }else if("0030".equals(phaseNo)){ - sButtons = new String[][]{ - {"true","","Button","付款结果回盘","付款结果回盘","cmb_tp_callback()","","","","btn_icon_delete",""}, - }; + {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""} + }; }else{ sButtons = new String[][]{ // {"true","","Button","保存","保存","as_save(0,'setColRequired()')","","","","btn_icon_saveNew",""}, // {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""}, // {"true","","Button","导出付款明细","导出付款明细","createFundIncomeExcel()","","","","btn_icon_up",""}, }; + } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>