313 lines
18 KiB
Plaintext
313 lines
18 KiB
Plaintext
<view class="container">
|
|
<view class="pl30 pr30 pb200" wx:if="{{!isPreview}}">
|
|
<view class="height-100">
|
|
<view class="fixed top-0 left-0 right-0 height-100 fn-flex pt30 pl20 pr20 bg-fff text-center z-index-1">
|
|
<view class="pl40 pr40" wx:for="{{tab}}" wx:key="index">
|
|
<view class="inline-block {{step==item.step?'font-40 color-1a':'pt10 font-32'}} {{step>item.step?'color-666':''}} {{step<item.step?'color-999':''}}" bindtap="{{item.step < step?'optstep':''}}" data-step="{{item.step}}">
|
|
{{item.title}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="pb200">
|
|
<view wx:if="{{step == 2}}">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeBrand" value="{{brandIndex}}" range="{{brandArray}}">
|
|
<text class="color-ccc" wx:if="{{brandIndex == -1}}">请选择</text>
|
|
<text wx:else>{{brandArray[brandIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{brandIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车系车型<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeModel" value="{{modelIndex}}" range="{{modelArray}}">
|
|
<text class="color-ccc" wx:if="{{modelIndex == -1}}">请选择</text>
|
|
<text wx:else>{{modelArray[modelIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{modelIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆版本<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeLevel" value="{{levelIndex}}" range="{{levelArray}}">
|
|
<text class="color-ccc" wx:if="{{levelIndex == -1}}">请选择</text>
|
|
<text wx:else>{{levelArray[levelIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{levelIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车身颜色<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeColor" value="{{colorIndex}}" range="{{colorArray}}">
|
|
<text class="color-ccc" wx:if="{{colorIndex == -1}}">请选择</text>
|
|
<text wx:else>{{colorArray[colorIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{colorIndex != -1}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">内饰颜色<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeInterior" value="{{interiorIndex}}" range="{{interiorArray}}">
|
|
<text class="color-ccc" wx:if="{{interiorIndex == -1}}">请选择</text>
|
|
<text wx:else>{{interiorArray[interiorIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view wx:if="{{step == 3}}">
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">付款方式<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changePayment" value="{{paymentIndex}}" range="{{payment}}">
|
|
<text class="color-ccc" wx:if="{{paymentIndex == -1}}">请选择</text>
|
|
<text wx:else>{{payment[paymentIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{financeArray.length>0}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">金融机构<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker bindchange="changeFinance" value="{{financeIndex}}" range="{{financeArray}}">
|
|
<text class="color-ccc" wx:if="{{financeIndex == -1}}">请选择</text>
|
|
<text wx:else>{{financeArray[financeIndex]}}</text>
|
|
<i class="iconfont ml5 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
|
<view class="absolute left-0 box-middle">期望交付时间<text class="color-f9394d">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
<picker mode="date" value="{{delry_time}}" bindchange="delryTime">
|
|
<text class="color-ccc" wx:if="{{delry_time == ''}}">请选择</text>
|
|
<text wx:else>{{delry_time}}</text>
|
|
<i class="iconfont ml10 icon-gengduo"></i>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.price}}">
|
|
<view class="absolute left-0 box-middle color-333">车辆平台售价</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="height:38rpx;">
|
|
<text>{{priceinfo.price}}元</text>
|
|
</view>
|
|
</view>
|
|
<view class="relative ml40 bbs-1-eb last-b-none pl180 font-22 color-666" wx:if="{{priceinfo.deposit}}">
|
|
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>定金</view>
|
|
<view class="pt30 pb30 text-right" style="height:30rpx;">
|
|
<text>{{priceinfo.deposit}}元<text class="pl10 pr10" wx:if="{{info.inten_money}}">(<text class="color-f9394d">已付{{info.inten_money}}意向金</text>)</text></text>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.dis_money}}">
|
|
<view class="absolute left-0 box-middle">车身优惠</view>
|
|
<view class="relative pr40">
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入车身优惠金额" bindinput='inputDisc' data-key="disc_money" name='disc_money' value="{{disc_money}}" />
|
|
<view class="absolute right-0 box-middle font-28 color-666">元</view>
|
|
</view>
|
|
</view>
|
|
<block wx:if="{{userInfo.biz_type == 1}}">
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.fine_money}}">
|
|
<view class="absolute left-0 box-middle">精品尊享包<text class="ml10 font-24">{{priceinfo.fine_money}}元</text></view>
|
|
<view class="relative pt30 pb30 text-right" bindtap="changeFineBag">
|
|
<checkbox value="{{if_fine}}" checked="{{if_fine}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{if_fine&&priceinfo.dis_fine_money}}">
|
|
<view class="absolute left-0 box-middle">精品优惠</view>
|
|
<view class="relative pr40">
|
|
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入精品优惠金额" bindinput='inputDiscFine' data-key="disc_fine_money" name='disc_fine_money' value="{{disc_fine_money}}" />
|
|
<view class="absolute right-0 box-middle font-28 color-666">元</view>
|
|
</view>
|
|
</view>
|
|
<view class="bbs-1-eb last-b-none">
|
|
<view class="relative pl190">
|
|
<view class="absolute left-0 box-middle font-28 color-333">代办相关<text class="color-f9394d" wx:if="{{userInfo.biz_type != 3}}">*</text></view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
当前代办费用:<text class="color-f9394d">{{srv_total}}</text>元
|
|
</view>
|
|
</view>
|
|
<view class="pb10 fn-clear">
|
|
<checkbox-group bindchange="changeAgency">
|
|
<block wx:for="{{agencyList}}" wx:key='index'>
|
|
<label class="fn-fl block mb20 wp31 relative inner30 bg-f6 font-28 ulib-r10 {{(index+1)%3==0?'':'mr20'}}">
|
|
<text>{{item.title}}</text>
|
|
<checkbox class="absolute right-0 box-middle mr15" value="{{item.id}}" checked="{{item.checked}}"/>
|
|
</label>
|
|
</block>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view class="bbs-1-eb last-b-none">
|
|
<view class="relative pl190">
|
|
<view class="absolute left-0 box-middle font-28 color-333">精品赠送</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">
|
|
精品价值:<text class="color-f9394d">{{fine_total}}</text>元
|
|
</view>
|
|
</view>
|
|
<view class="pb10">
|
|
<block wx:for="{{fineList}}" wx:key='index'>
|
|
<view class="block mb20 relative inner30 bg-f6 font-28 ulib-r10" bindtap="changeFine" data-index="{{index}}">
|
|
<text>{{item.title}}</text>
|
|
<checkbox class="absolute right-0 box-middle mr15" value="{{item.id}}" checked="{{item.checked}}"/>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
|
<block wx:if="{{step==3}}">
|
|
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optstep" data-step="{{step-1}}">上一步</button>
|
|
</block>
|
|
<button class="wp100 btn-36afa2 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" bindtap="nextstep">{{step==3?'登记预览':'下一步'}}</button>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="pl30 pr30 text-break pb200" wx:else>
|
|
<view class="mt40 font-32">车辆信息</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{brandArray[brandIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车系车型</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{modelArray[modelIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车辆版本</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{levelArray[levelIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" >
|
|
<view class="absolute left-0 box-middle font-28 color-333">车身颜色</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{colorArray[colorIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">内饰颜色</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{interiorArray[interiorIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">付款方式</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{payment[paymentIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{financeArray.length>0}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">金融机构</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{financeArray[financeIndex]}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">期望交付时间</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666">{{delry_time}}</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.price}}">
|
|
<view class="absolute left-0 box-middle color-333">车辆平台售价</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="height:38rpx;">
|
|
<text>{{priceinfo.price}}元</text>
|
|
</view>
|
|
</view>
|
|
<view class="relative ml40 bbs-1-eb last-b-none pl180 font-22 color-666" wx:if="{{priceinfo.deposit}}">
|
|
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>定金</view>
|
|
<view class="pt30 pb30 text-right" style="height:30rpx;">
|
|
<text>{{priceinfo.deposit}}元<text class="pl10 pr10" wx:if="{{info.inten_money}}">(<text class="color-f9394d">已付{{info.inten_money}}意向金</text>)</text></text>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{disc_money != ''}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">车身优惠</view>
|
|
<view class="pt30 pb30 text-right font-28 color-f9394d" style="min-height:38rpx;">{{disc_money}}元</view>
|
|
</view>
|
|
<block wx:if="{{userInfo.biz_type == 1}}">
|
|
<view class="mt40 font-32">其他信息</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{if_fine}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">精品尊享包</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{priceinfo.fine_money}}元</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{disc_fine_money != ''}}">
|
|
<view class="absolute left-0 box-middle font-28 color-333">精品优惠</view>
|
|
<view class="pt30 pb30 text-right font-28 color-f9394d" style="min-height:38rpx;">{{disc_fine_money}}元</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">代办相关</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">
|
|
<block wx:for="{{agencyList}}" wx:key='index'>
|
|
<text class="pl10" wx:if="{{item.checked}}">{{item.title}}</text>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
<view class="relative bbs-1-eb pl190 last-b-none">
|
|
<view class="absolute left-0 box-middle font-28 color-333">精品赠送</view>
|
|
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">
|
|
<block wx:for="{{fineList}}" wx:key='index'>
|
|
<text class="pl10" wx:if="{{item.checked}}">{{item.title}}</text>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
|
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optPreview">重新编辑</button>
|
|
<button class="wp100 btn-36afa2 ml20 pt10 pb10 text-center font-32 color-fff ulib-r750" hover-class="btn-36afa2-hover" disabled="{{submitFlag}}" bindtap="putAppCusorder2">确认</button>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
<!-- <lcb-footer></lcb-footer> -->
|
|
<!-- <lcb-backChannel></lcb-backChannel> -->
|
|
|
|
<lcb-msg isShow="{{isShowSelectCustomer}}" isHasClose="{{true}}">
|
|
<view slot="content">
|
|
<view class="mt50 font-36 text-center">选择客户</view>
|
|
<scroll-view class="pb50" scroll-y="true" bindscrolltolower="scrolltolower" style="max-height:600rpx;">
|
|
<view class="pl40 pr40 mt20">
|
|
<block wx:for="{{customer}}" wx:key='index'>
|
|
<view class="relative mt20 inner30 bg-f6 ulib-r10" bindtap="radioPicker" data-index="{{index}}">
|
|
<view class="font-32">{{item.name}}</view>
|
|
<view class="mt5 font-22 color-666">手机号:{{item.mobile}}</view>
|
|
<i class="absolute right-0 box-middle mr30 iconfont {{customerIndex == index?'icon-danxuan_xuanzhong color-36afa2':'icon-danxuan color-999'}}"></i>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</scroll-view>
|
|
<view class="bts-1-eb text-center font-32 color-666">
|
|
<view class="pt25 pb25 color-36afa2" bindtap="hideSelectCustomer">确定</view>
|
|
</view>
|
|
</view>
|
|
</lcb-msg>
|
|
|
|
<lcb-msg isShow="{{isShowcheck}}">
|
|
<view slot="content">
|
|
<view class="inner40 pt60 pb60 line-height-16 font-34 color-666">
|
|
<view class="text-center text-bold">请确认填写信息准确无误!</view>
|
|
<!-- <view class="mt20">
|
|
<view>客户姓名:{{name}}</view>
|
|
<view>客户手机号:{{mobile}}</view>
|
|
<view>客户身份证号:{{cardid}}</view>
|
|
<view>客户地址:{{sign}}</view>
|
|
</view> -->
|
|
</view>
|
|
<view class="bts-1-eb text-center font-32 color-666">
|
|
<view class="pt25 pb25 {{checkCount==5?'color-36afa2':'color-ccc'}}" bindtap="{{checkCount==5?'optShowcheck':''}}">{{checktext}}</view>
|
|
</view>
|
|
</view>
|
|
</lcb-msg>
|
|
|
|
<!--意向金备注-->
|
|
<lcb-msg isShow="{{isShowRemarks}}">
|
|
<view slot="content">
|
|
<view class="inner40 pt50 pb50 line-height-16">
|
|
<view class="font-28 color-666">意向金:旨在客户尚未明确购车决策时(车型、付款方式等),在不需要签订合同的情况下,收取订车费用锁定客户</view>
|
|
</view>
|
|
<view class="bts-1-eb text-center font-32 color-666">
|
|
<view class="pt25 pb25 color-36afa2" bindtap="optShowRemarks">知道了</view>
|
|
</view>
|
|
</view>
|
|
</lcb-msg> |