| | |
| | | |
| | | <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> |
| | |
| | | </view> |
| | | <view class="order-desc syst">售后理赔</view> |
| | | </view> |
| | | |
| | | <!-- <view class="nav row margin-tb" @click="printDeliveryOrder"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon kkjl" |
| | |
| | | </view> |
| | | <view class="order-desc wbsp">测试蓝牙</view> |
| | | </view> --> |
| | | </view> |
| | | <view class="flex order-icons m-t-12"> |
| | | <view class="nav row margin-tb" v-if="selftype==='supplier'" @click="goto('/sub_pages/supplier/wallet/my-wallet',true)"> |
| | | <view class="img-c"> |
| | | <image class="icon margin-bottom order-icon shlp" |
| | | src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/8d/8d72f2df8a4348ac90bfbfb553a9cc71qianbao.png" mode="scaleToFill" /> |
| | | </view> |
| | | <view class="order-desc syst">我的钱包</view> |
| | | </view> |
| | | <view class="nav row margin-tb"> |
| | | |
| | | </view> |
| | | <view class="nav row margin-tb"> |
| | | |
| | | </view> |
| | | <view class="nav row margin-tb"> |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | }, |
| | | async onPullDownRefresh() { |
| | | await this.$store.dispatch('getCurrentInfo') |
| | | await getTj(true) |
| | | await this.getTj(true) |
| | | uni.stopPullDownRefresh() |
| | | }, |
| | | onLoad(options) { |