Commit e9d5b261 authored by youjie's avatar youjie

日本账户制单是否存在手续费

parent 68a9e431
......@@ -1751,7 +1751,7 @@
let detailObj = this.msg.detailList.find(x=>{
return x.CostTypeId==114
})
if(ClientAccountObj.ClientAccountType==1&&!detailObj){
if(ClientAccountObj&&ClientAccountObj.ClientAccountType&&ClientAccountObj.ClientAccountType==1&&!detailObj){
let title = z?'暂存':'提交'
this.$confirm('转账付款给日本账户,请确认此单无转账手续费吗?', this.$t('tips.tips'), {
confirmButtonText: `继续${title}`,
......
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