产品增加更新配置按钮
This commit is contained in:
parent
b33225ffc1
commit
55d6719b75
@ -16,10 +16,15 @@
|
||||
{"true","","Button","启动/停用","启动按钮","publishProduct()","","","","btn_icon_power",""},
|
||||
{"true","","Button","产品详情","产品详情","viewProduct()","","","","btn_icon_detail",""},
|
||||
{"true","","Button","删除产品","删除产品","deleteProduct()","","","","btn_icon_delete",""},
|
||||
{"true","","Button","产品相关信息配置","产品相关信息配置","productNodeInfoConfig()","","","","btn_icon_setting",""}
|
||||
{"true","","Button","产品相关信息配置","产品相关信息配置","productNodeInfoConfig()","","","","btn_icon_setting",""},
|
||||
{"true","","Button","更新产品配置","更新产品配置","refreshProduct()","","","","btn_icon_refresh",""}
|
||||
};
|
||||
%>
|
||||
<script type="text/javascript">
|
||||
function refreshProduct() {
|
||||
AsDebug.reloadCacheAll();
|
||||
}
|
||||
|
||||
//发布产品
|
||||
function publishProduct(){
|
||||
var prdId = getItemValue(0, getRow(), "typeno");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user