|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
- <view style="text-align:center;">
|
|
|
|
|
|
|
+ <view style="text-align:center;padding-top:20upx;margin-bottom:20upx;">
|
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main-view">
|
|
<view class="main-view">
|
|
@@ -16,15 +16,15 @@
|
|
|
<view v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
|
|
<view v-for="(item, index) in list.data" :key="index" @click="goDetail(item)">
|
|
|
<t-tr>
|
|
<t-tr>
|
|
|
<t-td align="center" color="info">
|
|
<t-td align="center" color="info">
|
|
|
- <view style="width:150upx;">
|
|
|
|
|
|
|
+ <view style="width:150upx;color:black;">
|
|
|
<view>{{ item.addTime.substr(5,11) }}</view>
|
|
<view>{{ item.addTime.substr(5,11) }}</view>
|
|
|
<view>{{item.ptStyle==1?'零售':'批发'}}-{{ item.fromType ==1 ? '门店' : item.fromType == 2 ? '商城' : item.fromType ==3 ? '朋友圈' : '其它' }}</view>
|
|
<view>{{item.ptStyle==1?'零售':'批发'}}-{{ item.fromType ==1 ? '门店' : item.fromType == 2 ? '商城' : item.fromType ==3 ? '朋友圈' : '其它' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</t-td>
|
|
</t-td>
|
|
|
- <t-td align="center" color="info"><view style="width:200upx;">{{ item.event }}</view></t-td>
|
|
|
|
|
- <t-td align="center" color="info"><view >{{ parseFloat(item.amount) }}</view></t-td>
|
|
|
|
|
- <t-td align="center" color="info"><view >{{ parseFloat(item.balance) }}</view></t-td>
|
|
|
|
|
- <t-td align="center" color="info"><view >{{ parseFloat(item.txBalance) }}</view></t-td>
|
|
|
|
|
|
|
+ <t-td align="center" color="info"><view style="width:200upx;color:black;">{{ item.event }}</view></t-td>
|
|
|
|
|
+ <t-td align="center" color="info"><view style="color:black;">{{ parseFloat(item.amount) }}</view></t-td>
|
|
|
|
|
+ <t-td align="center" color="info"><view style="color:black;">{{ parseFloat(item.balance) }}</view></t-td>
|
|
|
|
|
+ <t-td align="center" color="info"><view style="color:black;">{{ parseFloat(item.txBalance) }}</view></t-td>
|
|
|
</t-tr>
|
|
</t-tr>
|
|
|
</view>
|
|
</view>
|
|
|
</t-table>
|
|
</t-table>
|