|
|
@@ -0,0 +1,384 @@
|
|
|
+<style>
|
|
|
+ .fl{
|
|
|
+ float:left;
|
|
|
+ }
|
|
|
+ .fr{
|
|
|
+ float:right;
|
|
|
+ }
|
|
|
+
|
|
|
+ #rootStats .fullscreen{
|
|
|
+ padding: 0 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #rootStats .fullscreen .title span{
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom:10px;
|
|
|
+ color:#333;
|
|
|
+ }
|
|
|
+ #rootStats .form-group{
|
|
|
+ margin-bottom:10px;
|
|
|
+ }
|
|
|
+ #rootStats .col-sm-6,#rootStats .col-sm-8{
|
|
|
+ padding-right:0;
|
|
|
+ }
|
|
|
+ #rootStats .col-sm-6,#rootStats .col-sm-4{
|
|
|
+ padding-left:0;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*搜索时间筛选 start*/
|
|
|
+ #rootStats .screen {
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ left: 175px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ margin-right:10px;
|
|
|
+ width:750px;
|
|
|
+ }
|
|
|
+ #rootStats .com-check-radio{
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 32px;
|
|
|
+ margin-right: 10px;
|
|
|
+ cursor:pointer;
|
|
|
+ }
|
|
|
+ #rootStats .screen .sreach .date{
|
|
|
+ margin:0 20px;
|
|
|
+ }
|
|
|
+ #rootStats .screen .sreach .date input{
|
|
|
+ width: 117px;
|
|
|
+ text-align: left;
|
|
|
+ border: 1px solid #5078cb;
|
|
|
+ }
|
|
|
+ #rootStats .screen .sreach .date input:hover{
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ #rootStats .screen .sreach .date strong{
|
|
|
+ float: left;
|
|
|
+ line-height: 32px;
|
|
|
+ color: #999;
|
|
|
+ margin: 0 5px;
|
|
|
+ }
|
|
|
+ #rootStats .data-input{
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ #rootStats .data-input button.open{
|
|
|
+ position: absolute;
|
|
|
+ right: 1px;
|
|
|
+ top: 1px;
|
|
|
+ width: 20px;
|
|
|
+ height: 30px;
|
|
|
+ background: url('static/img/user/images/xiala.png') right no-repeat #fff !important;
|
|
|
+ background-position-x: 100% !important;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ #rootStats .screen .sreach .date input.form-control{
|
|
|
+ padding: 6px 6px;
|
|
|
+ border-radius: 2px;
|
|
|
+ height:32px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<div class="row-fluid sortable" id="rootStats">
|
|
|
+ <div class="box">
|
|
|
+ <div class="box-header well" data-original-title>
|
|
|
+ <i class="icon-user"></i> 信息统计
|
|
|
+ </div>
|
|
|
+ <div class="box-content row">
|
|
|
+ <div class="fullscreen">
|
|
|
+ <div class="col-sm-4 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">经营目标统计:</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">注册总数量:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start28 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">当月注册总量:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start29 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">上月注册总量:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start30 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">商城开店总数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start24 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">商城本月开店数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start25 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">商城上月开店总数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start26 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">本年度交易总额折合(RMB):</span>
|
|
|
+ <span class="col-sm-6">¥
|
|
|
+ <span ng-bind="start17 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">上年度交易总额折合(RMB):</span>
|
|
|
+ <span class="col-sm-6">¥
|
|
|
+ <span ng-bind="start16 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <!--<div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">企业信息库总数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="statistics.sumPriceRMBNT | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>-->
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">优软云个人用户数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start27 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">手机UU用户数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start31 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-4 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">器件信息统计:</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">当前器件总数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start4 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">本月新增器件数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start5 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">上月新增器件数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start6 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">当前品牌数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start2 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">本月新增品牌数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start7 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">当前类目总数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start8 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">本月更新器件数:</span>
|
|
|
+ <span class="col-sm-6">
|
|
|
+ <span ng-bind="start9 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <!--<div class="form-group row">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">商城本月开店数:</span>-->
|
|
|
+ <!--<span class="col-sm-5 text-num">-->
|
|
|
+ <!--<span ng-bind="statistics.sumPriceRMB | number"></span>-->
|
|
|
+ <!--</span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-4 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">在售商品统计:</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">在售商品型号总数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start13 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">在售商品类目:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start12 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">在售商品品牌总数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start11 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">库存合计:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="start10 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">含税金额合计(RMB):</span>
|
|
|
+ <span class="col-sm-6 text-num">¥
|
|
|
+ <span ng-bind="start14 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">未税金额合计(RMB):</span>
|
|
|
+ <span class="col-sm-6 text-num">¥
|
|
|
+ <span ng-bind="start15 | number"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--<div class="form-group row">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">商城本月开店数:</span>-->
|
|
|
+ <!--<span class="col-sm-5 text-num">-->
|
|
|
+ <!--<span ng-bind="statistics.sumPriceRMB | number"></span>-->
|
|
|
+ <!--</span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="box" style="height:350px">
|
|
|
+ <div class="box-header well" data-original-title style="position:relative;">
|
|
|
+ <i class="icon-user"></i> 更多数据统计
|
|
|
+ <!--搜索时间筛选-->
|
|
|
+ <div class="screen">
|
|
|
+ <div class="radio-block fl">
|
|
|
+ 日期区间:
|
|
|
+ <label class="com-check-radio">
|
|
|
+ <input type="radio" id="oneMonth" name="date" ng-click="setFilters('dateArea', 'oneMonth')" ng-checked="dateArea == 'oneMonth'">
|
|
|
+ <label for="oneMonth"></label>
|
|
|
+ 一个月
|
|
|
+ </label>
|
|
|
+ <label class="com-check-radio">
|
|
|
+ <input type="radio" id="threeMonth" name="date" ng-click="setFilters('dateArea', 'threeMonth')" ng-checked="dateArea == 'threeMonth'">
|
|
|
+ <label for="threeMonth"></label>
|
|
|
+ 三个月
|
|
|
+ </label>
|
|
|
+ <label class="com-check-radio">
|
|
|
+ <input type="radio" id="sixMonth" name="date" ng-click="setFilters('dateArea', 'sixMonth')" ng-checked="dateArea == 'sixMonth'">
|
|
|
+ <label for="sixMonth"></label>
|
|
|
+ 六个月
|
|
|
+ </label>
|
|
|
+ <label class="com-check-radio">
|
|
|
+ <input type="radio" id="autoMonth" name="date" ng-click="setFilters('dateArea', 'autoMonth')" ng-checked="dateArea == 'autoMonth'">
|
|
|
+ <label for="autoMonth"></label>
|
|
|
+ 自定义
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ <div class="sreach fr">
|
|
|
+ <div ng-show="dateArea == 'autoMonth'" class="date fl">
|
|
|
+ <div class="data-input">
|
|
|
+ <input id="start" type="text" ng-model="startDate" readonly="readonly"
|
|
|
+ class="form-control select-adder" placeholder="起始时间"
|
|
|
+ datepicker-popup="yyyy-MM-dd"
|
|
|
+ is-open="condition[0].open"
|
|
|
+ current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
+ datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
+ ng-click="openDatePicker($event, condition, 0,1)"
|
|
|
+ ng-change="onDateCondition(1)"/>
|
|
|
+ <button class="open" ng-click="openDatePicker($event, condition, 0)"></button>
|
|
|
+ </div>
|
|
|
+ <strong>–</strong>
|
|
|
+ <div class="data-input">
|
|
|
+ <input id="end" type="text" ng-model="endDate" readonly="readonly"
|
|
|
+ class="form-control select-adder" placeholder="结束时间"
|
|
|
+ datepicker-popup="yyyy-MM-dd"
|
|
|
+ is-open="condition[1].open"
|
|
|
+ current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
+ datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
+ ng-click="openDatePicker($event, condition, 1, 2)"
|
|
|
+ ng-change="onDateCondition(2)"/>
|
|
|
+ <button class="open" ng-click="openDatePicker($event, condition, 1)"></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="box-content row">
|
|
|
+ <div class="fullscreen">
|
|
|
+ <div class="col-sm-2 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-8 text-right">新增用户数:</span>
|
|
|
+ <span class="col-sm-4" ng-bind="(newAddUserSpaceData.b2b + newAddUserSpaceData.mall + newAddUserData.mall) | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-8 text-right">B2B新增用户数:</span>
|
|
|
+ <span class="col-sm-4" ng-bind="newAddUserSpaceData.b2b | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-8 text-right">商城新增企业用户数:</span>
|
|
|
+ <span class="col-sm-4" ng-bind="newAddUserSpaceData.mall | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-8 text-right">商城新增个人用户数:</span>
|
|
|
+ <span class="col-sm-4" ng-bind="newAddUserData.mall | number"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--<div class="col-sm-2 f14">-->
|
|
|
+ <!--<div class="form-group row title">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">在线用户数:</span>-->
|
|
|
+ <!--<span class="col-sm-6" ng-bind="statistics.codes | number"></span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div class="form-group row">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">已开店企业用户数:</span>-->
|
|
|
+ <!--<span class="col-sm-6" ng-bind="statistics.codes | number"></span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div class="form-group row">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">未开店企业用户数:</span>-->
|
|
|
+ <!--<span class="col-sm-6" ng-bind="statistics.kinds | number"></span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div class="form-group row">-->
|
|
|
+ <!--<span class="col-sm-6 text-right">个人用户数:</span>-->
|
|
|
+ <!--<span class="col-sm-6" ng-bind="statistics.brands | number"></span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <div class="col-sm-2 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">上传产品用户数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="productsCount.productUserAmout | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">上传产品个数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="productsCount.productAmout | number"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-2 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">询价用户数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="inquiryData.inquiryUserAmount | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">询价产品个数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="inquiryData.inquiryAmount | number"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-2 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">报价用户数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="inquiryData.offerAmount | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">报价产品个数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="inquiryData.offerEnAmount | number"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-2 f14">
|
|
|
+ <div class="form-group row title">
|
|
|
+ <span class="col-sm-6 text-right">流失用户数:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="(monthLogoData.month6 + monthLogoData.month12 + monthLogoData.month24) | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">半年未登录:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month6 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">一年未登录:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month12 | number"></span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group row">
|
|
|
+ <span class="col-sm-6 text-right">两年未登录:</span>
|
|
|
+ <span class="col-sm-6" ng-bind="monthLogoData.month24 | number"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|