snow 7 months ago
parent
commit
afab9d7765

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.aba7db72.css


BIN
dist/static/css/app.aba7db72.css.gz


BIN
dist/static/css/app.b90fd669.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a8a7a3d5.js


BIN
dist/static/js/app.a8a7a3d5.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.ce88db1b.js


BIN
dist/static/js/app.ce88db1b.js.gz


+ 3 - 4
src/components/newResults/company-bu.vue

@@ -2,14 +2,13 @@
   <div v-loading="loading">
   <div v-loading="loading">
     <div class="search clear" style="align-items: center;;">
     <div class="search clear" style="align-items: center;;">
       <div style="float:left;line-height:30px;display:flex;align-items:center">
       <div style="float:left;line-height:30px;display:flex;align-items:center">
-        <el-tooltip placement="top" width="50px" trigger="hover" content="业务公司">
+        <!-- <el-tooltip placement="top" width="50px" trigger="hover" content="业务公司">
             <i
             <i
               class="el-icon-warning-outline"
               class="el-icon-warning-outline"
               style="font-size:16px;cursor:pointer;;display:inline-block;padding-right: 5px"
               style="font-size:16px;cursor:pointer;;display:inline-block;padding-right: 5px"
             ></i>
             ></i>
-        </el-tooltip>
-
-        <span style="font-size: 15px;">月度完成情况</span>
+        </el-tooltip> -->
+        <span style="font-size: 15px;">业务公司业绩情况</span>
       </div>
       </div>
 
 
       <div style="float:right">
       <div style="float:right">

+ 3 - 5
src/components/newResults/company.vue

@@ -1,15 +1,13 @@
 <template>
 <template>
   <div v-loading="loading">
   <div v-loading="loading">
     <div class="search clear" style="align-items: center;;">
     <div class="search clear" style="align-items: center;;">
-      <el-tooltip placement="top" width="50px" trigger="hover" content="平台公司">
+      <!-- <el-tooltip placement="top" width="50px" trigger="hover" content="平台公司">
             <i
             <i
               class="el-icon-warning-outline"
               class="el-icon-warning-outline"
               style="font-size:16px;cursor:pointer;;display:inline-block;padding-right: 5px"
               style="font-size:16px;cursor:pointer;;display:inline-block;padding-right: 5px"
             ></i>
             ></i>
-        </el-tooltip>
-
-        <span style="font-size: 15px;">月度完成情况</span>
-
+        </el-tooltip> -->
+        <span style="font-size: 15px;">平台公司业绩情况</span>
       <div style="float:right">
       <div style="float:right">
           <!--
           <!--
                     <el-select size="small" style="margin-right:10px;width:150px" v-model="companyNo" @change="requestData"
                     <el-select size="small" style="margin-right:10px;width:150px" v-model="companyNo" @change="requestData"

+ 3 - 3
src/pages/index.vue

@@ -14,15 +14,15 @@ export default {
   data(){
   data(){
     return {
     return {
       routes:[
       routes:[
-        {label:'业绩报表(2024版)', link: '/?path=newResults'},
+        {label:'6.业务公司业绩报表', link: '/?path=newResults'},
         {label:'2.利润看板', link: '/?path=report'},
         {label:'2.利润看板', link: '/?path=report'},
         {label:'3.应收账款', link: '/?path=accountsReceivable'},
         {label:'3.应收账款', link: '/?path=accountsReceivable'},
         {label:'4.订单情况', link: '/?path=newReport'},
         {label:'4.订单情况', link: '/?path=newReport'},
         {label:'5.发货情况', link: '/?path=stock'},
         {label:'5.发货情况', link: '/?path=stock'},
-        {label:'6.库存情况', link:'?path=newStock'},
+        {label:'7.库存情况', link:'?path=newStock'},
         {label:'1.业绩报表(2023版)', link: '/?path=results'},
         {label:'1.业绩报表(2023版)', link: '/?path=results'},
         {label: '测试', link: '/?path=newResultInfo'},
         {label: '测试', link: '/?path=newResultInfo'},
-        {label: '7.预定单报表', link: '/?path=newEarningReport'}
+        {label: '8.结算订单业绩报表', link: '/?path=newEarningReport'}
       ]
       ]
     }
     }
   },
   },

+ 1 - 1
src/pages/newResults.vue

@@ -25,8 +25,8 @@
 
 
 
 
       <div class="container">
       <div class="container">
-        <result-company :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-company-bu :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-company-bu :companies="companies" :isTenThound="isTenThound" :costField="costField" />
+        <result-company :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-department :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-department :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-company-month :companies="companies" :isTenThound="isTenThound" :costField="costField" />
         <result-company-month :companies="companies" :isTenThound="isTenThound" :costField="costField" />
       </div>
       </div>

Some files were not shown because too many files changed in this diff