加了一个返回
This commit is contained in:
parent
8db1ce75b7
commit
f1c21e4f7f
@ -36,7 +36,7 @@
|
||||
<script type="text/javascript">
|
||||
function save(){
|
||||
setItemValue(0,0,"sPara","<%=sflowunid%>");
|
||||
as_save(0);
|
||||
as_save(0,"returnList()");
|
||||
}
|
||||
function returnList(){
|
||||
<%-- var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp";
|
||||
|
||||
@ -45,6 +45,7 @@ public class DistributorAccountTempToFormalBusiness extends BaseBussiness {
|
||||
toCondtion.clear();
|
||||
toCondtion.put("distributor_id", dsatlst.get(0).getAttribute("distributor_id").getString());
|
||||
DataOperatorUtil.copyJBOSet(DISTRIBUTOR_ACCOUNT_TEMP.CLASS_NAME, fromCondtion, DISTRIBUTOR_ACCOUNT.CLASS_NAME, toCondtion, null, null, Sqlca);
|
||||
|
||||
}
|
||||
String sMessage="true";
|
||||
return sMessage;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user