diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp index d94f3bf56..5325c78e9 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp @@ -80,30 +80,63 @@ String[][] sButtons = null; if("ReadOnly".equals(rightType)){ sButtons = new String[][]{ - }; + }; }else if("0010".equals(phaseNo)){ sButtons = new String[][]{ - /* {"true","","Button","保存","保存","as_save(0,'setColRequired()')","","","","btn_icon_saveNew",""}, - {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_detail",""}, */ - {"true","","Button","删除","删除","doDelete()","","","","btn_icon_delete",""}, }; + {"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","批量修改","批量修改","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",""}, + }; }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"%>