微信小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

62 líneas
2.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 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">下一步</view>
  51. </view>
  52. <van-popup show="{{ show }}" bind:close="onClose">
  53. <view>
  54. </view>
  55. </van-popup>