|
|
@@ -18,10 +18,10 @@
|
|
|
<t-th><view @click="rankByFn('num')">总数量<i class="iconfont iconsanjiao_xia"></i></view></t-th>
|
|
|
<t-th><view @click="rankByFn('amount')">总金额<i class="iconfont iconsanjiao_xia"></i></view></t-th>
|
|
|
</t-tr>
|
|
|
- <view style="padding:10upx 0 10upx 10upx;">
|
|
|
+ <view style="padding:15upx 0 10upx 20upx;font-size:28upx;">
|
|
|
<view v-for="(cgItem,cgIndex) in profile.staffCg">
|
|
|
- <text style="width:150upx;overflow:hidden;display:inline-block;">{{cgItem.cgStaffName?cgItem.cgStaffName:'未记名'}}</text>
|
|
|
- <text>总采购:{{cgItem.num}}笔 ¥{{cgItem.amount?parseFloat(cgItem.amount):0}}</text>
|
|
|
+ <text style="width:180upx;overflow:hidden;display:inline-block;">{{cgItem.cgStaffName?cgItem.cgStaffName:'未记名'}}</text>
|
|
|
+ <text>总采购:{{cgItem.itemNum?parseFloat(cgItem.itemNum):0}}扎 {{cgItem.num}}笔 ¥{{cgItem.amount?parseFloat(cgItem.amount):0}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<block v-if="profile.list && !$util.isEmpty(profile.list)">
|