123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <template>
- <div id="app" v-cloak>
- <div class="app-main">
- <div class="app-main-zhunbeixuanzhuan">
- <div class="app-main-xuanzhuan">
- <div class="search clear">
- <el-date-picker
- v-model="date"
- class="fr picker"
- :size="'small'"
- :editable="false"
- :clearable="false"
- value-format="yyyy-MM-dd"
- format="yyyy-MM-dd"
- type="date"
- align="right"
- placeholder="选择日期"
- :picker-options="{
- disabledDate(time) {
- return time.getTime() > Date.now();
- }
- }"
- >
- </el-date-picker>
- </div>
- <h3>平台业绩报表</h3>
- <el-row class="myul">
- <el-col style="margin-bottom:20px">
- <wanyu-report :date="date" />
- </el-col>
- </el-row>
- <!-- 24 -->
- <h3>公司业绩报表</h3>
- <el-row :gutter="10">
- <el-col style="margin-bottom:20px" :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
- <department-report companyNo="GS2302231125079621" :date="date" />
- </el-col>
- <el-col style="margin-bottom:20px" :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
- <department-report companyNo="GS2302231124114965" :date="date" />
- </el-col>
- <el-col style="margin-bottom:20px" :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
- <department-report companyNo="GS2302231323386950" :date="date" />
- </el-col>
- <el-col style="margin-bottom:20px" :xs="24" :sm="12" :md="12" :lg="12" :xl="6">
- <department-report companyNo="GS2203161855277894" :date="date" />
- </el-col>
- </el-row>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import asyncRequest from "@/api/index"
- // import config from "@/config"
- import { getParameterByName } from "../utils/auth"
- export default {
- name:'report',
- data() {
- return {
- date: ""
- };
- },
- async created() {
- this.date = this.transformTime();
- const { search } = window.location
- if(search.indexOf('?') !== -1){
- const query = {}
- search.split('?')[1].split('&').forEach(item => {
- const [key,value] = item.split('=')
- query[key] = value
- })
- }
- },
- async mounted(){
- const result = asyncRequest.userinfo({code:getParameterByName('code')})
- alert(JSON.stringify(result))
- },
- methods: {
- transformTime() {
- let time = new Date();
- let y = time.getFullYear();
- let M = time.getMonth() + 1;
- let d = time.getDate();
- return y + "-" + (M < 10 ? "0" + M : M) + "-" + (d < 10 ? "0" + d : d);
- },
- }
- };
- </script>
- <style lang="scss">
- @mixin layout-dev {
- position: fixed;
- width: 100%;
- height: 100%;
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- overflow-y: auto
- }
- html {
- @include layout-dev;
- body {
- @include layout-dev;
- text-align: left;
- }
- .clear::after,
- .clear::before {
- content: "";
- display: block;
- clear: both;
- }
- #app {
- @include layout-dev;
- padding: 0;
- .app-main {
- width: 100%;
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- .app-main-zhunbeixuanzhuan {
- position: relative;
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- .app-main-xuanzhuan {
- position: absolute;
- width: 100%;
- height: 100%;
- // bottom: 0px;
- box-sizing: border-box;
- padding: 16px;
- }
- }
- .search {
- position: relative;
- padding: 0 0 12px 0;
- }
- .shengxia {
- float: left;
- height: 33px;
- line-height: 32px;
- width: calc(100% - 122px);
- }
- .picker{
- width: 112px;
- }
- .fr {
- float: right;
- }
- .fr.my-fr {
- width: 112px;
- line-height: 32px;
- text-align: right;
- i {
- font-size: 17px;
- height: 32px;
- line-height: 32px;
- color: #606266;
- display: inline-block;
- vertical-align: top;
- }
- span {
- display: inline-block;
- vertical-align: top;
- color: #606266;
- font-size: 14px;
- padding: 0 0 0 5px;
- }
- }
- .title {
- text-align: center;
- padding: 0 0 8px 0;
- }
- .el-table .el-table__header-wrapper table thead tr th {
- background: #f5f7fa !important;
- }
- .el-date-editor.fr.el-input.el-input--small.el-input--prefix.el-input--suffix.el-date-editor--date {
- .el-input__inner {
- padding-right: 0 !important;
- }
- }
- .el-drawer__wrapper {
- #el-drawer__title {
- margin: 0 !important;
- display: none !important;
- }
- .el-drawer__body {
- .demo-drawer__content_header {
- padding: 20px 20px 0 !important;
- font-size: 16px !important;
- color: #72767b !important;
- }
- ul.demo-drawer__content_body {
- width: 100% !important;
- box-sizing: border-box !important;
- li {
- height: 23px !important;
- line-height: 23px !important;
- font-size: 14px !important;
- color: #72767b !important;
- box-sizing: border-box !important;
- }
- li.active_e {
- height: 23px !important;
- line-height: 23px !important;
- color: #409eff !important;
- font-size: 14px !important;
- box-sizing: border-box !important;
- }
- }
- }
- }
- .myul {
- position: relative;
- list-style-type: none;
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- width: 100%;
- .myli {
- position: relative;
- list-style-type: none;
- padding: 0;
- margin: 0;
- width: 100%;
- }
- }
- .el-table .warning-row {
- background: #f5f7fa !important;
- // background: oldlace !important;
- }
- .el-table .success-row {
- background: #f0f9eb !important;
- }
- }
- }
- }
- </style>
|