|
|
@@ -18,6 +18,7 @@
|
|
|
<t-tr header>
|
|
|
<t-th>客户</t-th>
|
|
|
<t-th>笔数</t-th>
|
|
|
+ <t-th>扎数</t-th>
|
|
|
<t-th>金额</t-th>
|
|
|
<t-th>成本</t-th>
|
|
|
<t-th>利润</t-th>
|
|
|
@@ -27,13 +28,19 @@
|
|
|
<t-tr>
|
|
|
<t-td><view style="color:#333333;font-size:28upx;">{{item.customName?item.customName:'-'}}</view></t-td>
|
|
|
<t-td><view style="color:#333333;font-size:28upx;">{{parseFloat(item.num)}}</view></t-td>
|
|
|
+ <t-td><view style="color:#333333;font-size:28upx;">{{item.count?parseFloat(item.count):0}}</view></t-td>
|
|
|
<t-td><view style="color:#333333;font-size:28upx;">¥{{parseFloat(item.amount)}}</view></t-td>
|
|
|
<t-td><view style="color:#333333;font-size:28upx;">¥{{parseFloat(item.cost)}}</view></t-td>
|
|
|
<t-td><view style="color:#333333;font-size:28upx;">¥{{parseFloat(item.profit)}}</view></t-td>
|
|
|
</t-tr>
|
|
|
</view>
|
|
|
</block>
|
|
|
- <t-tr><t-td><view style="color:black;font-weight:bold;font-size:28upx;">{{profile.totalNum||0}}笔¥{{profile.totalAmount||0}} 成本¥{{ profile.totalCost }} 利润¥{{ profile.totalProfit }}</view></t-td></t-tr>
|
|
|
+ <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>
|
|
|
</block>
|
|
|
</view>
|