中扬CRM客户关系管理系统
#
LSH
2023-12-02 afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4
src/main/webapp/views/companyTarget/personTarget.html
@@ -64,6 +64,16 @@
    {{d.target}}万元
</script>
<script type="text/html" id="completeTmp">
    {{# if( d.complete === '0'){ }}
    0
    {{# }else if(d.complete === null){ }}
    0
    {{# }else { }}
    {{d.complete}}万元
    {{# } }}
</script>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>