|
@@ -21,14 +21,9 @@
|
|
|
<span>></span>
|
|
|
<span>查看物流</span>
|
|
|
</div>
|
|
|
-<!-- <div v-else class="wrap_tittle mIcon" @click="opentittle">-->
|
|
|
-<!-- <i class="mIcon open"></i><span style="margin-left: 25px;">发货</span>-->
|
|
|
-<!-- </div>-->
|
|
|
<div class="wrap clear">
|
|
|
<!--左侧面包屑-->
|
|
|
-<!-- <div v-show="open">-->
|
|
|
<template th:replace="supplier-center/components/tableft"></template>
|
|
|
-<!-- </div>-->
|
|
|
<div class="right">
|
|
|
<div class="userinfo">
|
|
|
<p class="info">
|
|
@@ -82,14 +77,16 @@
|
|
|
</div>
|
|
|
<div class="logis">
|
|
|
<div class="delivery-logis-title">物流信息</div>
|
|
|
- <div class="logistics-info" v-for="logis in listData.logisticsInformationList">
|
|
|
- <div class="logistics-time">物流时间:{{logis.updateDate}}</div>
|
|
|
- <div class="logistics-company">物流公司:{{logis.logisticsCompanyName}}</div>
|
|
|
- <div class="logistics-number">物流单号:{{logis.nu}}</div>
|
|
|
+ <div id="InformationList" v-if="listData.logisticsInformationList.length>0">
|
|
|
+ <div class="logistics-info" v-for="logis in listData.logisticsInformationList">
|
|
|
+ <div class="logistics-time">物流时间:{{logis.updateDate}}</div>
|
|
|
+ <div class="logistics-company">物流公司:{{logis.logisticsCompanyName}}</div>
|
|
|
+ <div class="logistics-number">物流单号:{{logis.nu}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="logistics-record" v-else>
|
|
|
+ <p>暂无物流信息</p>
|
|
|
</div>
|
|
|
-<!-- <div class="logistics-record" v-if="listData.logisticsInformationList.length==0">-->
|
|
|
-<!-- <p>暂无物流信息</p>-->
|
|
|
-<!-- </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|