| | |
| | | |
| | | <view class="name"> |
| | | <view class="t1"> |
| | | {{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span |
| | | v-if="currentInfo.supplierDTO&¤tInfo.supplierDTO.status!=='P'"> |
| | | <!-- {{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}} --> |
| | | <span v-if="currentInfo.partnerDTO && currentInfo.partnerDTO.name"> |
| | | {{ currentInfo.partnerDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.supplierDTO && currentInfo.supplierDTO.name"> |
| | | {{ currentInfo.supplierDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.customerDTO && currentInfo.customerDTO.name"> |
| | | {{ currentInfo.customerDTO.name }} |
| | | </span> |
| | | <span v-else-if="currentInfo.nickName"> |
| | | {{ currentInfo.nickName }} |
| | | </span> |
| | | <span v-else-if="currentInfo.loginName"> |
| | | {{ currentInfo.loginName }} |
| | | </span> |
| | | <span v-else>-</span> |
| | | |
| | | <span v-if="currentInfo.supplierDTO&¤tInfo.supplierDTO.status!=='P'"> |
| | | ({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span> |
| | | <span v-if="currentInfo.partnerDTO&¤tInfo.partnerDTO.status!=='P'"> |
| | | ({{currentInfo.partnerDTO?currentInfo.partnerDTO.statusStr:''}})</span> |