snow 1 gadu atpakaļ
vecāks
revīzija
6cbd883001

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.41e01d50.css


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


BIN
dist/static/js/app.71050dc8.js.gz


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


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


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

@@ -201,16 +201,16 @@ export default {
   methods: {
     unit2TenThousand,
     getCurrentRateStyle(current) {
-      const days = dayjs().daysInMonth();
+      const days = dayjs(this.daytime).daysInMonth();
       const oneDay = Number(division(100, days)).toFixed(2);
-      const currentDay = dayjs().date();
+      const currentDay = dayjs(this.daytime).date();
       const currentTotalTip = Number(multiplication(currentDay, oneDay)).toFixed(2);
       return Number(currentTotalTip) > Number(current) ? 'color:red' : ''
     },
     getCurrentValueStyle(current, total) {
-      const days = dayjs().daysInMonth();
+      const days = dayjs(this.daytime).daysInMonth();
       const oneDay = Number(division(total, days)).toFixed(2);
-      const currentDay = dayjs().date();
+      const currentDay = dayjs(this.daytime).date();
       const currentTotalTip = Number(multiplication(currentDay, oneDay)).toFixed(2);
       return Number(currentTotalTip) > Number(current) ? 'color: red' : '';
     },

+ 4 - 4
src/components/newResults/department.vue

@@ -217,16 +217,16 @@ export default {
       if (label.indexOf('成本') !== -1) return "bg__warning_1"
     },
     getCurrentRateStyle(current) {
-      const days = dayjs().daysInMonth();
+      const days = dayjs(this.daytime).daysInMonth();
       const oneDay = Number(division(100, days)).toFixed(2);
-      const currentDay = dayjs().date();
+      const currentDay = dayjs(this.daytime).date();
       const currentTotalTip = Number(multiplication(currentDay, oneDay)).toFixed(2);
       return Number(currentTotalTip) > Number(current) ? 'color:red' : ''
     },
     getCurrentValueStyle(current, total) {
-      const days = dayjs().daysInMonth();
+      const days = dayjs(this.daytime).daysInMonth();
       const oneDay = Number(division(total, days)).toFixed(2);
-      const currentDay = dayjs().date();
+      const currentDay = dayjs(this.daytime).date();
       const currentTotalTip = Number(multiplication(currentDay, oneDay)).toFixed(2);
       return Number(currentTotalTip) > Number(current) ? 'color: red' : '';
     },

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