|
|
@@ -1,1324 +0,0 @@
|
|
|
-<!-- 底部工具栏-保存 -->
|
|
|
-<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 ==='purchase-orders-offer'}}">
|
|
|
-
|
|
|
- <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 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 ==='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 ==='order-save-deal-return'}}">
|
|
|
- <view style="width:45%;height:88rpx">
|
|
|
- <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;" wx:if="{{purchasePriceFlag}}">
|
|
|
- 货物金额:
|
|
|
- <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;">
|
|
|
-
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 392rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button round size="large" color="#1B365D" 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: {{submitFlag ? '196rpx' :'392rpx'}}; 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 wx:if="{{submitFlag}}" 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;" disabled="{{!allCleanFlag}}" 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;" disabled="{{!allCleanFlag}}" 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 wx:if="{{purchasePriceFlag}}" height="46rpx" spaceWidth="1rpx" left="0" fontSize="15" contentColor="#CAA977" fontWeight="600" title="合计金额:" content="{{totallength}}"></dk-cell>
|
|
|
- </view>
|
|
|
- <view style="{{!purchasePriceFlag ? 'padding-left: 40rpx;padding-top:20rpx' : '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 ==='supplier-list'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;justify-content: center;align-items: center;">
|
|
|
- <view style="width:48%;height:85rpx;">
|
|
|
- <view style="display: flex;justify-content: left;align-items: center;">
|
|
|
- <van-checkbox value="{{checked}}" data-index="{{index}}" checked-color="#1989FA" bind:change="onCheckboxChange" />
|
|
|
- <view style="color: #1B365D;font-size: 13px;margin-left: 20rpx;">启用</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;height:85rpx;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='select-product-attribute-suppliers'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:48%">
|
|
|
- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">新建
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">保存
|
|
|
- </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>
|
|
|
-
|
|
|
- <!-- 采购入库列表 2024年3月8日-->
|
|
|
- <view wx:if="{{flagTypeName ==='purchase-receipt'}}" 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 wx:if="{{flagTypeName ==='purchase-return-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
- <view style="width:100%;height:85rpx;padding-left: 20rpx;padding-right: 20rpx;">
|
|
|
- <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}} 单 </text>
|
|
|
- </view>
|
|
|
- </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 style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='purchase-order'}}">
|
|
|
- <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%; text-align: right;justify-content: center;">
|
|
|
- <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;width:239rpx" bind:click="submit" type="info">关闭
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <!-- 采购入库详情 -->
|
|
|
- <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='purchase-detail'}}">
|
|
|
- <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%; text-align: right;justify-content: center;">
|
|
|
- <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" round size="large" color="#1B365D" custom-style="height:88rpx;width:239rpx" bind:click="submit" type="info">{{allSubmitName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 选订单 -->
|
|
|
- <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='purchase-orders-sale-order'}}">
|
|
|
-
|
|
|
- <view style="width:50%;height:88rpx">
|
|
|
-
|
|
|
- <view>
|
|
|
- <van-checkbox size="26rpx" value="{{ checked }}" data-index="{{index}}" data-index_="{{index_}}" bind:change="onListItemChange">
|
|
|
- <view style="color:#95A8CB;font-size: 26rpx;">全选</view>
|
|
|
- </van-checkbox>
|
|
|
- </view>
|
|
|
- <view style="line-height: 44rpx;font-size: 23rpx;color:#95A8CB;padding-top: 10rpx;">
|
|
|
- <text decode>共:{{selectlength}} 单 数量:{{selectTotallength}} </text>
|
|
|
- </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 disabled="{{disabledFlag}}" plain round custom-class="save-button-class-canl" size="large" color="" 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 ==='purchase-inventory-offer'}}">
|
|
|
-
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">{{allCleanName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; 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">{{allSubmitName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 已入库单-->
|
|
|
- <view wx:if="{{flagTypeName ==='received-order'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">入库回退
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; 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 wx:if="{{flagTypeName ==='other-warehousing'}}" 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=""></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 wx:if="{{flagTypeName ==='add-other-warehousing'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width: calc(100% - 65%); height: 85rpx; display: flex; justify-content: center; align-items: center;">
|
|
|
- <van-checkbox shape="round" value="{{ checked }}" bind:change="onCheckboxChange">自动入库办理</van-checkbox>
|
|
|
- </view>
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <view style="width:65%;justify-content: center;display:flex;">
|
|
|
- <van-button style="width:40%;margin-right: 5%;background: #ffffff;color:#1B365D;border: solid 2rpx #1B365D;font-size:16px;font-weight: bold;border-radius: 15rpx" plain round size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">取消
|
|
|
- </van-button>
|
|
|
- <van-button style="width: 40%;" size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 出库办理列表-->
|
|
|
- <view wx:if="{{flagTypeName ==='other-outbound-list'}}" 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=""></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 wx:if="{{flagTypeName ==='add-other-outbound'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width: calc(100% - 65%); height: 85rpx; display: flex; justify-content: center; align-items: center;">
|
|
|
- <van-checkbox shape="round" value="{{ checked }}" bind:change="onCheckboxChange">自动出库办理</van-checkbox>
|
|
|
- </view>
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <view style="width:65%;justify-content: center;display:flex;">
|
|
|
- <van-button style="width:40%;margin-right: 5%;background:#ffffff;border-radius: 15rpx;color:#1B365D;border: solid 2rpx #1B365D;font-size: 16px; font-weight: bold;" plain round size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">取消
|
|
|
- </van-button>
|
|
|
- <van-button style="width: 40%;" size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 销售出库-->
|
|
|
- <view wx:if="{{flagTypeName ==='sales-outbound'}}" 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=""></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 style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='outbound-rollback-save'}}">
|
|
|
-
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">{{allCleanName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; 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">{{allSubmitName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 新建销售出库-->
|
|
|
- <view wx:if="{{flagTypeName ==='add-sales-outbound'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width: calc(100% - 65%); height: 85rpx; display: flex; justify-content: center; align-items: center;">
|
|
|
- <view>
|
|
|
- <van-checkbox wx:if="{{showcheckbox}}" shape="round" value="{{ checked }}" bind:change="onCheckboxChange" style="font-size: 12px;">自动出库办理</van-checkbox>
|
|
|
- <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
- 合计金额:
|
|
|
- </view>
|
|
|
- <dk-cell contentFontSize="15" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <view style="width:65%;justify-content: center;display:flex;">
|
|
|
- <van-button style="width:40%;margin-right: 5%;" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">关闭
|
|
|
- </van-button>
|
|
|
- <van-button style="width: 40%;" size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">销售出库
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 编辑销售出库-->
|
|
|
- <view wx:if="{{flagTypeName ==='edit-sales-outbound'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width: calc(100% - 65%); height: 85rpx; display: flex; justify-content: center; align-items: center;">
|
|
|
- <view>
|
|
|
- <van-checkbox shape="round" value="{{ checked }}" bind:change="onCheckboxChange" style="font-size: 12px;">自动出库办理</van-checkbox>
|
|
|
- <view style="color: #CAA977;font-size: 30rpx;line-height: 40rpx;">
|
|
|
- 合计金额:
|
|
|
- </view>
|
|
|
- <dk-cell contentFontSize="15" height="44rpx" fontWeight="600" left="0rpx" contentColor="#CAA977" title="" content="{{ totallength}}"></dk-cell>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <view style="width:65%;justify-content: center;display:flex;">
|
|
|
- <van-button style="width:40%;margin-right: 5%;" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">关闭
|
|
|
- </van-button>
|
|
|
- <van-button style="width: 40%;" size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">销售出库
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 销售出库 - 已出库 - 详情(出库回退) -->
|
|
|
- <view style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='Sales-outbound-rollback'}}">
|
|
|
-
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" plain round custom-class="save-button-class-canl" size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">{{allCleanName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; 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 ==='sales-return-details'}}">
|
|
|
-
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" plain round size="large" color="" custom-style="height:88rpx;" bind:click="allClean" type="default">{{allCleanName}}
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; 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">{{allSubmitName}}
|
|
|
- </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 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 ==='receipt-add'}}">
|
|
|
-
|
|
|
- <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="#CAA977" 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 ==='receipt-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 ==='other-expenditure-orders-detail'}}">
|
|
|
-
|
|
|
- <view style="width:50%;height:88rpx">
|
|
|
- <view style="display: flex;">
|
|
|
- <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="display: flex;">
|
|
|
- <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>
|
|
|
-
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <view style="width: 50%; 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 ==='payment-order-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 ==='other-expenditure-orders-add'}}">
|
|
|
-
|
|
|
- <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: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" plain round size="large" color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="info">付款成交
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 19rpx;"></view>
|
|
|
-
|
|
|
- <view style="border-radius: 15rpx;width: 226rpx; height: 88rpx;font-size: 32rpx;line-height: 40rpx;">
|
|
|
- <van-button disabled="{{disabledFlag}}" loading="{{disabledFlag}}" round size="large" color="#CAA977" custom-style="height:88rpx;" bind:click="submit" type="info">付收款成交
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view wx:if="{{flagTypeName ==='payment-order'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;justify-content: left;align-items: center;">
|
|
|
-
|
|
|
- <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>
|
|
|
-
|
|
|
- <!-- 保存确定区域 -->
|
|
|
- <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 wx:if="{{flagTypeName ==='funds-transfer'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;justify-content: left;align-items: center;">
|
|
|
-
|
|
|
- <view style="width: calc(100% - 239rpx);height:85rpx;">
|
|
|
- <view>
|
|
|
-
|
|
|
- </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 style="padding:52rpx 34rpx 61rpx 43rpx; display: flex;" wx:if="{{flagTypeName ==='funds-transfer-add'}}">
|
|
|
-
|
|
|
- <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 ==='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>
|
|
|
-
|
|
|
-
|
|
|
-<!-- 自定义按钮 -->
|
|
|
-<view wx:if="{{bottomClass}}" class="bottom-class-1">
|
|
|
- <!-- 基础资料 -->
|
|
|
- <view wx:if="{{flagTypeName ==='basic-data'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
- <!-- <view style="width:48%">
|
|
|
- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">排序
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view> -->
|
|
|
- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
- </view> -->
|
|
|
- </view>
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='basic-data-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
-<view style="width:48%">
|
|
|
- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">排序
|
|
|
- </van-button>
|
|
|
-</view>
|
|
|
-<view style="width: 4%;"></view>
|
|
|
-<view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
-</view>
|
|
|
-
|
|
|
-<!-- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
-</view> -->
|
|
|
-</view>
|
|
|
- <view wx:if="{{flagTypeName ==='Product-file'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
-
|
|
|
- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
-</view> -->
|
|
|
- </view>
|
|
|
- <view wx:if="{{flagTypeName ==='basic-data-sort'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
-
|
|
|
- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#CAA977" custom-style="height:88rpx;" bind:click="allClean" type="default">新建
|
|
|
- </van-button>
|
|
|
-</view> -->
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <!-- 商品档案新建 -->
|
|
|
- <view wx:if="{{flagTypeName ==='product-file-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:48%">
|
|
|
- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">关闭
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 商品档案新建选择页面 -->
|
|
|
- <view wx:if="{{flagTypeName ==='product-file-add-select'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:48%">
|
|
|
- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">关闭
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">确定
|
|
|
- </van-button>
|
|
|
- </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 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 wx:if="{{flagTypeName ==='selecting-customers'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:48%">
|
|
|
- <!-- <van-button size="large" plain round color="#1B365D" custom-style="height:88rpx;" bind:click="submit" type="default">关闭
|
|
|
- </van-button> -->
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">确定
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='select-functional-permissions'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
-
|
|
|
- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='customer-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
-
|
|
|
-
|
|
|
- <view style="width:100%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">保存
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='select-source-purchase-order'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:55%;display: flex;justify-content: left;align-items: center;">
|
|
|
- <van-checkbox size="26rpx" checked-color="#95A8CB" value="{{ checked }}" bind:change="onCheckboxChange">
|
|
|
- <view style="color:#95A8CB;font-size: 26rpx;">全退</view>
|
|
|
- </van-checkbox>
|
|
|
- <view style="margin-left: 50rpx;">
|
|
|
- <dk-cell height="46rpx" spaceWidth="1rpx" left="0" fontSize="15" contentColor="#CAA977" fontWeight="600" title="退货总额:" ></dk-cell>
|
|
|
- <dk-cell height="46rpx" spaceWidth="1rpx" left="0" fontSize="15" contentColor="#CAA977" fontWeight="600" content="{{totallength}}"></dk-cell>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- <view style="width:10%;"></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 wx:if="{{flagTypeName ==='role-add'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:38%">
|
|
|
-
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:58%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">新建角色
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view wx:if="{{flagTypeName ==='document-list'}}" style="display: flex; padding:35rpx 34rpx 62rpx 34rpx;">
|
|
|
- <view style="width:48%">
|
|
|
-
|
|
|
- <view>
|
|
|
- <van-checkbox size="26rpx" value="{{ checked }}" data-index="{{index}}" data-index_="{{index_}}" bind:change="onListItemChange">
|
|
|
- <view style="color:#95A8CB;font-size: 26rpx;">全选</view>
|
|
|
- </van-checkbox>
|
|
|
- </view>
|
|
|
- <view style="line-height: 44rpx;font-size: 23rpx;color:#95A8CB;padding-top: 10rpx;">
|
|
|
- <text decode>共:{{selectlength}} 单 数量:{{selectTotallength}} </text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="width: 4%;"></view>
|
|
|
- <view style="width:48%;">
|
|
|
- <van-button size="large" round color="#1B365D" custom-style="height:88rpx;" bind:click="allClean" type="default">确定
|
|
|
- </van-button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-</view>
|