Browse Source

请假时间

cs 2 years ago
parent
commit
37e8f8a174

+ 2 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/i18n/messages.properties

@@ -763,4 +763,5 @@ Contract.NoExists=第{0}行合同编号已存在
 Contract.NoRepeat=第{0}行合同编号与第{1}行合同编号重复
 Contract.typeExists=第{0}行合同类型不存在
 Contract.amountNegative = 合同金额不可为负
-Contract.typeDelError = 该类型尚有合同在使用,无法删除!
+Contract.typeDelError = 该类型尚有合同在使用,无法删除!
+Contract.amountNegativeByCell = 第{0}行合同金额不可为负

+ 2 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/i18n/messages_en_US.properties

@@ -763,4 +763,5 @@ Contract.NoExists=Contract No. in row {0} already exists
 Contract.NoRepeat=The contract number in line {0} is duplicate with that in line {1}
 Contract.typeExists=The contract type in row {0} does not exist
 Contract.amountNegative = The contract amount cannot be negative
-Contract.typeDelError = This type is still in use and cannot be deleted!
+Contract.typeDelError = This type is still in use and cannot be deleted!
+Contract.amountNegativeByCell = The contract amount in line {0} cannot be negative