韩国文件拆分处理
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user