|
@@ -1,4 +1,4 @@
|
|
|
-<import src="detail.skeleton.wxml"/>
|
|
|
+<import src="detail.skeleton.wxml" />
|
|
|
<template is="skeleton" wx:if="{{loading}}" />
|
|
|
|
|
|
<view class="intr">
|
|
@@ -15,27 +15,15 @@
|
|
|
</view>
|
|
|
<Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
|
|
|
<Preview slot='详细信息' list1='{{list1}}' list2='{{list2}}' />
|
|
|
- <remitVoucher disabled="{{detail.status != '新建'}}" detail="{{detail}}" slot="打款明细" id="remitVoucher" bind:onSuccess="getDetail"></remitVoucher>
|
|
|
+ <remitVoucher disabled="{{detail.status != '新建'}}" detail="{{detail}}" slot="打款明细" id="remitVoucher" bind:onSuccess="getDetail"></remitVoucher>
|
|
|
+ <Yl_Attachment slot='附件' id='Yl_Attachment' ownertable="sa_paybill" ownerid="{{detail.sa_paybillid}}" disabled="{{detail.status!='新建'}}" />
|
|
|
<view style="height: 160rpx;" />
|
|
|
</Yl_FunTabs>
|
|
|
|
|
|
<!-- 底部 -->
|
|
|
-<Yl_Tabbar list='{{tabbarsList}}' bind:callback="tabbarOnClick" />
|
|
|
+<Yl_Tabbar wx:if="{{tabbarsList.length}}" list='{{tabbarsList}}' bind:callback="tabbarOnClick" />
|
|
|
|
|
|
|
|
|
-<van-popup
|
|
|
- show="{{ show }}"
|
|
|
- position="bottom"
|
|
|
- custom-style="height: 50%;"
|
|
|
- bind:close="onClose"
|
|
|
- bind:click-overlay="onClose"
|
|
|
- z-index="9999"
|
|
|
->
|
|
|
- <van-datetime-picker
|
|
|
- type="date"
|
|
|
- value="{{ currentDate }}"
|
|
|
- formatter="{{ formatter }}"
|
|
|
- bind:confirm="checkSubmit"
|
|
|
- bind:cancel="onClose"
|
|
|
- />
|
|
|
-</van-popup>
|
|
|
+<van-popup show="{{ show }}" position="bottom" custom-style="height: 50%;" bind:close="onClose" bind:click-overlay="onClose" z-index="9999">
|
|
|
+ <van-datetime-picker type="date" value="{{ currentDate }}" formatter="{{ formatter }}" bind:confirm="checkSubmit" bind:cancel="onClose" />
|
|
|
+</van-popup>
|