客户战败变更状态
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user