|
|
@@ -6,29 +6,29 @@ |
|
|
|
<view class="pure_top" style="top:{{isIPX?'88px':'64px'}};"></view> |
|
|
|
<view class="main-box top-box" style="margin-top:{{isIPX?'100px':'75px'}};"> |
|
|
|
<text class="box-title">审批事项</text> |
|
|
|
<input class="input_tit" placeholder="房屋出租整年费用"/> |
|
|
|
<input class="input_tit" placeholder="房屋出租整年费用" value="{{form.approvalItems}}"/> |
|
|
|
<text>支出总金额</text> |
|
|
|
<view class="money_box">¥<input class="input_money" placeholder="总金额" placeholder-style="color:#E90000;"/></view> |
|
|
|
<text>提交单位:龙华村联合社</text> |
|
|
|
<text>提交日期:2022年1月18日</text> |
|
|
|
<text>提 交 人:报账员</text> |
|
|
|
<text>联系电话:13906311234</text> |
|
|
|
<text>提交单位:{{form.submitCompany}}</text> |
|
|
|
<text>提交日期:{{form.submitDate}}</text> |
|
|
|
<text>提 交 人:{{form.submitter}}</text> |
|
|
|
<text>联系电话:{{form.telephone}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<text class="title">事项一</text> |
|
|
|
<block wx:for="{{form.transfers}}" wx:key="index"> |
|
|
|
<text class="title">事项{{item.num}}</text> |
|
|
|
|
|
|
|
<view class="main-box top-box"> |
|
|
|
<text>支出金额</text> |
|
|
|
<view class="money_box">¥<input class="input_money" placeholder="金额" placeholder-style="color:#E90000;"/></view> |
|
|
|
<view class="money_box">¥<input class="input_money" placeholder="金额" placeholder-style="color:#E90000;" value="{{item.expenditureAmount}}"/></view> |
|
|
|
<van-cell-group border="{{ false }}"> |
|
|
|
<van-cell title="支付联合社办公室12月份租金" border="{{ false }}" > |
|
|
|
<van-cell title="{{item.remark}}" border="{{ false }}" > |
|
|
|
<view slot="icon" style="width: 15%;">事由:</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell title="龙华村联合社华" border="{{ false }}" center > |
|
|
|
<van-cell title="{{item.payer}}" border="{{ false }}" center > |
|
|
|
<view slot="icon" style="width: 15%;"><image src="/image/apply/icon_fu.png" style="width: 20px;height: 20px;"></image></view> |
|
|
|
</van-cell> |
|
|
|
|
|
|
|
<van-cell title="龙华村联合社龙华村联合社龙华龙华村联合社" center border="{{ false }}" > |
|
|
|
<van-cell title="{{item.payeeList[0].payee}}" center border="{{ false }}" > |
|
|
|
<view slot="icon" style="width: 15%;"><image src="/image/apply/icon_shou.png" style="width: 20px;height: 20px;"></image></view> |
|
|
|
</van-cell> |
|
|
|
<view class="btnBox"> |
|
|
@@ -39,6 +39,8 @@ |
|
|
|
</van-cell-group> |
|
|
|
</view> |
|
|
|
|
|
|
|
</block> |
|
|
|
|
|
|
|
<view class="bottomBtn"> |
|
|
|
<view bindtap="showPopup"> |
|
|
|
<image src="/image/apply/icon_pres.png"></image> |
|
|
|