snow 1 gadu atpakaļ
vecāks
revīzija
811f788a2e

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.fe3d6dfb.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.46fe8b0b.js


BIN
dist/static/js/app.46fe8b0b.js.gz


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.7dd31591.js


BIN
dist/static/js/app.7dd31591.js.gz


+ 3 - 2
src/components/newResults/company-month.vue

@@ -42,7 +42,7 @@
           </template>
         </el-table-column>
 
-        <!-- <template v-if="costField"> -->
+        <template v-if="costField">
           <el-table-column label="毛利目标" align="center" min-width="115px">
             <template slot-scope="scope">
               {{  costField ? unit2TenThousand(scope.row.cost_tips, isTenThound) : '***' }}
@@ -55,6 +55,8 @@
               </div>
             </template>
           </el-table-column>
+        </template>
+
           <el-table-column label="毛利完成%" align="center" min-width="95px">
             <template slot-scope="scope">
               <div :style="getCurrentRateStyle(scope.row.cost_rate, scope.row.month)">
@@ -62,7 +64,6 @@
               </div>
             </template>
           </el-table-column>
-        <!-- </template> -->
       </el-table>
       <div style="height:100px"></div>
     </el-row>

+ 4 - 2
src/components/newResults/company.vue

@@ -78,7 +78,7 @@
           </el-table-column>
 
 
-          <!-- <template v-if="costField"> -->
+          <template v-if="costField">
             <el-table-column label="毛利目标" align="center" min-width="90px">
               <template slot-scope="scope">
                 {{ costField ? unit2TenThousand(scope.row.cost_tips, isTenThound) : '***' }}
@@ -92,6 +92,7 @@
                 </div>
               </template>
             </el-table-column>
+            </template>
 
 
             <el-table-column label="毛利完成%" align="center" min-width="85px">
@@ -102,6 +103,7 @@
               </template>
             </el-table-column>
 
+          <template v-if="costField">
             <el-table-column label="成本合计" align="center" min-width="125px">
               <template slot-scope="scope">
                 <div style="display:flex;justify-content:center" v-if="costField">
@@ -130,7 +132,7 @@
                 <!-- </div> -->
               </template>
             </el-table-column>
-          <!-- </template> -->
+          </template>
       </el-table>
     </el-row>
 

+ 3 - 1
src/components/newResults/department.vue

@@ -100,7 +100,8 @@
           </template>
         </el-table-column>
 
-        <el-table-column label="当月成本" align="center" min-width="120px">
+       <template v-if="costField">
+         <el-table-column label="当月成本" align="center" min-width="120px">
           <template slot-scope="scope">
             <div style="display:flex;justify-content:center;align-items:center"  v-if="costField">
               {{
@@ -145,6 +146,7 @@
             <p v-else>***</p>
           </template>
         </el-table-column>
+       </template>
       </el-table>
     </el-row>
 

+ 2 - 2
src/pages/newResultsInfo.vue

@@ -103,7 +103,7 @@ export default {
       const code = getParameterByName('code')
       const result = await userRequest.userinfo({ ...(openid ? { openid } : { code }) })
 
-//  const result = {
+//    const result = {
 //           "code": 0,
 //           "message": "获取成功",
 //           "data": {
@@ -120,7 +120,7 @@ export default {
 //             "status": "1",
 //             "id": "8",
 //             "companyArr": [
-//               {"companyNo": "GS2302231125079621", "companyName": "北京百辰荣达国际科贸有限公司", "info": [1, 2, 6]}, 
+//               {"companyNo": "GS2302231125079621","companyName": "北京百辰荣达国际科贸有限公司", "info": [1, 2, 6]}, 
 //               {"companyNo": "GS2302231323386950","companyName": "北京泓源广诚国际商贸有限公司", "info": [1, 2, 6]}, 
 //               {"companyNo": "GS2203161855277894","companyName": "北京万宇恒通国际科贸有限公司", "info": [1, 2, 6]},
 //               {"companyNo": "GS2304031312553746","companyName": "北京锦兴弘昌科技有限公司",  "info": [1, 2, 6]}, 

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels