|
@@ -36,62 +36,60 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
- <template v-else>
|
|
|
- <view class="drawer-main-name">客户分配日期</view>
|
|
|
- <view class="drawer-main-time">
|
|
|
- <view class="drawer-main-time-input">
|
|
|
- <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindStartDateChange">
|
|
|
- <text class="input-text">{{ queryData.startTime }}</text>
|
|
|
- </picker>
|
|
|
- <text class="iconfont icon-riqi"></text>
|
|
|
- </view>
|
|
|
- <view class="line">-</view>
|
|
|
- <view class="drawer-main-time-input">
|
|
|
- <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindEndDateChange">
|
|
|
- <text class="input-text">{{ queryData.endTime }}</text>
|
|
|
- </picker>
|
|
|
- <text class="iconfont icon-riqi"></text>
|
|
|
- </view>
|
|
|
+ <view class="drawer-main-name">客户分配日期</view>
|
|
|
+ <view class="drawer-main-time">
|
|
|
+ <view class="drawer-main-time-input">
|
|
|
+ <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindStartDateChange">
|
|
|
+ <text class="input-text">{{ queryData.startTime }}</text>
|
|
|
+ </picker>
|
|
|
+ <text class="iconfont icon-riqi"></text>
|
|
|
</view>
|
|
|
- <view class="drawer-main-name">机构类型:</view>
|
|
|
- <view class="drawer-main-radiov">
|
|
|
- <view class="drawer-main-radio">
|
|
|
- <picker @change="bindPickerChange(2,$event)" :value="index" :range="clubTypeActions" range-key="name">
|
|
|
- <input class="input" type="text" disabled="false" v-model="clubTypeText" value="" placeholder="请选择"/>
|
|
|
- <text class="iconfont icon-xiangyou"></text>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
+ <view class="line">-</view>
|
|
|
+ <view class="drawer-main-time-input">
|
|
|
+ <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindEndDateChange">
|
|
|
+ <text class="input-text">{{ queryData.endTime }}</text>
|
|
|
+ </picker>
|
|
|
+ <text class="iconfont icon-riqi"></text>
|
|
|
</view>
|
|
|
- <template v-if="queryData.userIdentity === 4">
|
|
|
- <view class="drawer-main-name">升级状态<text class="small">(个人机构升级为资质机构)</text>:</view>
|
|
|
- <view class="drawer-main-radiov">
|
|
|
- <view class="drawer-main-radio">
|
|
|
- <picker @change="bindPickerChange(3,$event)" :value="index" :range="clubStatusActions" range-key="name">
|
|
|
- <input class="input" type="text" disabled="false" v-model="clubStatusText" value="" placeholder="请选择"/>
|
|
|
- <text class="iconfont icon-xiangyou"></text>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- <view class="drawer-main-name">活跃状态:</view>
|
|
|
- <view class="drawer-main-radiov">
|
|
|
- <view class="drawer-main-radio">
|
|
|
- <picker @change="bindPickerChange(4,$event)" :value="index" :range="clubActiveActions" range-key="name">
|
|
|
- <input class="input" type="text" disabled="false" v-model="clubActiveText" value="" placeholder="请选择"/>
|
|
|
- <text class="iconfont icon-xiangyou"></text>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view class="drawer-main-name">机构类型:</view>
|
|
|
+ <view class="drawer-main-radiov">
|
|
|
+ <view class="drawer-main-radio">
|
|
|
+ <picker @change="bindPickerChange(2,$event)" :value="index" :range="clubTypeActions" range-key="name">
|
|
|
+ <input class="input" type="text" disabled="false" v-model="clubTypeText" value="" placeholder="请选择"/>
|
|
|
+ <text class="iconfont icon-xiangyou"></text>
|
|
|
+ </picker>
|
|
|
</view>
|
|
|
- <view class="drawer-main-name">客户价值:</view>
|
|
|
+ </view>
|
|
|
+ <template v-if="queryData.userIdentity === 4">
|
|
|
+ <view class="drawer-main-name">升级状态<text class="small">(个人机构升级为资质机构)</text>:</view>
|
|
|
<view class="drawer-main-radiov">
|
|
|
<view class="drawer-main-radio">
|
|
|
- <picker @change="bindPickerChange(5,$event)" :value="index" :range="customerValueActions" range-key="name">
|
|
|
- <input class="input" type="text" disabled="false" v-model="customerValueText" value="" placeholder="请选择"/>
|
|
|
+ <picker @change="bindPickerChange(3,$event)" :value="index" :range="clubStatusActions" range-key="name">
|
|
|
+ <input class="input" type="text" disabled="false" v-model="clubStatusText" value="" placeholder="请选择"/>
|
|
|
<text class="iconfont icon-xiangyou"></text>
|
|
|
</picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
+ <view class="drawer-main-name">活跃状态:</view>
|
|
|
+ <view class="drawer-main-radiov">
|
|
|
+ <view class="drawer-main-radio">
|
|
|
+ <picker @change="bindPickerChange(4,$event)" :value="index" :range="clubActiveActions" range-key="name">
|
|
|
+ <input class="input" type="text" disabled="false" v-model="clubActiveText" value="" placeholder="请选择"/>
|
|
|
+ <text class="iconfont icon-xiangyou"></text>
|
|
|
+ </picker>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="drawer-main-name">客户价值:</view>
|
|
|
+ <view class="drawer-main-radiov">
|
|
|
+ <view class="drawer-main-radio">
|
|
|
+ <picker @change="bindPickerChange(5,$event)" :value="index" :range="customerValueActions" range-key="name">
|
|
|
+ <input class="input" type="text" disabled="false" v-model="customerValueText" value="" placeholder="请选择"/>
|
|
|
+ <text class="iconfont icon-xiangyou"></text>
|
|
|
+ </picker>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
<view class="drawer-input btn" :style="{ paddingBottom: isIphoneX ? '68rpx' : '34rpx' }">
|