From 36a30a262c16b6c37be7d1817c46d6693a324cc4 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 19 十二月 2024 13:15:57 +0800
Subject: [PATCH] 完成管理评审搬迁

---
 src/components/do/b3-work-time-management/work-time-statistics.vue |   87 ++++++++++++++++++++++---------------------
 1 files changed, 44 insertions(+), 43 deletions(-)

diff --git a/src/components/do/b3-work-time-management/work-time-statistics.vue b/src/components/do/b3-work-time-management/work-time-statistics.vue
index 3b873af..29a8650 100644
--- a/src/components/do/b3-work-time-management/work-time-statistics.vue
+++ b/src/components/do/b3-work-time-management/work-time-statistics.vue
@@ -56,11 +56,12 @@
     </div>
     <div class="table">
       <ValueTable ref="ValueTable0"
-        v-if="currentTable == 'value0'"
+        v-if="currentTable == 'value0'" :isColumnWidth="true"
+                  :isShowZero="true"
 				:url="$api.auxiliaryOriginalHours.selectAuxiliaryOriginalHours"
 				:componentData="componentData" :key="upIndex" />
-      <ValueTable ref="ValueTable1"
-        v-if="currentTable == 'value1'"
+      <ValueTable ref="ValueTable1" :isShowZero="true"
+        v-if="currentTable == 'value1'" :isColumnWidth="true"
 				:url="$api.auxiliaryCorrectionHours.selectAuxiliaryCorrectionHours"
         :inputUrl="$api.auxiliaryCorrectionHours.upload"
 				:componentData="componentData0"
@@ -83,48 +84,48 @@
       down:false,
       up:false,
       componentData: {
-					entity: {
-						month: getYearAndMonthAndDays().split('-')[0]+'-'+getYearAndMonthAndDays().split('-')[1],
-						name: null,
-						departLims: null,
-					},
-					isIndex: true,
-					showSelect: false,
-					select: false,
-					do: [],
-					tagField: {},
-					linkEvent: {},
-					selectField: {},
-					requiredAdd: [],
-					requiredUp: [],
-          accept:聽'.xlsx',
-          inputType:聽'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
-          cellSpecialStyle:{
-            redColorByKey:'Hours'
-          }
+        entity: {
+          month: getYearAndMonthAndDays().split('-')[0]+'-'+getYearAndMonthAndDays().split('-')[1],
+          name: null,
+          departLims: null,
+        },
+        isIndex: true,
+        showSelect: false,
+        select: false,
+        do: [],
+        tagField: {},
+        linkEvent: {},
+        selectField: {},
+        requiredAdd: [],
+        requiredUp: [],
+        accept:聽'.xlsx',
+        inputType:聽'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
+        cellSpecialStyle:{
+          redColorByKey:'Hours'
+        },
 			},
       componentData0: {
-					entity: {
-						month: getYearAndMonthAndDays().split('-')[0]+'-'+getYearAndMonthAndDays().split('-')[1],
-						name: null,
-						departLims: null,
-						orderBy: {
-							field: 'id',
-							order: 'desc'
-						}
-					},
-					isIndex: true,
-					showSelect: false,
-					select: false,
-					do: [],
-					tagField: {},
-					linkEvent: {
-						},
-					selectField: {},
-					requiredAdd: [],
-					requiredUp: [],
-          accept:聽'.xlsx',
-          inputType:聽'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
+        entity: {
+          month: getYearAndMonthAndDays().split('-')[0]+'-'+getYearAndMonthAndDays().split('-')[1],
+          name: null,
+          departLims: null,
+          orderBy: {
+            field: 'id',
+            order: 'desc'
+          }
+        },
+        isIndex: true,
+        showSelect: false,
+        select: false,
+        do: [],
+        tagField: {},
+        linkEvent: {
+        },
+        selectField: {},
+        requiredAdd: [],
+        requiredUp: [],
+        accept:聽'.xlsx',
+        inputType:聽'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
 			},
       entity:{
         month:getYearAndMonthAndDays(),

--
Gitblit v1.9.3