ออกคำสั่งเลื่อนเงินเดือน/ค่าจ้าง => Step 4

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-29 15:48:11 +07:00
parent a1f06ed7fa
commit 4232c5d4e8

View file

@ -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;
});