公会薪资账单 - 增加后台操作薪资类型

This commit is contained in:
2025-07-28 15:54:15 +08:00
parent 7a031af636
commit 4ce64c3aa7
6 changed files with 16 additions and 0 deletions

View File

@@ -159,6 +159,12 @@ function classificationType(type, item) {
case 8:
return langReplace(localLang.bill.text6)
break;
case 9:
return langReplace(localLang.bill.OfficialIncrease)
break;
case 10:
return langReplace(localLang.bill.OfficialDeduction)
break;
default:
return langReplace(localLang.bill.text9)
}

View File

@@ -327,6 +327,8 @@ langAr = {
text10: `قيد المراجعة`,
text11: `تم الإصدار`,
text12: `مرفوض`,
OfficialIncrease:'زيادة الراتب الرسمية',
OfficialDeduction:'خصم الراتب الرسمي'
},
success: {
text1: `التسوية ناجحة`,

View File

@@ -325,6 +325,8 @@ langBr = {
text11: `Emitido`,
text12: `Rejeitado`,
text13: ``,
OfficialIncrease:'Aumento salarial oficial',
OfficialDeduction:'Dedução salarial oficial'
},
success: {
text1: `Liquidação bem-sucedida`,

View File

@@ -329,6 +329,8 @@ langEn = {
text11: `Issued`,
text12: `Rejected`,
text13: ``,
OfficialIncrease:'Official salary increase',
OfficialDeduction:'Official salary deduction'
},
success: {
text1: `Settlement successful`,

View File

@@ -328,6 +328,8 @@ langTr = {
text11: `Verildi`,
text12: `Reddedildi`,
text13: ``,
OfficialIncrease:'Resmi maaş artışı',
OfficialDeduction:'Resmi maaş kesintisi'
},
success: {
text1: `Hesaplaşma Başarılı`,

View File

@@ -328,6 +328,8 @@ langZh = {
text10: `審核中`,
text11: `已發放`,
text12: `已拒絕`,
OfficialIncrease:'官方加薪',
OfficialDeduction:'官方減薪'
},
success: {
text1: `結算成功`,