Commit 3c9c712f authored by youjie's avatar youjie

no message

parent 8df2e345
...@@ -1524,14 +1524,20 @@ export default { ...@@ -1524,14 +1524,20 @@ export default {
}, err => {}) }, err => {})
}, },
admin_get_DepartmentGetList(Bid, T){ admin_get_DepartmentGetList(Bid, T){
if(Bid){ if(Bid>=0){
let isShow = true
this.companyList.forEach(item=>{ this.companyList.forEach(item=>{
// &&item.StandardCurrencyId>0 // &&item.StandardCurrencyId>0
if(Bid==item.Id){ if(Bid==item.Id){
this.StandardCurrencyId = item.StandardCurrencyId this.StandardCurrencyId = item.StandardCurrencyId
this.StandardCurrencyName = item.StandardCurrencyName this.StandardCurrencyName = item.StandardCurrencyName
isShow = false
} }
}) })
if(isShow){
this.StandardCurrencyId = -1
this.StandardCurrencyName = ''
}
} }
this.financeinfo_post_GetList(this.TCID) this.financeinfo_post_GetList(this.TCID)
if(Bid==0){ if(Bid==0){
......
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