经销商变更

This commit is contained in:
58261 2018-10-15 14:59:22 +08:00
parent 5cd6e3b955
commit f4ac8dbf71

View File

@ -32,7 +32,7 @@
dwTemp.Style="1"; //--设置为Grid风格--
//dwTemp.ReadOnly = "1"; //只读模式
dwTemp.setPageSize(20);
dwTemp.genHTMLObjectWindow(distributor_no);
dwTemp.genHTMLObjectWindow(sFlowUnid);
String temp = "true";
if("0020".equals(PhaseNo)){
@ -61,11 +61,10 @@
<script type="text/javascript">
function newRecord(){
var sUrl = "/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorSubsidiaryInfoForChange.jsp";
var sPara ="<%=UUIDUtil.getUUID()%>";
var flowunid="<%=sFlowUnid%>";
var distributorId="<%=distributorId%>";
/* AsControl.OpenView(sUrl,'','_self',''); */
AsDialog.PopView(sUrl,"id="+sPara+'&flowunid='+flowunid+'&distributorId='+distributorId,"dialogWidth=1100px;dialogHeight=300px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){
AsDialog.PopView(sUrl,'flowunid='+flowunid+'&distributorId='+distributorId,"dialogWidth=1100px;dialogHeight=300px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){
reloadSelf();
},"新增");