中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-14 3789a81eb0f5923a223cf41c46835e1b9031f61d
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;