|
|
@@ -14,6 +14,38 @@ |
|
|
|
<text>提 交 人:{{form.approvalItemTemplate.submitter}}</text> |
|
|
|
<text>联系电话:{{form.approvalItemTemplate.telephone}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<van-collapse accordion value="{{ activeNames }}" bind:change="onChange"> |
|
|
|
<van-collapse-item name="{{index}}" is-link="{{false}}" wx:for="{{form.transfers}}" wx:key="index"> |
|
|
|
<view slot="title" class="tit_box"> |
|
|
|
<text class="title">事项{{item.num}}</text> |
|
|
|
<view class="top-box"> |
|
|
|
<text>支出金额</text> |
|
|
|
<view class="money_box">¥<input class="input_money" readonly placeholder="金额" placeholder-style="color:#E90000;" value="{{item.expenditureAmount}}"/></view> |
|
|
|
<van-cell-group border="{{ false }}"> |
|
|
|
<van-cell title="{{item.remark}}" border="{{ false }}" > |
|
|
|
<view slot="icon" style="width: 15%;">事由:</view> |
|
|
|
</van-cell> |
|
|
|
<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="{{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"> |
|
|
|
<image src="/image/apply/down.png" data-index="{{index}}" class="down" bindtap="goSee"></image> |
|
|
|
<image src="/image/apply/icon_update.png" class="update" bindtap="goUpdate"></image> |
|
|
|
<image src="/image/apply/icon_delete.png" class="delete" data-index="{{index}}" bindtap="goDelete"></image> |
|
|
|
</view> |
|
|
|
</van-cell-group> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
代码是写出来给人看的,附带能在机器上运行 |
|
|
|
</van-collapse-item> |
|
|
|
</van-collapse> |
|
|
|
|
|
|
|
|
|
|
|
<block wx:for="{{form.transfers}}" wx:key="index"> |
|
|
|
<text class="title">事项{{item.num}}</text> |
|
|
|
|
|
|
|