Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
d7fa6189
Commit
d7fa6189
authored
Jul 30, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3193f355
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
en.js
src/assets/common/lang/en.js
+1
-1
jp.js
src/assets/common/lang/jp.js
+1
-1
zh-tw.js
src/assets/common/lang/zh-tw.js
+1
-1
zh.js
src/assets/common/lang/zh.js
+1
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+1
-1
No files found.
src/assets/common/lang/en.js
View file @
d7fa6189
...
...
@@ -1382,7 +1382,7 @@ export const tips = {
baocunchenggong
:
'Saved successfully'
,
wjdxbncgsz
:
'File size must not exceed 10M!'
,
qsctpian
:
'Please upload pictures!'
,
fileTwo
:
'Please upload
at least 2 attachments
!'
,
fileTwo
:
'Please upload
screenshot/ID card/receipt
!'
,
shangchuanzhong
:
'Up and in...'
,
scchenggong
:
'Upload success'
,
znsJPGPNGgs
:
' Can only be jpg png format!'
,
...
...
src/assets/common/lang/jp.js
View file @
d7fa6189
...
...
@@ -1330,7 +1330,7 @@ export const tips = {
baocunchenggong
:
'保存に成功する'
,
wjdxbncgsz
:
'ファイルサイズは10Mを超えてはいけません!'
,
qsctpian
:
'画像をアップロードしてください!'
,
fileTwo
:
'
少なくとも2つの添付ファイル
をアップロードしてください!'
,
fileTwo
:
'
スクリーンショット/身分証明書/領収書
をアップロードしてください!'
,
shangchuanzhong
:
'アップロード中...'
,
scchenggong
:
'アップロード成功'
,
znsJPGPNGgs
:
'jpg png形式しかありません!'
,
...
...
src/assets/common/lang/zh-tw.js
View file @
d7fa6189
...
...
@@ -1372,7 +1372,7 @@ export const tips = {
baocunchenggong
:
'保存成功'
,
wjdxbncgsz
:
'文件大小不能超過10M!'
,
qsctpian
:
'請上傳圖片!'
,
fileTwo
:
'
請至少上傳2份附件
!'
,
fileTwo
:
'
请上传截图/身份证/收条
!'
,
shangchuanzhong
:
'上傳中…'
,
scchenggong
:
'上傳成功'
,
znsJPGPNGgs
:
'只能是jpg png格式!'
,
...
...
src/assets/common/lang/zh.js
View file @
d7fa6189
...
...
@@ -1385,7 +1385,7 @@ export const tips = {
baocunchenggong
:
'保存成功'
,
wjdxbncgsz
:
'文件大小不能超过10M!'
,
qsctpian
:
'请上传图片!'
,
fileTwo
:
'请
至少上传2份附件
!'
,
fileTwo
:
'请
上传截图/身份证/收条
!'
,
shangchuanzhong
:
'上传中...'
,
scchenggong
:
'上传成功'
,
znsJPGPNGgs
:
'只能是 jpg png格式!'
,
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
d7fa6189
...
...
@@ -1946,7 +1946,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
}
console
.
log
(
"this.msg.vorcherInos"
,
this
.
saveMsg
);
if
(
this
.
msg
.
RefundType
==
5
&&
this
.
saveMsg
.
length
<
2
){
if
(
this
.
msg
.
RefundType
==
5
&&
this
.
saveMsg
.
length
<
3
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.fileTwo'
));
}
}
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
d7fa6189
...
...
@@ -1744,7 +1744,7 @@
}
console
.
log
(
"this.msg.vorcherInos"
,
this
.
saveMsg
);
if
(
this
.
msg
.
RefundType
==
5
&&
this
.
saveMsg
.
length
<
2
){
if
(
this
.
msg
.
RefundType
==
5
&&
this
.
saveMsg
.
length
<
3
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.fileTwo'
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment