摘要:
@model MVCEasyUI.Models.Sale.PageResult @{ ViewBag.Title = "AddSaleOrder";} @Model.ResultName 添加一... 阅读全文
摘要:
function addTab(title, url) { if ($('#tableContainer').tabs('exists', title)) { $('#tableContainer').tabs('select', title); }... 阅读全文
摘要:
在添加完之后,可以使用 $.parser.parse();这个方法进行处理:(1) 对整个页面重新渲染: $.parser.parse(); (2) 渲染某个特定的objectvar targetObj = $("").appendTo("#id");$.parser.parse(targetO... 阅读全文
摘要:
north region west content east region south region 阅读全文
摘要:
public int BulkCopyTaskData( string dbTableName, DataTable dt) { int c = 0; if (dt != null && dt.Rows.Count > 0) ... 阅读全文