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