|
|
@@ -1013,6 +1013,51 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='funds-transfer-detail'}}">
|
|
|
+
|
|
|
+ <view style="width:40%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 转账合计:
|
|
|
+ </view>
|
|
|
+ <dk-cell contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 60%; display: flex;">
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 26rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 426rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="info">关闭
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='accounting-verification'}}">
|
|
|
+
|
|
|
+ <view style="width:40%;height:88rpx">
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 60%; display: flex;">
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 26rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 426rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="info">新建
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
|