合同结束

This commit is contained in:
liuzhao 2018-08-26 17:22:22 +08:00
parent 6bd17f7921
commit eb088d574b
3 changed files with 3 additions and 16 deletions

View File

@ -213,20 +213,9 @@
AsDebug.showMessage("Ìáʾ","²Ù×÷ʧ°Ü","","",true);
}
}else{
contractIds = "";
for(var i in rows){
contractIds += "@"+getItemValue(0,i,"CONTRACT_ID");
}
contractIds = contractIds.substring(1);
var result = RunJavaMethodTrans("com.tenwa.flow.fund.fundcollection.FundIncomeMethod","delTemp","contractIds="+contractIds+",flowunid=<%=flowunid%>,userId=<%=CurUser.getUserID()%>,orgId=<%=CurUser.getOrgID()%>,status=cancel");
if("SUCCESS" == result){
as_delete(0,'updateTemp()');
AsDebug.showMessage("提示","操作成功!","","",true);
reloadSelf();
}else{
AsDebug.showMessage("提示","操作失败","","",true);
}
as_delete(0,'updateTemp()');
AsDebug.showMessage("提示","操作成功!","","",true);
reloadSelf();
}
}
function updateTemp(){

View File

@ -4296,7 +4296,6 @@
<attribute name="customertype" label="customertype" type="STRING"/>
<attribute name="PRODUCT_ID" label="PRODUCT_ID" type="STRING"/>
<attribute name="EACH_RENT" label="EACH_RENT" type="STRING"/>
<attribute name="business_status" label="business_status" type="STRING"/>
</attributes>
<manager>
<managerProperties>

View File

@ -375,7 +375,6 @@ public class FundIncomeMethod {
otherProperty.put("INCOME_ID", bo.getAttribute("ID").getString());
otherProperty.put(LC_FUND_INCOME.EBANK_STATUS, "03");
DataOperatorUtil.copySingleJBO(LC_FUND_INCOME.CLASS_NAME, fromCondition,LC_FUND_INCOME_TEMP.CLASS_NAME, null, otherProperty,tx);
BussinessStatusAndDetailAction.stageRun( tx, userId, contractId, "30");
}
}
Transaction sqlTran = Transaction.createTransaction(tx);