- <!--pages/Bookkeeping/Bookkeeping.wxml-->
- <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
- <image src="../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
- <text style="top:{{isIPX?'54px':'30px'}};">记账申请</text>
- </view>
- <view class="work_plan" style="margin-top:{{isIPX?'88px':'65px'}};">
- <view class="menu_item {{showGroup?'active':''}} " bindtap="switchTab" data-gid='{{true}}'>收入事项<text class="remind">4</text></view>
- <view class="menu_item {{!showGroup?'active':''}} " bindtap="switchTab" data-gid='{{false}}'>支出事项<text class="remind">5</text></view>
- </view>
- <van-checkbox-group wx:if="{{showGroup}}" value="{{ result }}" bind:change="onChange">
- <view class="li">
- <van-checkbox name="1" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">2021年联合社鱼塘承包款</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 经营收入
- </view>
- </view>
- <view>
- <text class="fj_name">附件3</text>
- <text class="time">2021-5-26</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥6533.60</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="2" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">张旺财农机租赁款</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 经营收入
- </view>
- </view>
- <view>
- <text class="fj_name">附件8</text>
- <text class="time">2022-6-6</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥7823.00</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="3" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">库存小麦销售收入款</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 经营收入
- </view>
- </view>
- <view>
- <text class="fj_name">附件6</text>
- <text class="time">2022-2-16</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥1245.86</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="4" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">仓库3月份租金</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 经营收入
- </view>
- </view>
- <view>
- <text class="fj_name">附件2</text>
- <text class="time">2022-4-24</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥4968.38</text>
- </view>
- </van-checkbox>
- </view>
- </van-checkbox-group>
-
-
- <van-checkbox-group wx:if="{{!showGroup}}" value="{{ result2 }}" bind:change="onChange2">
- <view class="li">
- <van-checkbox name="1" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">联合社购买电脑费用</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 现金支出
- </view>
- </view>
- <view>
- <text class="fj_name">附件9</text>
- <text class="time">2021-1-26</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥1358.70</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="2" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">2季度办公用品报销款</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 电子支出
- </view>
- </view>
- <view>
- <text class="fj_name">附件1</text>
- <text class="time">2021-5-30</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥2368.89</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="3" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">3月份办公会工作餐费用</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 现金支出
- </view>
- </view>
- <view>
- <text class="fj_name">附件10</text>
- <text class="time">2021-2-15</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥5698.00</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="4" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">购入化肥款</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 现金支出
- </view>
- </view>
- <view>
- <text class="fj_name">附件12</text>
- <text class="time">2021-7-26</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥4238.96</text>
- </view>
- </van-checkbox>
- </view>
- <view class="li">
- <van-checkbox name="5" shape="square" checked-color="#2C8E68" style="width: 100%;">
- <view style="width: 40%;">
- <text class="tit">村东水田槙保费用</text>
- <view class="fksr">
- <image src="/image/icon/inCome.png" style="width: 16px;height: 14px;margin-right: 5px;"></image>
- 公务卡支出
- </view>
- </view>
- <view>
- <text class="fj_name">附件15</text>
- <text class="time">2021-12-19</text>
- </view>
- <view>
- <view class="wtj">
- <image src="/image/icon/stop.png" style="width: 12px;height: 12px;margin-right: 5px;"></image>
- 未提交
- </view>
- <text class="money">¥9883.00</text>
- </view>
- </van-checkbox>
- </view>
- </van-checkbox-group>
- <view class="ipXbtn"></view>
- <view class="ipXbtn"></view>
- <view class="bottom">
- <view class="btn2" bindtap="goSubmit">提交记账</view>
- </view>
|