From 19c9d6fa6eb8cac0898886e1a9508f8a83792f3f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 08 十一月 2022 15:13:40 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 5802c8e..9285287 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,5 @@ -var baseUrl = "/crm"; +// var baseUrl = "/crm"; +var baseUrl = ""; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; @@ -20,6 +21,10 @@ // 闈炵┖鍒ゆ柇 function isEmpty(obj){ return typeof obj == "undefined" || obj == null || obj === ""; +} + +function emptyShow(d) { + return isEmpty(d)?"--":d; } function eq(o1, o2) { @@ -256,4 +261,5 @@ var popupRight; -var matnrByLocStatis; +var cstmrByMore; +var orderByMore; -- Gitblit v1.9.1