|
|
@@ -0,0 +1,395 @@
|
|
|
+<!-- 底部工具栏-保存 -->
|
|
|
+<view class="{{flagTypeName=='order-choose-goods'?'bottom-class-2':'bottom-class-1'}}">
|
|
|
+ <!-- 订单开单保存 -->
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='order-save'}}">
|
|
|
+
|
|
|
+ <view style="width:50%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 需收款:
|
|
|
+ <!-- <view style="color: #CAA977;font-size: 32rpx;line-height: 40rpx;display: flex;align-items: center;">
|
|
|
+ <view style="font-size: 22rpx;line-height: 25rpx;width: 25rpx;">¥</view>{{totallength}}
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ <dk-cell contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 50%; display: flex;">
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button 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 ==='order-save-apvResul'}}">
|
|
|
+
|
|
|
+ <view style="width:50%;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: 50%; display: flex;">
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button wx:if="{{allCleanFlag}}" round size="large" color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">收款
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="info">保存
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="save-bottom" wx:if="{{flagTypeName ==='order-save-amount'}}" style="display: flex; padding-top: 6vw;">
|
|
|
+ <view style="width:50%;height:55rpx;padding-top: 5px;padding-left: 22px;">
|
|
|
+ <view style="font-size:4vw;height:16px;line-height:16px;" class="red-text">
|
|
|
+ <view style="margin-bottom: 1vw;">需收款:</view>
|
|
|
+ <dk-cell contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width:239rpx;">
|
|
|
+ <van-button size="large" round disabled="{{disabledFlag}}" loading="{{disabledFlag}}"color="#CAA977" custom-style="height:88rpx;" bind:click="submit" type="info">收款
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='order-save-offer'}}">
|
|
|
+
|
|
|
+ <view style="width:50%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 需收款:
|
|
|
+ <!-- <view style="color: #CAA977;font-size: 32rpx;line-height: 40rpx;display: flex;align-items: center;">
|
|
|
+ <view style="font-size: 22rpx;line-height: 25rpx;width: 25rpx;">¥</view>{{totallength}}
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ <dk-cell contentFontSize="16" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 50%; display: flex;">
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button disabled="{{disabledFlag}}" round size="large" color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">成交
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; 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 ==='order-save-deal'}}">
|
|
|
+ <view style="width:45%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 需收款:
|
|
|
+ <view style="color: #CAA977;font-size: 32rpx;line-height: 40rpx;display: flex;align-items: center;">
|
|
|
+ <dk-cell style="margin-top: -2vw;" left="32px" center="center" fontSize="16" contentFontSize="16" contentColor="#CAA977" spaceWidth="0" contentFontWeight="bold" content="{{totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 55%;display: flex;">
|
|
|
+
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button size="large" round color="#506483" plain custom-style="height:88rpx;"wx:if="{{allCleanFlag}}" bind:click="allClean" type="info" disabled="{{disabledFlag}}" loading="{{disabledFlag}}">收款成交
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button round size="large" color="#CAA977" custom-style="height:88rpx;" loading="{{disabledFlag}}" disabled="{{disabledFlag}}" bind:click="submit" type="info">未收款成交
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 成交详情 -->
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='buying-signal'}}">
|
|
|
+ <view style="width:50%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 需收款:
|
|
|
+ <view style="color: #CAA977;font-size: 32rpx;line-height: 40rpx;display: flex;align-items: center;">
|
|
|
+ <view style="font-size: 22rpx;line-height: 25rpx;width: 25rpx;">¥</view>{{totallength}}
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 50%; display: flex;">
|
|
|
+
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button plain round size="large" color="#506483" custom-style="height:88rpx;" bind:click="submit" type="default">分享
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 19rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button round size="large" color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="info">收款
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='buying-signal-copy'}}">
|
|
|
+ <view style="width:50%;height:88rpx">
|
|
|
+ <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
+ 需收款:
|
|
|
+ <view style="color: #CAA977;font-size: 32rpx;line-height: 40rpx;display: flex;align-items: center;">
|
|
|
+ <view style="font-size: 22rpx;line-height: 25rpx;width: 25rpx;">¥</view>{{totallength}}
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 50%; display: flex;text-align: right;">
|
|
|
+
|
|
|
+
|
|
|
+ <view style="width: 100rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 196rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button plain round size="large" color="#506483" custom-style="height:88rpx;" bind:click="submit" type="default">分享
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 订单开单选商品 -->
|
|
|
+ <view class="order-choose-goods-class" wx:if="{{flagTypeName ==='order-choose-goods'}}">
|
|
|
+ <view class="order-choose-goods-total-class">
|
|
|
+ <!-- 合计金额:¥{{totallength}} -->
|
|
|
+ <dk-cell height="46rpx" spaceWidth="1rpx" left="0" fontSize="15" contentColor="#CAA977" fontWeight="600" title="合计金额:" content="{{totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+ <view style="padding-left: 40rpx;">
|
|
|
+ <dk-text fontWeight="" fontSize="11px" color="#fff" value="已选:{{selectlength}} 品类 数量:{{selectTotallength}} 件"></dk-text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <van-button wx:if="{{submitFlag}}" custom-class="order-choose-goods-button-class" bind:click="submit" type="default">结算
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="save-bottom" wx:if="{{flagTypeName ==='order-choose-goods-repacement'}}">
|
|
|
+ <view style="width:65%;height:85rpx;padding:15rpx 0 15rpx 0">
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view class="save-bottom-button">
|
|
|
+ <van-button custom-style="height:60rpx;width:75%;word-break:keep-all" bind:click="submit" type="info">确定
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 订单开单列表-->
|
|
|
+ <view wx:if="{{flagTypeName ==='order-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
+
|
|
|
+ <view style="width: calc(100% - 239rpx);height:85rpx;">
|
|
|
+ <view>
|
|
|
+ <dk-cell height="60rpx" left="2rpx" fontSize="16" fontWeight="600" contentFontWeight="600" contentColor="#CAA977" titleColor="#CAA977;" contentFontWeight="bold" title="合计金额:" content="{{totallength}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+ <view style="line-height: 40rpx;font-size: 23rpx;color:#95A8CB;height: 40rpx; ">
|
|
|
+ <text decode>共:{{selectlength}} 单 数量:{{selectTotallength}} </text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width:239rpx;" wx:if="{{submitFlag}}">
|
|
|
+ <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">新建
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 购物车开单保存 -->
|
|
|
+ <view class="save-bottom" wx:if="{{flagTypeName ==='shopping-save'}}">
|
|
|
+ <view style="width:50%;height:85rpx;padding:15rpx 0 15rpx 0">
|
|
|
+ <view style="font-size:4vw;height:30rpx;line-height:30rpx;">合计金额:<span class="red-text">¥{{totallength}}</span>
|
|
|
+ </view>
|
|
|
+ <view style="width:100%;height:5rpx;background:#fff;"></view>
|
|
|
+ <view style="font-size:3.2vw;color:#030303;height:50rpx;line-height:40rpx;">
|
|
|
+ <text decode>已选:{{selectlength}} 品类 共:{{selectTotallength}} 件</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view class="save-bottom-button" style="width: 45%;">
|
|
|
+ <view style="display:flex;">
|
|
|
+ <van-button custom-style="height:60rpx;word-break:keep-all" bind:click="allClean" type="default">批量清理
|
|
|
+ </van-button>
|
|
|
+ <view style="width: 3px;"></view>
|
|
|
+ <van-button custom-style="height:60rpx;word-break:keep-all" bind:click="submit" type="info">开单
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view class="save-bottom" wx:if="{{flagTypeName ==='pending-save'}}">
|
|
|
+ <view style="width:50%;height:85rpx;padding:15rpx 0 15rpx 0"></view>
|
|
|
+ <view class="save-bottom-button" style="width: 45%;">
|
|
|
+ <view style="display:flex;text-align: right;padding-left: 90rpx;">
|
|
|
+ <van-button custom-style="height:60rpx;word-break:keep-all" bind:click="allClean" type="default">拒绝
|
|
|
+ </van-button>
|
|
|
+ <view style="width: 3px;"></view>
|
|
|
+ <van-button custom-style="height:60rpx;word-break:keep-all" bind:click="submit" type="info">同意
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view class="save-bottom" style="width: 100%;align-items: center;" wx:if="{{flagTypeName ==='receive-customers'}}">
|
|
|
+ <view style="height:85rpx;margin-top: 45rpx;color:#1B365D;font-style: normal;font-weight: 400;font-size: 15px;line-height: 40px;">
|
|
|
+ 共 {{totallength}} 条接待信息
|
|
|
+ <!-- <view class="save-bottom" wx:if="{{flagTypeName ==='receive-customers'}}">
|
|
|
+ <view style="width:65%;height:85rpx;padding:15rpx 0 15rpx 0; margin-top: 15rpx;">
|
|
|
+ 共 {{totallength}} 条数据 -->
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view class="save-bottom-button" style="width: 358rpx;margin-top: 45rpx;">
|
|
|
+ <van-button custom-style="width:358rpx;height:88rpx;font-size:16px;border-radius: 15rpx;" color="#1B365D" block bind:click="submit" type="info">新建
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!--客户列表一览-->
|
|
|
+ <view class="save-bottom" wx:if="{{flagTypeName ==='customers'}}">
|
|
|
+ <!-- <view style="width:65%;height:85rpx;padding:15rpx 0 15rpx 0; margin-top: 15rpx;">
|
|
|
+ 共 {{totallength}}位客户
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <!-- <view class="save-bottom-button">
|
|
|
+ <van-button custom-style="height:60rpx;width:75%;word-break:keep-all" bind:click="submit" type="info">新建
|
|
|
+ </van-button>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <view class="customer-save-bottom">
|
|
|
+ <view style="line-height: 88rpx">
|
|
|
+ <dk-text fontSize="15px" fontWeight="nomal" value="{{ '共' + totallength + '位客户'}}"></dk-text>
|
|
|
+ </view>
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 358rpx;" wx:if="{{submitFlag}}">
|
|
|
+ <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">新建
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view class="save-bottom" style="width: 100%;align-items: center;" wx:if="{{flagTypeName ==='customer-collection'}}">
|
|
|
+ <view style="height:85rpx;margin-top: 45rpx;color:#1B365D;font-style: normal;font-weight: 400;font-size: 15px;line-height: 40px;">
|
|
|
+ 共 {{totallength}} 条收款记录
|
|
|
+ <!-- <view class="save-bottom" wx:if="{{flagTypeName ==='receive-customers'}}">
|
|
|
+ <view style="width:65%;height:85rpx;padding:15rpx 0 15rpx 0; margin-top: 15rpx;">
|
|
|
+ 共 {{totallength}} 条数据 -->
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view class="save-bottom-button" style="width: 358rpx;margin-top: 45rpx;">
|
|
|
+ <van-button custom-style="width:358rpx;height:88rpx;font-size:16px;border-radius: 15rpx;" color="#1B365D" block bind:click="submit" type="info">新建
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 定制设计 -->
|
|
|
+ <view style="padding:35rpx 60rpx 59rpx 72rpx; display: flex;" wx:if="{{flagTypeName ==='order-design'}}">
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 100%; display: flex;">
|
|
|
+ <view style="border-radius: 15rpx;width: 295rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button plain round size="large" color="#506483" custom-style="height:88rpx;" bind:click="submit" type="default">客户分享
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 28rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 295rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="info">方案确定
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <view style="padding:35rpx 60rpx 59rpx 72rpx; display: flex;" wx:if="{{flagTypeName ==='approval-center'}}">
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width: 100%; display: flex;">
|
|
|
+ <view style="border-radius: 15rpx;width: 295rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button plain round size="large" color="#506483" custom-style="height:88rpx;" bind:click="submit" type="default">拒绝
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ <view style="width: 28rpx;"></view>
|
|
|
+
|
|
|
+ <view style="border-radius: 15rpx;width: 295rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
+ <van-button round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="info">同意
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- 样品检查 -->
|
|
|
+ <view wx:if="{{flagTypeName ==='sample-check-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
+ <view style="width: calc(100% - 239rpx);height:85rpx;">
|
|
|
+ </view>
|
|
|
+ <!-- 保存确定区域 -->
|
|
|
+ <view style="width:239rpx;" wx:if="{{submitFlag}}">
|
|
|
+ <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">保存
|
|
|
+ </van-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|