Commit 220bf461 authored by liudong1993's avatar liudong1993

1

parent 76a7e6f2
...@@ -1451,10 +1451,10 @@ ...@@ -1451,10 +1451,10 @@
let url = 'Financial_post_DownInOrOut' let url = 'Financial_post_DownInOrOut'
if(type==1){//日本导出 if(type==1){//日本导出
url = 'Financial_post_DownInOrOutForJapanPay' url = 'Financial_post_DownInOrOutForJapanPay'
if(this.msg.AuditId==''&&!this.msg.AuditId){ // if(this.msg.AuditId==''&&!this.msg.AuditId){
this.$message.error(this.$t('objFill.qingxuanzhedshr')); // this.$message.error(this.$t('objFill.qingxuanzhedshr'));
return // return
} // }
}else if(type==2){//发票导出 }else if(type==2){//发票导出
url = 'Financial_post_DownFinanceNoInvoice' url = 'Financial_post_DownFinanceNoInvoice'
} }
......
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