|
|
@@ -220,17 +220,13 @@
|
|
|
<view>过期时间:</view>
|
|
|
<view>{{detailInfo.deadline?detailInfo.deadline.substr(5,11):''}}</view>
|
|
|
</view>
|
|
|
- <view v-if="detailInfo.refundLog == 1" class="order-info_box">
|
|
|
+ <view v-if="detailInfo.refundLog == 1" class="order-info_box" style="margin-top:38upx;">
|
|
|
<view>累计退款:</view>
|
|
|
<view style="color:red;font-weight:bold;font-size:30upx;">{{parseFloat(detailInfo.tkPrice)}}</view>
|
|
|
<view class="price" v-if="detailInfo.refundLog==1">
|
|
|
<button @click="pageTo({url: '/pagesOrder/refundList',query: {orderSn: detailInfo.orderSn}})" style="color:red;border: 1upx solid red;" class="admin-button-com">售后记录</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if="detailInfo.refundLog == 1" class="order-info_box">
|
|
|
- <view>退款方式:</view>
|
|
|
- <view style="color:red;font-weight:bold;font-size:30upx;">{{detailInfo.tkExplain||''}}</view>
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="content-box shipping-address" v-if="detailInfo.expressProgress!=''">
|
|
|
@@ -239,17 +235,18 @@
|
|
|
</view>
|
|
|
<view class="flex-space title">
|
|
|
商品信息
|
|
|
+ <text style="font-weight:normal;font-size:26upx;color:green;max-width:190upx;overflow: hidden;white-space:nowrap;">{{ detailInfo.customName||'' }}</text>
|
|
|
<view class="flex" style="color: #3385ff;font-weight: 400" v-if="(detailInfo.status == 3 || detailInfo.status == 2) && detailInfo.book == 0">
|
|
|
<button class="admin-button-com bule" @click.stop="confirmReach(detailInfo,0)">确认送达</button>
|
|
|
</view>
|
|
|
- <view v-else>
|
|
|
+ <view v-else class="flex">
|
|
|
<button disabled="true" class="admin-button-com bule active" style="border:1rpx solid #ccc;">确认送达</button>
|
|
|
</view>
|
|
|
|
|
|
<view class="flex" style="color: #3385ff;" v-if="detailInfo.status == 4">
|
|
|
<button class="admin-button-com bule" @click.stop="goRefund()">发起售后</button>
|
|
|
</view>
|
|
|
- <view v-else>
|
|
|
+ <view v-else class="flex">
|
|
|
<block v-if="detailInfo.status == 1 || detailInfo.status == 5">
|
|
|
<button disabled="true" class="admin-button-com bule active" style="border:1rpx solid #ccc;">发起售后</button>
|
|
|
</block>
|
|
|
@@ -311,7 +308,7 @@
|
|
|
</view>
|
|
|
<view class="summary-bar">
|
|
|
<view class="operate-view" >
|
|
|
- <text @click="getBookChange" v-if="detailInfo.book == 1">预订变动明细</text>
|
|
|
+ <text style="max-width:240upx;overflow: hidden;white-space:nowrap;">{{ detailInfo.customName||'' }}</text>
|
|
|
</view>
|
|
|
<view class="describe-view">
|
|
|
共{{ detailInfo.productStat.kind}}种,共
|
|
|
@@ -1853,9 +1850,8 @@ export default {
|
|
|
border-top: 1upx solid #eeeeee;
|
|
|
.operate-view {
|
|
|
display: flex;
|
|
|
-
|
|
|
align-items: center;
|
|
|
- color: #3385ff;
|
|
|
+ color: green;
|
|
|
font-size: 26upx;
|
|
|
.iconfont {
|
|
|
margin-right: 20upx;
|