韩国文件拆分处理

This commit is contained in:
wangchengjun
2022-04-11 20:14:39 +08:00
parent 63bd6653a4
commit 1395c1a34e
7 changed files with 363 additions and 75 deletions
+4 -3
View File
@@ -630,11 +630,12 @@ module.exports = {
listSubclauses:'list subclauses',
fileType:'file type',
view:'view',
Korea:'Korea',
KMVSS_Table:'KMVSS Table',
KMVSS_Article:'KMVSS Article',
America:'America',
Europe:'Europe',
Japan_one:'Japan_one',
Japan_two:'Japan_two',
Japan_one:'Japan Attachment',
Japan_two:'Japan Article',
China:'China',
onlyOnefileUploaded:'only one file can be uploaded',
typeCannotUploaded:'this type of file cannot be uploaded',
+4 -3
View File
@@ -634,11 +634,12 @@ module.exports = {
listSubclauses:'清单条目',
fileType:'文件类型',
view:'查看',
Korea:'韩国',
KMVSS_Table:'KMVSS Table',
KMVSS_Article:'KMVSS Article',
America:'美国',
Europe:'欧洲',
Japan_one:'日本模板1',
Japan_two:'日本模板2',
Japan_one:'日本 Attachment',
Japan_two:'日本 Article',
China:'中国',
onlyOnefileUploaded:'只能上传一个文件',
typeCannotUploaded:'不支持上传该类型的文件',
@@ -25,8 +25,11 @@
<a-select-option value="GSO" key="GSO">
GSO
</a-select-option>
<a-select-option value="Korean" key="Korean">
{{$t('Korea')}}
<a-select-option value="KMVSS_Table" key="KMVSS_Table">
{{$t('KMVSS_Table')}}
</a-select-option>
<a-select-option value="KMVSS_Article" key="KMVSS_Article">
{{$t('KMVSS_Article')}}
</a-select-option>
<a-select-option value="US" key="US">
{{$t('America')}}
@@ -195,6 +198,7 @@
},
//拆分
submitSplit(){
debugger
if(this.fileGroup.length == 0||this.fileGroup==undefined){
this.$message.warning(this.$t('selectFileType'))
}else if(this.rows&&this.rows.length>1){