微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 line
1.5 KiB

  1. <!--pages/apply/paymentTemplate/paymentTemplate.wxml-->
  2. <image src="../../../image/expenditureAudit/bgGreen.png" class="bgPage"></image>
  3. <view class="ns top" style="height:{{isIPX?'88px':'64px'}};background:none;">
  4. <image src="/image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  5. <text style="top:{{isIPX?'54px':'30px'}};">支出申请</text>
  6. </view>
  7. <view class="main-box top-box" style="margin-top:{{isIPX?'100px':'75px'}};">
  8. <text class="box-title">审批事项</text>
  9. <input class="input_tit" placeholder="房屋出租整年费用"/>
  10. <text>支出总金额</text>
  11. <view class="money_box">¥<input class="input_money" placeholder="总金额"/></view>
  12. <text>提交单位:龙华村联合社</text>
  13. <text>提交日期:2022年1月18日</text>
  14. <text>提 交 人:报账员</text>
  15. <text>联系电话:13906311234</text>
  16. </view>
  17. <text class="title">事项一</text>
  18. <view class="main-box top-box">
  19. <text>支出金额</text>
  20. <view class="money_box">¥<input class="input_money" placeholder="金额"/></view>
  21. <van-cell-group>
  22. <van-cell title="支付联合社办公室12月份租金" border="{{ false }}" >
  23. <view slot="icon">事由</view>
  24. </van-cell>
  25. <van-cell title="龙华村联合社华" border="{{ false }}" >
  26. <view slot="icon"></view>
  27. </van-cell>
  28. <van-cell title="龙华村联合社龙华村联合社龙华龙华村联合社" border="{{ false }}" >
  29. <view slot="icon"></view>
  30. </van-cell>
  31. </van-cell-group>
  32. </view>