微信小程序
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.

68 regels
2.8 KiB

  1. <!--pages/apply/paymentTemplate/paymentTemplate.wxml height:{{isIPX?'88px':'64px'}};-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="/image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">支出申请</text>
  5. </view>
  6. <view class="pure_top" style="top:{{isIPX?'88px':'64px'}};"></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="总金额" placeholder-style="color:#E90000;"/></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="金额" placeholder-style="color:#E90000;"/></view>
  21. <van-cell-group border="{{ false }}">
  22. <van-cell title="支付联合社办公室12月份租金" border="{{ false }}" >
  23. <view slot="icon" style="width: 15%;">事由:</view>
  24. </van-cell>
  25. <van-cell title="龙华村联合社华" border="{{ false }}" center >
  26. <view slot="icon" style="width: 15%;"><image src="/image/apply/icon_fu.png" style="width: 20px;height: 20px;"></image></view>
  27. </van-cell>
  28. <van-cell title="龙华村联合社龙华村联合社龙华龙华村联合社" center border="{{ false }}" >
  29. <view slot="icon" style="width: 15%;"><image src="/image/apply/icon_shou.png" style="width: 20px;height: 20px;"></image></view>
  30. </van-cell>
  31. <view class="btnBox">
  32. <image src="/image/apply/down.png" class="down"></image>
  33. <image src="/image/apply/icon_update.png" class="update"></image>
  34. <image src="/image/apply/icon_delete.png" class="delete"></image>
  35. </view>
  36. </van-cell-group>
  37. </view>
  38. <view class="bottomBtn">
  39. <view bindtap="showPopup">
  40. <image src="/image/apply/icon_pres.png"></image>
  41. <text>保存模板</text>
  42. </view>
  43. <view>
  44. <image src="/image/apply/icon_add.png"></image>
  45. <text>新增事项</text>
  46. </view>
  47. </view>
  48. <view class="bottom">
  49. <view class="btn1" bindtap="openBox">提交复核</view>
  50. <view class="btn2" bindtap="goApproval">下一步</view>
  51. </view>
  52. <van-dialog
  53. use-slot
  54. title="支付模板"
  55. show="{{ show }}"
  56. bind:close="onClose"
  57. theme='round-button'
  58. confirmButtonText="保存"
  59. closeOnClickOverlay="{{ true }}"
  60. >
  61. <input class="input_tit" placeholder="请输入模板名称" style="width: 90%;margin: 0 auto;margin-top: 15px;margin-bottom: 10px;text-align: center;"/>
  62. </van-dialog>