添加扣款小计
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
<view class="bottom-tips">说明:请核实当月考勤记录,确认无误请签字确认</view>
|
<view class="bottom-tips">说明:请核实当月考勤记录,确认无误请签字确认</view>
|
||||||
<!-- 员工签字 -->
|
<!-- 员工签字 -->
|
||||||
|
|
||||||
<view class="sign">
|
<view class="sign" v-if="attendanceData.signatureImg">
|
||||||
<view class="sign-tit">
|
<view class="sign-tit">
|
||||||
员工签字
|
员工签字
|
||||||
<text>/保留员工签字</text>
|
<text>/保留员工签字</text>
|
||||||
|
|||||||
@@ -141,10 +141,10 @@
|
|||||||
<text class="label">个税</text>
|
<text class="label">个税</text>
|
||||||
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
|
<text class="value">{{dataInfo.individualTaxDeduction}}</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="item total">
|
<view class="item total">
|
||||||
<text class="label">扣款小计</text>
|
<text class="label">扣款小计</text>
|
||||||
<text class="value highlight red">{{deductionTotle}}</text>
|
<text class="value highlight red">{{dataInfo.deductionDetails}}</text>
|
||||||
</view> -->
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user