- <!--pages/project/project.wxml-->
- <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
- <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="search_box" style="margin-top:{{isIPX?'100px':'75px'}};">
- <van-search
- value="{{ value }}"
- shape="round"
- background="transparent"
- placeholder="请输入搜索关键词"
- clearable
- bind:change="goSearch"
- />
- <view class="add_btn" bindtap="goAdd"><text>新增</text></view>
- </view>
-
- <van-swipe-cell right-width="{{ 65 }}" class="workflow">
- <view class="li" bindtap="goUpdate">
- <view class="tit_box">
- <view class="tit_box_left">
- <van-tag plain type="danger" color="#FC9A55" style="margin-right:10px;">汇票号</van-tag>
- <text class="tit">3564353245345</text>
- </view>
- <view class="tit_type">
- <text>商业承兑</text>
- </view>
- </view>
-
- <view class="detail_box">
- <view class="detail_box_left">
- <text class="fkmc">家家悦\n集团体育基地店</text>
- <text class="fkdw">付票单位</text>
- </view>
- <view class="detail_box_center">
- <text class="detail_box_money">¥5000.00</text>
- <image src="/image/icon/icon_zfz.png" style="width:40px;" mode="widthFix"></image>
- </view>
- <view class="detail_box_right">
- <text class="fkmc">张村\n经济合作社</text>
- <text class="skdw">收票单位</text>
- </view>
- </view>
-
- <view class="detail_time">
- <image src="/image/icon/icon_date.png" style="width: 14px;height: 14px;"></image>
- <text>2021.09.01-2022.08.31</text>
- </view>
- </view>
- <view slot="right" class="deleteBox">
- <view style="flex: 1;height: 100%;display: flex;align-items: center;">
- <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;" data-id="{{item.id}}" data-index="{{index}}" bindtap="delete"></image>
- </view>
- </view>
- </van-swipe-cell>
|