客户战败变更状态

This commit is contained in:
老叶
2022-03-31 10:41:25 +08:00
parent 9074059858
commit 33ec78436a
+13 -1
View File
@@ -250,7 +250,19 @@
<view slot="content">
<view class="mt50 font-36 text-center">变更状态</view>
<scroll-view class="pb50" scroll-y="true" style="max-height:600rpx;width:620rpx">
<view class="mt20 pl20 pr15 font-28 fn-clear">
<view class="mt20 pl20 pr15 font-28 fn-clear" wx:if="{{detailinfo.status==3}}">
<block wx:for="{{stateList}}" wx:key='index'>
<view wx:if="{{item.key==detailinfo.status}}" class="fn-fl wp45 relative mt20 ml20 inner30 bg-f6 ulib-r10 opacity-50">
<text>{{item.name}}</text>
<i class="absolute right-0 box-middle mr30 iconfont icon-danxuan_xuanzhong color-36afa2"></i>
</view>
<view wx:else class="fn-fl wp45 relative mt20 ml20 inner30 bg-f6 ulib-r10" bindtap="radioPicker" data-key="{{item.key}}">
<text>{{item.name}}</text>
<i class="absolute right-0 box-middle mr30 iconfont {{statuskey == item.key?'icon-danxuan_xuanzhong color-36afa2':'icon-danxuan color-999'}}"></i>
</view>
</block>
</view>
<view class="mt20 pl20 pr15 font-28 fn-clear" wx:else>
<block wx:for="{{stateList}}" wx:key='index'>
<view wx:if="{{item.key<=detailinfo.status}}" class="fn-fl wp45 relative mt20 ml20 inner30 bg-f6 ulib-r10 opacity-50">
<text>{{item.name}}</text>