|
|
@@ -1,9 +1,5 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
-<!-- <stepStatus-->
|
|
|
-<!-- v-if="!$util.isEmpty(detailInfo)"-->
|
|
|
-<!-- :stepOptions="detailInfo.progress"-->
|
|
|
-<!-- ></stepStatus>-->
|
|
|
<view v-if="!$util.isEmpty(detailInfo)" class="info-content_box">
|
|
|
<view class="title">
|
|
|
客户
|
|
|
@@ -85,7 +81,7 @@
|
|
|
:key="idx"
|
|
|
class="commodity-item"
|
|
|
>
|
|
|
- <image class="item-icon" :src="s.cover" alt="商品图片" />
|
|
|
+ <image class="item-icon" :src="s.cover" alt="" />
|
|
|
|
|
|
<view class="item-info">
|
|
|
<view class="info-line">
|
|
|
@@ -106,8 +102,7 @@
|
|
|
<view class="summary-bar">
|
|
|
<view class="operate-view" ></view>
|
|
|
<view class="describe-view">
|
|
|
- 共{{ detailInfo.productStat.kind || 0 }}种, 共{{ detailInfo.productStat.bigNum }}扎{{
|
|
|
- detailInfo.productStat.smallNun}}支,合计 ¥<text class="price">{{ detailInfo.productStat.totalPrice }}</text>
|
|
|
+ 共{{ detailInfo.productStat.kind}}种, 共{{ detailInfo.productStat.bigNum }}扎{{detailInfo.productStat.smallNun}}支,合计 ¥<text class="price">{{ detailInfo.productStat.totalPrice }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -120,7 +115,7 @@
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">总金额</div>
|
|
|
- <div class="detail-price_box red">¥{{ detailInfo.totalPrice || 0 }}</div>
|
|
|
+ <div class="detail-price_box red">¥{{ detailInfo.actPrice}}</div>
|
|
|
</tui-list-cell>
|
|
|
</div>
|
|
|
</view>
|
|
|
@@ -248,8 +243,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
- // this.pageTo({url: "/pagesOrder/ship",query: {id: item.id}});
|
|
|
}else if (s.type === "hasPay") {
|
|
|
let self = this;
|
|
|
//已收款
|
|
|
@@ -264,7 +257,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- // this.pageTo({url: "/pagesOrder/ship",query: {id: item.id}});
|
|
|
}
|
|
|
},
|
|
|
copy(val) {
|
|
|
@@ -278,7 +270,7 @@ export default {
|
|
|
},
|
|
|
callUp(mobile) {
|
|
|
uni.makePhoneCall({
|
|
|
- phoneNumber: mobile //仅为示例
|
|
|
+ phoneNumber: mobile
|
|
|
});
|
|
|
},
|
|
|
async init() {
|