From 824462e07025b3032f92603e7d5e7b26ceab5b72 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 18 九月 2022 20:03:50 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/common.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 5802c8e..8f52fd8 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -22,6 +22,10 @@
return typeof obj == "undefined" || obj == null || obj === "";
}
+function emptyShow(d) {
+ return isEmpty(d)?"--":d;
+}
+
function eq(o1, o2) {
if (!isEmpty(o1) && !isEmpty(o2)) {
return o1===o2;
@@ -256,4 +260,4 @@
var popupRight;
-var matnrByLocStatis;
+var cstmrByMore;
--
Gitblit v1.9.1