时间:2021-07-01 10:21:17 帮助过:44人阅读
有弹框方式:
$("#addClass").click(function(){ var diag = new top.Dialog(); diag.Drag=true; diag.Title ="班组新增"; diag.URL = "${ctx}/businessClass/add"; diag.Width = 490; diag.Height =300; diag.CancelEvent = function(){ //关闭事件 diag.close(); }; diag.show(); });
/** *查看批次详情 */ function cusBatchDetail(postBatchno){ var url = "${ctx}/post/cusBatchDetail?postBatchno="+postBatchno; window.location.href=url; }
< 上一篇
htmlinput输入限制_html/css_WEB-ITnose
下一篇 >
收藏几个漂亮的login页面验证_html/css_WEB-ITnose
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册