实际付款
This commit is contained in:
parent
7fa705fbab
commit
90cd3db06c
@ -39,7 +39,7 @@ function teaming(){
|
||||
return;
|
||||
}
|
||||
if(distributor_status=='distributor_status04'){
|
||||
aler("提示:改经销商已经是合同中,请不要重复维护!");
|
||||
alert("提示:改经销商已经是合同中,请不要重复维护!");
|
||||
//AsDebug.showMessage("提示:","改经销商已经是合同中,请不要重复维护!", "", "", true);
|
||||
return;
|
||||
}
|
||||
|
||||
@ -17,6 +17,8 @@
|
||||
var feeTypes = "";
|
||||
var allPayMoney = 0;
|
||||
var equipAmtIDs = "";
|
||||
var payment_number="";
|
||||
var contract_id="";
|
||||
for(var i=0;i<sReturn.length;i++){
|
||||
if(sReturn[i].length == 0){
|
||||
continue;
|
||||
@ -29,6 +31,8 @@
|
||||
equipAmtIDs += "@" + sReturn[i].split("@")[0];
|
||||
}
|
||||
allPayMoney = eval(allPayMoney + "+" + sReturn[i].split("@")[4]);
|
||||
payment_number=sReturn[i].split("@")[5];
|
||||
contract_id=sReturn[i].split("@")[6];
|
||||
}
|
||||
if("" != equipAmtIDs){
|
||||
equipAmtIDs = equipAmtIDs.substring(1);
|
||||
@ -37,7 +41,7 @@
|
||||
}
|
||||
allPayMoney = allPayMoney.toFixed(2);
|
||||
var projectName = '<%=CurUser.getUserName()+"ÔÚ"+new SimpleDateFormat("yyyyÄêMMÔÂddÈÕ").format(new java.util.Date())+"ÉêÇ븶¿î:"%>'+allPayMoney+'Ôª';
|
||||
var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
|
||||
var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>,payment_number="+payment_number+",ContractId="+contract_id;
|
||||
sParams =sParams+",ProjectName="+projectName+",payIds="+payIds+",feeTypes="+feeTypes+",planIds="+planIds+",planLists="+planLists;
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams);
|
||||
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user