|
|
@@ -395,7 +395,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='purchase-orders-edit1'}}">
|
|
|
|
|
|
+<view style="width:50%;height:88rpx">
|
|
|
+ <view wx:if="{{purchasePriceFlag}}" style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 合计金额:
|
|
|
+ </view>
|
|
|
+ <dk-cell wx:if="{{purchasePriceFlag}}" contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+</view>
|
|
|
+
|
|
|
+<!-- 保存确定区域 -->
|
|
|
+<view style="width: 50%; display: flex;">
|
|
|
+ <view wx:if="{{!rightButtonFlag}}" style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view style="border-radius: 15rpx;width:50%; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" plain round size="large" color="" custom-style="height:88rpx;background:#ffffff;border-radius: 15rpx;color:#1B365D;border: solid 2rpx #1B365D;font-size: 16px; font-weight: bold;" bind:click="submit" type="info">暂存
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view wx:if="{{leftButtonFlag && rightButtonFlag}}" style="width: 10%;"></view>
|
|
|
+
|
|
|
+ <view wx:if="{{rightButtonFlag}}" style="border-radius: 15rpx;width: 50%; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button wx:if="{{leftButtonFlag}}" disabled="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">提交
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+</view>
|
|
|
+
|
|
|
+
|
|
|
+<view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='purchase-orders-offer'}}">
|
|
|
+
|
|
|
+<view style="width:50%;height:88rpx">
|
|
|
+ <view wx:if="{{purchasePriceFlag}}" style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 合计金额:
|
|
|
+ </view>
|
|
|
+ <dk-cell wx:if="{{purchasePriceFlag}}" contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+</view>
|
|
|
+
|
|
|
+<!-- 保存确定区域 -->
|
|
|
+<view style="width: 50%; display: flex;">
|
|
|
+ <view wx:if="{{!rightButtonFlag}}" style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view style="border-radius: 15rpx;width: 50%; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+
|
|
|
+ <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" plain round size="large" color="" custom-style="height:88rpx;background:#ffffff;border-radius: 15rpx;color:#1B365D;border: solid 2rpx #1B365D;font-size: 16px; font-weight: bold;" bind:click="submit" type="info">暂存
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view wx:if="{{leftButtonFlag && rightButtonFlag}}" style="width: 10%;"></view>
|
|
|
+
|
|
|
+ <view wx:if="{{rightButtonFlag}}" style="border-radius: 15rpx;width: 50%; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button wx:if="{{leftButtonFlag}}" disabled="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">提交
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
@@ -456,4 +511,16 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+ <view wx:if="{{flagTypeName ==='purchase-order-detail'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;justify-content: center;align-items: center;">
|
|
|
+ <view style="width:61%">
|
|
|
+ <dk-cell height="46rpx" spaceWidth="1rpx" left="0" fontSize="15" contentColor="#CAA977" fontWeight="600" title="合计金额:" content="{{totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+ <view style="width: 4%;"></view>
|
|
|
+ <view style="width:35%;">
|
|
|
+ <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">关闭
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
</view>
|