陶杰
2024-11-01 c6f83537de95f3c5e591cd2eff90f1163f38f118
pages/home/supplier-home.vue
@@ -39,8 +39,25 @@
            <view class="name">
               <view class="t1">
                  {{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span
                     v-if="currentInfo.supplierDTO&&currentInfo.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&&currentInfo.supplierDTO.status!=='P'">
                     ({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span>
                  <span v-if="currentInfo.partnerDTO&&currentInfo.partnerDTO.status!=='P'">
                     ({{currentInfo.partnerDTO?currentInfo.partnerDTO.statusStr:''}})</span>