|
@@ -75,8 +75,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<div class="detail-item">
|
|
<div class="detail-item">
|
|
|
- <span class="label">所属项目</span>
|
|
|
|
|
- <span>{{ '--' }}</span>
|
|
|
|
|
|
|
+ <span class="label">所属项目:</span>
|
|
|
|
|
+ <span>{{ orderDetail.dataSource == 'zhongche' ? '中车' : '--' }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="detail-item">
|
|
<div class="detail-item">
|
|
|
<span class="label">业务部门:</span>
|
|
<span class="label">业务部门:</span>
|
|
@@ -113,10 +113,12 @@
|
|
|
</template>
|
|
</template>
|
|
|
<el-descriptions :column="3" border class="custom-descriptions">
|
|
<el-descriptions :column="3" border class="custom-descriptions">
|
|
|
<el-descriptions-item label="收货人">{{ crrcExtInfo.receiverName || '--' }}</el-descriptions-item>
|
|
<el-descriptions-item label="收货人">{{ crrcExtInfo.receiverName || '--' }}</el-descriptions-item>
|
|
|
- <el-descriptions-item label="收货人手机号":span="2">{{ crrcExtInfo.mobile || '--' }}</el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item label="收货人邮箱" >{{ crrcExtInfo.email || '--' }}</el-descriptions-item>
|
|
|
|
|
|
|
+ <el-descriptions-item label="收货人手机号" :span="2">{{ crrcExtInfo.mobile || '--' }}</el-descriptions-item>
|
|
|
|
|
+ <el-descriptions-item label="收货人邮箱">{{ crrcExtInfo.email || '--' }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="收货地址" :span="2">
|
|
<el-descriptions-item label="收货地址" :span="2">
|
|
|
- {{ crrcExtInfo.provinceName || '' }}-{{ crrcExtInfo.cityName || '' }}-{{ crrcExtInfo.countyName || '' }}-{{ crrcExtInfo.townName || '' }}-{{ crrcExtInfo.detailAddress || '' }}
|
|
|
|
|
|
|
+ {{ crrcExtInfo.provinceName || '' }}-{{ crrcExtInfo.cityName || '' }}-{{ crrcExtInfo.countyName || '' }}-{{ crrcExtInfo.townName || '' }}-{{
|
|
|
|
|
+ crrcExtInfo.detailAddress || ''
|
|
|
|
|
+ }}
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="下单人姓名">{{ crrcExtInfo.buyerName || '--' }}</el-descriptions-item>
|
|
<el-descriptions-item label="下单人姓名">{{ crrcExtInfo.buyerName || '--' }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="下单人手机号" :span="2">{{ crrcExtInfo.buyerMobile || '--' }}</el-descriptions-item>
|
|
<el-descriptions-item label="下单人手机号" :span="2">{{ crrcExtInfo.buyerMobile || '--' }}</el-descriptions-item>
|