Commit d7fa6189 authored by liudong1993's avatar liudong1993

1

parent 3193f355
...@@ -1382,7 +1382,7 @@ export const tips = { ...@@ -1382,7 +1382,7 @@ export const tips = {
baocunchenggong: 'Saved successfully', baocunchenggong: 'Saved successfully',
wjdxbncgsz: 'File size must not exceed 10M!', wjdxbncgsz: 'File size must not exceed 10M!',
qsctpian: 'Please upload pictures!', qsctpian: 'Please upload pictures!',
fileTwo: 'Please upload at least 2 attachments!', fileTwo: 'Please upload screenshot/ID card/receipt!',
shangchuanzhong: 'Up and in...', shangchuanzhong: 'Up and in...',
scchenggong: 'Upload success', scchenggong: 'Upload success',
znsJPGPNGgs: ' Can only be jpg png format!', znsJPGPNGgs: ' Can only be jpg png format!',
......
...@@ -1330,7 +1330,7 @@ export const tips = { ...@@ -1330,7 +1330,7 @@ export const tips = {
baocunchenggong: '保存に成功する', baocunchenggong: '保存に成功する',
wjdxbncgsz: 'ファイルサイズは10Mを超えてはいけません!', wjdxbncgsz: 'ファイルサイズは10Mを超えてはいけません!',
qsctpian: '画像をアップロードしてください!', qsctpian: '画像をアップロードしてください!',
fileTwo: '少なくとも2つの添付ファイルをアップロードしてください!', fileTwo: 'スクリーンショット/身分証明書/領収書をアップロードしてください!',
shangchuanzhong: 'アップロード中...', shangchuanzhong: 'アップロード中...',
scchenggong: 'アップロード成功', scchenggong: 'アップロード成功',
znsJPGPNGgs: 'jpg png形式しかありません!', znsJPGPNGgs: 'jpg png形式しかありません!',
......
...@@ -1372,7 +1372,7 @@ export const tips = { ...@@ -1372,7 +1372,7 @@ export const tips = {
baocunchenggong: '保存成功', baocunchenggong: '保存成功',
wjdxbncgsz: '文件大小不能超過10M!', wjdxbncgsz: '文件大小不能超過10M!',
qsctpian: '請上傳圖片!', qsctpian: '請上傳圖片!',
fileTwo: '請至少上傳2份附件!', fileTwo: '请上传截图/身份证/收条!',
shangchuanzhong: '上傳中…', shangchuanzhong: '上傳中…',
scchenggong: '上傳成功', scchenggong: '上傳成功',
znsJPGPNGgs: '只能是jpg png格式!', znsJPGPNGgs: '只能是jpg png格式!',
......
...@@ -1385,7 +1385,7 @@ export const tips = { ...@@ -1385,7 +1385,7 @@ export const tips = {
baocunchenggong: '保存成功', baocunchenggong: '保存成功',
wjdxbncgsz: '文件大小不能超过10M!', wjdxbncgsz: '文件大小不能超过10M!',
qsctpian: '请上传图片!', qsctpian: '请上传图片!',
fileTwo: '请至少上传2份附件!', fileTwo: '请上传截图/身份证/收条!',
shangchuanzhong: '上传中...', shangchuanzhong: '上传中...',
scchenggong: '上传成功', scchenggong: '上传成功',
znsJPGPNGgs: '只能是 jpg png格式!', znsJPGPNGgs: '只能是 jpg png格式!',
......
...@@ -1946,7 +1946,7 @@ import SpecialList from '../SalesModule/SpecialList.vue'; ...@@ -1946,7 +1946,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
} }
console.log("this.msg.vorcherInos",this.saveMsg); 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')); return this.$message.error(this.$t('tips.fileTwo'));
} }
} }
......
...@@ -1744,7 +1744,7 @@ ...@@ -1744,7 +1744,7 @@
} }
console.log("this.msg.vorcherInos",this.saveMsg); 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')); return this.$message.error(this.$t('tips.fileTwo'));
} }
} }
......
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