tianyi 1 week ago
parent
commit
edd9e2ae60
  1. 4
      package2/shop/merchantCenter.vue
  2. 14
      package2/shop/shopBill.vue
  3. 10
      package2/shop/shopSettlementDetail.vue

4
package2/shop/merchantCenter.vue

@ -243,7 +243,7 @@
url = '/package1/myCenter/dataStatistics'
break;
case 'db':
url = '/package1/shop/shopOrderList?index=' + index
url = '/package2/shop/shopOrderList?index=' + index
break;
case 'sp':
url = '/package1/myCenter/goodsList'
@ -252,7 +252,7 @@
url = ''
break;
case 'dd':
url = '/package1/shop/shopOrderList'
url = '/package2/shop/shopOrderList'
break;
case 'zd':
url = '/package2/shop/shopBill'

14
package2/shop/shopBill.vue

@ -32,7 +32,7 @@
商品金额
</view>
<view class="">
$0.00
0.00
</view>
</view>
<view class="content33">
@ -40,7 +40,7 @@
餐盒费
</view>
<view class="">
$0.00
0.00
</view>
</view>
<view class="content33">
@ -48,7 +48,7 @@
活动成本
</view>
<view class="">
$0.00
0.00
</view>
</view>
<view class="content33">
@ -56,7 +56,7 @@
平台服务费
</view>
<view class="">
$0.00
0.00
</view>
</view>
</view>
@ -66,7 +66,7 @@
结算金额
</view>
<view class="">
$0.00
0.00
</view>
</view>
<view class="content33">
@ -74,7 +74,7 @@
本期期初
</view>
<view class="">
$0.00
0.00
</view>
</view>
<view class="content33">
@ -82,7 +82,7 @@
实际打款金额
</view>
<view class="">
$0.00
0.00
</view>
</view>
</view>

10
package2/shop/shopSettlementDetail.vue

@ -29,11 +29,11 @@
<uni-table border stripe emptyText="暂无更多数据" >
<!-- 表头行 -->
<uni-tr>
<uni-th width="90" align="center">订单编号</uni-th>
<uni-th width="90" align="center">商品金额</uni-th>
<uni-th width="90" align="center">餐盒费</uni-th>
<uni-th width="90" align="center">平台抽佣</uni-th>
<uni-th width="90" align="center">结算金额</uni-th>
<uni-th width="100" align="center">订单编号</uni-th>
<uni-th width="100" align="center">商品金额</uni-th>
<uni-th width="100" align="center">餐盒费</uni-th>
<uni-th width="100" align="center">平台抽佣</uni-th>
<uni-th width="100" align="center">结算金额</uni-th>
</uni-tr>
<!-- 表格数据行 -->
<uni-tr>

Loading…
Cancel
Save