puzhibing
2023-12-08 a1e80d905fd38f6ead484396b788fe19b0a3d7d5
cloud-server-management/src/main/webapp/WEB-INF/view/system/dataStatistics/storeIncome.html
@@ -923,6 +923,15 @@
            myChart6.setOption(options, true)
        });
        if($("#objectType").val()==3){
        }else {
            let cCode = $("#cCode").val();
            if(null == cCode || '' == cCode){
                Feng.info("请选择门店");
                return
            }
        }
        var ajax2 = new $ax(Feng.ctxPath + "/data/stuStores", function(data){
            console.log(data)