产品复制改为复制选中的行

This commit is contained in:
zhouyahui 2018-06-30 16:14:01 +08:00
parent 3316a93263
commit 6b3a4571a8

View File

@ -56,7 +56,7 @@
//·¾¶
var sUrl = "/ProductManage/ProductConfig/CopyProductCatalogInfo.jsp";
//´«²Î
var sParam = "ProductId="+getItemValue(0,0,"TypeNo");
var sParam = "ProductId="+getItemValue(0,getRow(),"TypeNo");
AsDialog.PopView(sUrl,sParam,"dialogWidth=320px;dialogHeight=200px;status:no;center:yes;help:no;minimize:no;maximize:no;border:thin;statusbar:no",function(){
reloadSelf();
parent.reloadSelf();