| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273 |
- <!-- 底部工具栏-保存 -->
- <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>
- <view wx:if="{{flagTypeName ==='purchase-return-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}} 单 </text>
- </view>
- </view>
- <!-- 保存确定区域 -->
- <view style="width:239rpx;">
- <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 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-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 ==='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>
|