|
|
@@ -1,5 +1,34 @@ |
|
|
|
<!--pages/apply/paymentTemplate/paymentTemplate.wxml--> |
|
|
|
<view class="ns" style="height:{{isIPX?'88px':'64px'}};"> |
|
|
|
<image src="../../../image/expenditureAudit/bgGreen.png" class="bgPage"></image> |
|
|
|
<view class="ns top" style="height:{{isIPX?'88px':'64px'}};background:none;"> |
|
|
|
<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="main-box top-box" style="margin-top:{{isIPX?'100px':'75px'}};"> |
|
|
|
<text class="box-title">审批事项</text> |
|
|
|
<input class="input_tit" placeholder="房屋出租整年费用"/> |
|
|
|
<text>支出总金额</text> |
|
|
|
<view class="money_box">¥<input class="input_money" placeholder="总金额"/></view> |
|
|
|
<text>提交单位:龙华村联合社</text> |
|
|
|
<text>提交日期:2022年1月18日</text> |
|
|
|
<text>提 交 人:报账员</text> |
|
|
|
<text>联系电话:13906311234</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<text class="title">事项一</text> |
|
|
|
|
|
|
|
<view class="main-box top-box"> |
|
|
|
<text>支出金额</text> |
|
|
|
<view class="money_box">¥<input class="input_money" placeholder="金额"/></view> |
|
|
|
<van-cell-group> |
|
|
|
<van-cell title="支付联合社办公室12月份租金" border="{{ false }}" > |
|
|
|
<view slot="icon">事由</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell title="龙华村联合社华" border="{{ false }}" > |
|
|
|
<view slot="icon"></view> |
|
|
|
</van-cell> |
|
|
|
<van-cell title="龙华村联合社龙华村联合社龙华龙华村联合社" border="{{ false }}" > |
|
|
|
<view slot="icon"></view> |
|
|
|
</van-cell> |
|
|
|
</van-cell-group> |
|
|
|
</view> |