罚息减免优化修改

This commit is contained in:
zhangyanbo 2024-11-26 09:14:54 +08:00
parent 499cfe461d
commit c8a3e19544
2 changed files with 5 additions and 4 deletions

View File

@ -28,13 +28,13 @@
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script type="text/javascript">
function createPenaltyAdjust(){
var planIDs = getItemValueArray(0,"ID")+"";
if(planIDs == ""){
var planIDs = getItemValueArray(0,"ID")+","+TablePage.getCheckedItemValueArrayWithOtherPage("ID",s_c_p[0]);
if(planIDs == ","){
alert("请选中一行数据!");
return;
}
var overPenaltys = getItemValueArray(0,"PENALTY_OVER")+"";
var planLists = getItemValueArray(0,"PLAN_LIST")+"";
var overPenaltys = getItemValueArray(0,"PENALTY_OVER")+","+TablePage.getCheckedItemValueArrayWithOtherPage("PENALTY_OVER",s_c_p[0]);
var planLists = getItemValueArray(0,"PLAN_LIST")+","+TablePage.getCheckedItemValueArrayWithOtherPage("PLAN_LIST",s_c_p[0]);
planIDs = planIDs.replace(/,/ig,"@");
overPenaltys = overPenaltys.replace(/,/ig,"@");
var sReturn = AsControl.RunJsp("/Tenwa/Lease/Flow/Rent/PenaltyReduction/CheckPlanOverMoney.jsp","planIDs="+planIDs+"&flowunid=<%=flowunid%>&overPenaltys="+overPenaltys);

View File

@ -0,0 +1 @@
-- 罚息减免流程,结束阶段,发起脚本增加:+!基础操作.网银收款租金计划保存状态(#ObjectNo)