@@ -44,11 +44,11 @@
: item.sendType == 1
? '到店自取'
: item.sendType == 2
- ? '跑腿送货'
+ ? '跑腿'
: item.sendType == 3
? item.wlName
: item.sendType == 4
- ? '发快递'
+ ? '快递'
: ''
}}</text>
<text v-else>{{
@@ -36,16 +36,6 @@
</view>
</block>
<t-tr><t-td><view style="color:black;font-weight:bold;font-size:28upx;">{{profile.totalNum||0}}笔¥{{profile.totalAmount||0}} 成本¥{{ profile.totalCost||0 }} 利润¥{{ profile.totalProfit||0 }}</view></t-td></t-tr>
- <t-tr><t-td>
- <view style="color:#1c89e0;font-size:28upx;">
- 从2025年11月20号起是准确数据,之前的数据不准确
- </view>
- </t-td></t-tr>
- 金额、利润已按售后扣减(隔天售后记在通过日,可为负)。扎数:当天售后未从开单扎数扣除,隔天退货会在通过日扣扎数。成本仍取开单剩余成本。
</t-table>
@@ -123,7 +123,7 @@
<view class="order-info_box">
<view>配送方式:</view>
<view>
-{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'快递':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'发快递':'' }}
+{{ detailInfo.sendType==0?'送货上门':detailInfo.sendType==1?'自取':detailInfo.sendType==2?'跑腿':detailInfo.sendType==3?'物流':detailInfo.sendType==4?'快递':'' }}
<view class="order-info_box" v-if="detailInfo.sendType==3">