Quellcode durchsuchen

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

ld_zhoutl vor 8 Jahren
Ursprung
Commit
d23392937a

+ 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+"条记录");
+}