浏览代码

git-svn-id: https://192.168.57.71/svn/jsgkj@1367 931142cf-59ea-a443-aa0e-51397b428577

ld_zhoutl 8 年之前
父节点
当前提交
d23392937a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      gkaqv2/trunk/modules/web/src/main/webapp/static/js/common/common.js

+ 7 - 0
gkaqv2/trunk/modules/web/src/main/webapp/static/js/common/common.js

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