参数

1.

$("#statusew").val("1");

2.提示:

$.messager.alert('提示','请选择一本书籍','info');

3.打开div,并加标题。

 $('#dllg').dialog('open').dialog('center').dialog('setTitle',

'还书记录');

4.datagrid方法时 -数据列表- 事件下加

{

field : 'borrwDate',

title : '借书时间',

width : 140,

formatter : function(value, row, index) {

return new Date(value).Format("yyyy-MM-dd HH:mm:ss");

}

},

5.html-界面-隐藏控件

 <tr type="hidden"></tr>

原文地址:https://www.cnblogs.com/liujxbky/p/7550032.html