From 4232c5d4e8a8da1148c7923a522cb0a75167823d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 29 Apr 2024 15:48:11 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99?= =?UTF-8?q?=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99/=E0=B8=84?= =?UTF-8?q?=E0=B9=88=E0=B8=B2=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87=20=3D>?= =?UTF-8?q?=20Step=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/Command/step04.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/13_salary/components/Command/step04.vue b/src/modules/13_salary/components/Command/step04.vue index d0639fb20..a2f14acbc 100644 --- a/src/modules/13_salary/components/Command/step04.vue +++ b/src/modules/13_salary/components/Command/step04.vue @@ -103,7 +103,9 @@ const attachmentUploadStatus = computed(() => { const genReportStatus = computed(() => { return code.value == "c-pm-33" || code.value == "c-pm-34" || - code.value == "c-pm-35" + code.value == "c-pm-35" || + code.value == "c-pm-36" || + code.value == "c-pm-37" ? true : false; });