Commit 202ca060 authored by 卢均锐's avatar 卢均锐

fix: 待请款提示国际化

parent 207c5fd1
......@@ -1137,6 +1137,7 @@ export default {
"60026": "Quote deadline must be less than delivery date",
"47016": "page type already exists",
"49114": "Sorting cannot be repeated",
"49117": 'Sorting under the same recommendation label cannot be repeated'
"49117": 'Sorting under the same recommendation label cannot be repeated',
"21055": "The payment request amount of the document in the current payment request is greater than the remaining payment amount of the document",
}
......@@ -1136,5 +1136,6 @@ export default {
"60026": "견적 마감일은 배송 날짜보다 이전이어야 합니다.",
"47016": "페이지 유형이 이미 존재합니다",
"49114": "정렬은 중복될 수 없습니다.",
"49117": '같은 추천 탭 아래 정렬 중복 불가'
"49117": '같은 추천 탭 아래 정렬 중복 불가',
"21055": "현재 청구서에 증빙서류가 존재하는 청구금액은 증빙서류의 남은 지불금액보다 크다",
}
......@@ -1138,4 +1138,5 @@ export default {
"47016": "页面类型已存在",
"49114": "排序不能重复",
"49117": "同一推荐标签下排序不能重复",
"21055": "当前请款单中存在单据的请款金额大于单据剩余支付金额",
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment