mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【优化】移除佣金明细下面tag标签,使用订单统一的是否结算标记。
This commit is contained in:
@@ -9706,6 +9706,11 @@
|
|||||||
每页数据量
|
每页数据量
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:CoreCms.Net.Model.FromBody.FMPageByWhereOrder.order">
|
||||||
|
<summary>
|
||||||
|
排序
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:CoreCms.Net.Model.FromBody.FMPageByWhereOrder.where">
|
<member name="P:CoreCms.Net.Model.FromBody.FMPageByWhereOrder.where">
|
||||||
<summary>
|
<summary>
|
||||||
判断条件
|
判断条件
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
{{ goods.productPrice * goods.productNums }}
|
{{ goods.productPrice * goods.productNums }}
|
||||||
<text class="goods-state">未结算</text>
|
<!--<text class="goods-state">未结算</text>-->
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-flex coreshop-align-center">
|
<view class="coreshop-flex coreshop-align-center">
|
||||||
<text class="name">佣金:</text>
|
<text class="name">佣金:</text>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
{{ goods.productPrice }}
|
{{ goods.productPrice }}
|
||||||
<text class="goods-state">未结算</text>
|
<!--<text class="goods-state">未结算</text>-->
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-flex coreshop-align-center">
|
<view class="coreshop-flex coreshop-align-center">
|
||||||
<text class="name">佣金:</text>
|
<text class="name">佣金:</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user