公会薪资账单 - 增加后台操作薪资类型
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
@@ -327,6 +327,8 @@ langAr = {
|
||||
text10: `قيد المراجعة`,
|
||||
text11: `تم الإصدار`,
|
||||
text12: `مرفوض`,
|
||||
OfficialIncrease:'زيادة الراتب الرسمية',
|
||||
OfficialDeduction:'خصم الراتب الرسمي'
|
||||
},
|
||||
success: {
|
||||
text1: `التسوية ناجحة`,
|
||||
|
@@ -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`,
|
||||
|
@@ -329,6 +329,8 @@ langEn = {
|
||||
text11: `Issued`,
|
||||
text12: `Rejected`,
|
||||
text13: ``,
|
||||
OfficialIncrease:'Official salary increase',
|
||||
OfficialDeduction:'Official salary deduction'
|
||||
},
|
||||
success: {
|
||||
text1: `Settlement successful`,
|
||||
|
@@ -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ı`,
|
||||
|
@@ -328,6 +328,8 @@ langZh = {
|
||||
text10: `審核中`,
|
||||
text11: `已發放`,
|
||||
text12: `已拒絕`,
|
||||
OfficialIncrease:'官方加薪',
|
||||
OfficialDeduction:'官方減薪'
|
||||
},
|
||||
success: {
|
||||
text1: `結算成功`,
|
||||
|
Reference in New Issue
Block a user