From 3be9948bd0756e545d27f3b69456f1840fd9febb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 09:08:30 +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