ออกคำสั่งเลื่อนเงินเดือน/ค่าจ้าง => Step 4
This commit is contained in:
parent
a1f06ed7fa
commit
4232c5d4e8
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ const attachmentUploadStatus = computed(() => {
|
||||||
const genReportStatus = computed(() => {
|
const genReportStatus = computed(() => {
|
||||||
return code.value == "c-pm-33" ||
|
return code.value == "c-pm-33" ||
|
||||||
code.value == "c-pm-34" ||
|
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
|
? true
|
||||||
: false;
|
: false;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue