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.
|
- <!--pages/apply/paymentTemplate/paymentTemplate.wxml-->
- <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 border="{{ false }}">
- <van-cell title="支付联合社办公室12月份租金" border="{{ false }}" >
- <view slot="icon" style="width: 15%;">事由:</view>
- </van-cell>
- <van-cell title="龙华村联合社华" 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 }}" >
- <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">
- <image src="/image/apply/down.png" class="down"></image>
- <image src="/image/apply/icon_update.png" class="update"></image>
- <image src="/image/apply/icon_delete.png" class="delete"></image>
- </view>
- </van-cell-group>
- </view>
-
- <view class="bottomBtn">
- <view bindtap="showPopup">
- <image src="/image/apply/icon_pres.png"></image>
- <text>保存模板</text>
- </view>
- <view>
- <image src="/image/apply/icon_add.png"></image>
- <text>新增事项</text>
- </view>
- </view>
-
- <view class="bottom">
- <view class="btn1" bindtap="openBox">提交复核</view>
- <view class="btn2">下一步</view>
- </view>
-
- <van-popup show="{{ show }}" bind:close="onClose">
- <view>
-
- </view>
- </van-popup>
|