@@ -436,3 +436,10 @@ if (typeof constData == "undefined") {
_ajax(_opt);
};
})(jQuery);
+
+/**
+ * 显示总记录数
+ */
+function showTotalRecord(data) {
+ $("#totalRecord").html("共"+data.responseJSON.total+"条记录");
+}