123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- <view class="container">
- <view class="address-box">
- <view class="address-item" bindtap="selectAddress">
- <view class="l">
- <text class="name">{{addressVo.userName}}</text>
- </view>
- <view class="m">
- <text class="mobile" wx:if="{{addressVo.telNumber}}">{{addressVo.telNumber}}</text>
- <text class="address">{{addressVo.provinceName +addressVo.cityName +addressVo.countyName + addressVo.detailInfo?addressVo.provinceName +addressVo.cityName +addressVo.countyName + addressVo.detailInfo:'选择地址'}}</text>
- </view>
- <view class="r">
- <image src="/static/images/address_right.png"></image>
- </view>
- </view>
- <view class="address-item address-empty" bindtap="addAddress" wx:if="{{addressVo.id <= 0}}">
- <view class="m">
- 还没有收货地址,去添加
- </view>
- <view class="r">
- <image src="/static/images/address_right.png"></image>
- </view>
- </view>
- </view>
- <form bindsubmit="submitOrder" report-submit='true'>
- <view class="list-group" style="margin-top: 5px;" bindtap="hideSwitchTicketPop">
- <view class="list-cell">
- <view class="list-cell-bd">
- <view class="list-label">身份证号:</view>
- </view>
- <view class="list-cell-ft">
- <view class="input-box">
- <input name="idNo" class="keywrod" value='{{idNoM}}' disabled='{{idNoDisabled}}' bindblur="bindPostscriptBlur" placeholder="必填" />
- </view>
- </view>
- </view>
- <view class="list-cell">
- <view class="list-cell-bd">
- <view class="list-label">姓名:</view>
- </view>
- <view class="list-cell-ft">
- <view class="input-box">
- <input name="userName" class="keywrod" value='{{userName}}' disabled='{{idNoDisabled}}' bindblur="bindPostscriptBlur" placeholder="必填" />
- </view>
- </view>
- </view>
- <text class='id-card-txt'>
- 身份证信息用于跨境商品入境申报,请输入购买者姓名和身份证号码一致的身份证信息确保正常清关;姓名需要与身份证信息一致。</text>
- </view>
- <view class="{{goodsTotalByType11==0 && goodsTotalByType10==0 && goodsTotalByType02==0 && goodsTotalByType00!=0 && couponList.length == 0 ?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType00!=0}}">
- <view class='item-view'>
- <text class="biz-type">保税仓</text>
- </view>
- <view class="goods-items">
- <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==00}}" wx:key="{{item.id}}">
- <view class="img">
- <image src="{{item.list_pic_url}}"></image>
- </view>
- <view class="info">
- <view class="t">
- <view class="name">
- <text class='camps' style='color:white'wx:if="{{item.isCamp}}">满减</text><text class='camps' style='color:white;margin-left:4rpx;'wx:if="{{item.isDiscount}}">优惠</text> {{item.goods_name}}
- </view>
- <text class="number">x{{item.number}}</text>
- </view>
- <!-- <text wx:if="{{item.campNameList.length > 0}}" wx:for="{{item.campNameList}}" wx:for-item="cell" wx:key="{{index}}" class='camp'>{{cell}}</text> -->
- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view>
- <view class="b">¥{{item.retail_price}}</view>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-bd">
- <view class="list-label">配送方式</view>
- </view>
- <view class="list-cell-checked-ft">
- <text class="txt">{{freightPrice00==0?'快递免邮': '¥'+freightPrice00}}</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-hd">
- <view class="list-label">留言:</view>
- <view class="list-cell-checked-ft">
- <view class="textra">
- <input name="postscript00" data-goods-type="00" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
- </view>
- </view>
- </view>
- </view>
- <!-- 促销、优惠券、总金额、运费start -->
- <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="00" wx:if="{{campList00.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{campMinusDto00.campMinusId!=0}}" class="name">促销:{{campMinusDto00.campMinusType==00?'满元减:':''}}{{campMinusDto00.campMinusType==01?'满件减:':''}}{{campMinusDto00.campMinusType==10?'满元折:':''}}{{campMinusDto00.campMinusType==11?'满件折:':''}}{{campMinusDto00.campName}}<text style='font-size:22rpx'>{{campMinusDto00.applyType!=00?'(部分商品满减)':''}}</text></text>
- <text wx:if="{{campMinusDto00.campMinusId==0}}" class="name">促销:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{campMinusDto00.campMinusId!=0}}" class="money red-txt">{{campMinusDto00.campMinusType==10 || campMinusDto00.campMinusType==11?'¥'+campMinusDto00.money+'折':'-¥'+campMinusDto00.money}}</text>
- <text wx:if="{{campMinusDto00.campMinusId==0}}" class="txt">{{campList00.length}}张</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="00" wx:if="{{couponList00.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{checkedCoupon00.id > 0}}" class="name">优惠券:{{checkedCoupon00.couponName}}<text style='font-size:22rpx'>{{checkedCoupon00.applyType!=00?'(部分商品优惠)':''}}</text></text>
- <text wx:if="{{checkedCoupon00.id==0}}" class="name">优惠券:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{checkedCoupon00.id > 0}}" class="money red-txt">{{checkedCoupon00.tickDiscType==01?'¥'+checkedCoupon00.typeMoney+'折':'-¥'+checkedCoupon00.typeMoney}}</text>
- <text wx:if="{{checkedCoupon00.id==0}}" class="txt">{{couponList00.length}}张</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品合计</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">共{{goodsTotalByType00}}件商品 总计¥{{goodsTotalPrice00}} <text wx:if="{{checkedCoupon00||campMinusDto00}}" class="txt">优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice00}}</text></text>
- </text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{campMinusDto00.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">促销活动:{{campMinusDto00.campMinusType==00?'满元减':''}}{{campMinusDto00.campMinusType==01?'满件减':''}}{{campMinusDto00.campMinusType==10?'满元折':''}}{{campMinusDto00.campMinusType==11?'满件折':''}}</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{campMinusDto00.campMinusType==10 || campMinusDto00.campMinusType==11?'¥'+campMinusDto00.money+'折':'-¥'+campMinusDto00.money}}</text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{checkedCoupon00.id > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品优惠券</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{checkedCoupon00.tickDiscType==01?'¥'+checkedCoupon00.typeMoney+'折':'-¥'+checkedCoupon00.typeMoney}}</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">运费</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">+¥{{freightPrice00}}</text>
- </view>
- </view>
- <!-- 优惠券、总金额、运费end -->
- </view>
- </view>
- <view class="{{goodsTotalByType11==0 && goodsTotalByType10==0 && goodsTotalByType02!=0 && couponList.length == 0?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType02!=0}}">
- <view class='item-view'>
- <text class="biz-type">保税展示</text>
- </view>
- <view class="goods-items">
- <view class="item" wx:for="{{checkedGoodsList}}" bindtap="hideSwitchTicketPop" wx:if="{{item.goodsBizType==02}}" wx:key="{{item.id}}">
- <view class="img">
- <image src="{{item.list_pic_url}}"></image>
- </view>
- <view class="info">
- <view class="t">
- <view class="name">
- <text class='camps' style='color:white'wx:if="{{item.isCamp}}">满减</text><text class='camps' style='color:white;margin-left:4rpx;'wx:if="{{item.isDiscount}}">优惠</text> {{item.goods_name}}
- </view>
- <text class="number">x{{item.number}}</text>
- </view>
- <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
- <view class="b">¥{{item.retail_price}}</view>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-bd">
- <view class="list-label">配送方式</view>
- </view>
- <view class="list-cell-checked-ft">
- <text class="txt">{{freightPrice02==0?'快递免邮': '¥'+freightPrice02}}</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-hd">
- <view class="list-label">留言:</view>
- <view class="list-cell-checked-ft">
- <view class="textra">
- <input name="postscript02" data-goods-type="02" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
- </view>
- </view>
- </view>
- </view>
- <!-- 促销、优惠券、总金额、运费start -->
- <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="02" wx:if="{{campList02.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{campMinusDto02.campMinusId!=0}}" class="name">促销:{{campMinusDto02.campMinusType==00?'满元减:':''}}{{campMinusDto02.campMinusType==01?'满件减:':''}}{{campMinusDto02.campMinusType==10?'满元折:':''}}{{campMinusDto02.campMinusType==11?'满件折:':''}}{{campMinusDto02.campName}}<text style='font-size:22rpx'>{{campMinusDto02.applyType!=00?'(部分商品满减)':''}}</text></text>
- <text wx:if="{{campMinusDto02.campMinusId==0}}" class="name">促销:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{campMinusDto02.campMinusId!=0}}" class="money red-txt">{{campMinusDto02.campMinusType==10 || campMinusDto02.campMinusType==11?'¥'+campMinusDto02.money+'折':'-¥'+campMinusDto02.money}}</text>
- <text wx:if="{{campMinusDto02.campMinusId==0}}" class="txt">{{campList02.length}}张</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="02" wx:if="{{couponList02.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{checkedCoupon02.id > 0}}" class="name">优惠券:{{checkedCoupon02.couponName}}<text style='font-size:22rpx'>{{checkedCoupon02.applyType!=00?'(部分商品优惠)':''}}</text></text>
- <text wx:if="{{checkedCoupon02.id==0}}" class="name">优惠券:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{checkedCoupon02.id > 0}}" class="money red-txt">{{checkedCoupon02.tickDiscType==01?'¥'+checkedCoupon02.typeMoney+'折':'-¥'+checkedCoupon02.typeMoney}}</text>
- <text wx:if="{{checkedCoupon02.id==0}}" class="txt">{{couponList02.length}}张</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品合计</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">共{{goodsTotalByType02}}件商品 总计¥{{goodsTotalPrice02}} <text wx:if="{{checkedCoupon02||campMinusDto02}}" class="txt">优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice02}}</text></text>
- </text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{campMinusDto02.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">促销活动:{{campMinusDto02.campMinusType==00?'满元减':''}}{{campMinusDto02.campMinusType==01?'满件减':''}}{{campMinusDto02.campMinusType==10?'满元折':''}}{{campMinusDto02.campMinusType==11?'满件折':''}}</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{campMinusDto02.campMinusType==10 || campMinusDto02.campMinusType==11?'¥'+campMinusDto02.money+'折':'-¥'+campMinusDto02.money}}</text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{checkedCoupon02.id > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品优惠券</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{checkedCoupon02.tickDiscType==01?'¥'+checkedCoupon02.typeMoney+'折':'-¥'+checkedCoupon02.typeMoney}}</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">运费</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">+¥{{freightPrice02}}</text>
- </view>
- </view>
- <!-- 优惠券、总金额、运费end -->
- </view>
- </view>
- <view class="{{goodsTotalByType11==0 && goodsTotalByType10!=0 && couponList.length == 0 ?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType10!=0}}">
- <view class='item-view'>
- <text class="biz-type">现场速递</text>
- </view>
- <view class="goods-items">
- <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==10}}" wx:key="{{item.id}}">
- <view class="img">
- <image src="{{item.list_pic_url}}"></image>
- </view>
- <view class="info">
- <view class="t">
- <view class="name">
- <text class='camps' style='color:white'wx:if="{{item.isCamp}}">满减</text> <text class='camps' style='color:white;margin-left:4rpx;'wx:if="{{item.isDiscount}}">优惠</text>{{item.goods_name}}
- </view>
- <text class="number">x{{item.number}}</text>
- </view>
- <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
- <view class="b">¥{{item.retail_price}}</view>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-bd">
- <view class="list-label">配送方式</view>
- </view>
- <view class="list-cell-checked-ft">
- <text class="txt">{{freightPrice10==0?'快递免邮': '¥'+freightPrice10}}</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-hd">
- <view class="list-label">留言:</view>
- <view class="list-cell-checked-ft">
- <view class="textra">
- <input name="postscript10" data-goods-type="10" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
- </view>
- </view>
- </view>
- </view>
- <!-- 促销、优惠券、总金额、运费start -->
- <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="10" wx:if="{{campList10.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{campMinusDto10.campMinusId!=0}}" class="name">促销:{{campMinusDto10.campMinusType==00?'满元减:':''}}{{campMinusDto10.campMinusType==01?'满件减:':''}}{{campMinusDto10.campMinusType==10?'满元折:':''}}{{campMinusDto10.campMinusType==11?'满件折:':''}}{{campMinusDto10.campName}}<text style='font-size:22rpx'>{{campMinusDto10.applyType!=00?'(部分商品满减)':''}}</text></text>
- <text wx:if="{{campMinusDto10.campMinusId==0}}" class="name">促销:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{campMinusDto10.campMinusId!=0}}" class="money red-txt">{{campMinusDto10.campMinusType==10 || campMinusDto10.campMinusType==11?'¥'+campMinusDto10.money+'折':'-¥'+campMinusDto10.money}}</text>
- <text wx:if="{{campMinusDto10.campMinusId==0}}" class="txt">{{campList10.length}}张</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="10" wx:if="{{couponList10.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{checkedCoupon10.id > 0}}" class="name">优惠券:{{checkedCoupon10.couponName}}<text style='font-size:22rpx'>{{checkedCoupon10.applyType!=00?'(部分商品优惠)':''}}</text></text>
- <text wx:if="{{checkedCoupon10.id==0}}" class="name">优惠券:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{checkedCoupon10.id > 0}}" class="money red-txt">{{checkedCoupon10.tickDiscType==01?'¥'+checkedCoupon10.typeMoney+'折':'-¥'+checkedCoupon10.typeMoney}}</text>
- <text wx:if="{{checkedCoupon10.id==0}}" class="txt">{{couponList10.length}}张</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品合计</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">共{{goodsTotalByType10}}件商品 总计¥{{goodsTotalPrice10}} <text wx:if="{{checkedCoupon10||campMinusDto10}}" class="txt">优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice10}}</text></text>
- </text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{campMinusDto10.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">促销活动:{{campMinusDto10.campMinusType==00?'满元减':''}}{{campMinusDto10.campMinusType==01?'满件减':''}}{{campMinusDto10.campMinusType==10?'满元折':''}}{{campMinusDto10.campMinusType==11?'满件折':''}}</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{campMinusDto10.campMinusType==10 || campMinusDto10.campMinusType==11?'¥'+campMinusDto10.money+'折':'-¥'+campMinusDto10.money}}</text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{checkedCoupon10.id > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品优惠券</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{checkedCoupon10.tickDiscType==01?'¥'+checkedCoupon10.typeMoney+'折':'-¥'+checkedCoupon10.typeMoney}}</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">运费</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">+¥{{freightPrice10}}</text>
- </view>
- </view>
- <!-- 优惠券、总金额、运费end -->
- </view>
- </view>
- <view class="{{goodsTotalByType11!=0 && couponList.length == 0?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType11!=0}}">
- <view class='item-view'>
- <text class="biz-type">普通商品</text>
- </view>
- <view class="goods-items">
- <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==11}}" wx:key="{{item.id}}">
- <view class="img">
- <image src="{{item.list_pic_url}}"></image>
- </view>
- <view class="info">
- <view class="t">
- <view class="name">
- <text class='camps' style='color:white'wx:if="{{item.isCamp}}">满减</text> <text class='camps' style='color:white;margin-left:4rpx;'wx:if="{{item.isDiscount}}">优惠</text>{{item.goods_name}}
- </view>
- <text class="number">x{{item.number}}</text>
- </view>
- <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
- <view class="b">¥{{item.retail_price}}</view>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-bd">
- <view class="list-label">配送方式</view>
- </view>
- <view class="list-cell-checked-ft">
- <text class="txt">{{freightPrice11==0?'快递免邮': '¥'+freightPrice11}}</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
- <view class="list-cell-checked-hd">
- <view class="list-label">留言:</view>
- <view class="list-cell-checked-ft">
- <view class="textra">
- <input name="postscript11" data-goods-type="11" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
- </view>
- </view>
- </view>
- </view>
- <!-- 促销、优惠券、总金额、运费start -->
- <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="11" wx:if="{{campList11.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{campMinusDto11.campMinusId!=0}}" class="name">促销:{{campMinusDto11.campMinusType==00?'满元减:':''}}{{campMinusDto11.campMinusType==01?'满件减:':''}}{{campMinusDto11.campMinusType==10?'满元折:':''}}{{campMinusDto11.campMinusType==11?'满件折:':''}}{{campMinusDto11.campName}}<text style='font-size:22rpx'>{{campMinusDto11.applyType!=00?'(部分商品满减)':''}}</text></text>
- <text wx:if="{{campMinusDto11.campMinusId==0}}" class="name">促销:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{campMinusDto11.campMinusId!=0}}" class="money red-txt">{{campMinusDto11.campMinusType==10 || campMinusDto11.campMinusType==11?'¥'+campMinusDto11.money+'折':'-¥'+campMinusDto11.money}}</text>
- <text wx:if="{{campMinusDto11.campMinusId==0}}" class="txt">{{campList11.length}}张</text>
- </view>
- </view>
- <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="11" wx:if="{{couponList11.length > 0}}">
- <view class="list-cell-checked-bd">
- <text wx:if="{{checkedCoupon11.id > 0}}" class="name">优惠券:{{checkedCoupon11.couponName}}<text style='font-size:22rpx'>{{checkedCoupon11.applyType!=00?'(部分商品优惠)':''}}</text></text>
- <text wx:if="{{checkedCoupon11.id==0}}" class="name">优惠券:未选择</text>
- </view>
- <view class="list-cell-checked-ft router">
- <text wx:if="{{checkedCoupon11.id > 0}}" class="money red-txt">{{checkedCoupon11.tickDiscType==01?'¥'+checkedCoupon11.typeMoney+'折':'-¥'+checkedCoupon11.typeMoney}}</text>
- <text wx:if="{{checkedCoupon11.id==0}}" class="txt">{{couponList11.length}}张</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品合计</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">共{{goodsTotalByType11}}件商品 总计¥{{goodsTotalPrice11}} <text wx:if="{{checkedCoupon11||campMinusDto11}}" class="txt">优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice11}}</text></text>
- </text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{campMinusDto11.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">促销活动:{{campMinusDto11.campMinusType==00?'满元减':''}}{{campMinusDto11.campMinusType==01?'满件减':''}}{{campMinusDto11.campMinusType==10?'满元折':''}}{{campMinusDto11.campMinusType==11?'满件折':''}}</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{campMinusDto11.campMinusType==10 || campMinusDto11.campMinusType==11?'¥'+campMinusDto11.money+'折':'-¥'+campMinusDto11.money}}</text>
- </view>
- </view>
- <view class="list-cell" wx:if="{{checkedCoupon11.id > 0}}" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">商品优惠券</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt" style='color:#b4282d'>{{checkedCoupon11.tickDiscType==01?'¥'+checkedCoupon11.typeMoney+'折':'-¥'+checkedCoupon11.typeMoney}}</text>
- </view>
- </view>
- <view class="list-cell" bindtap="hideSwitchTicketPop">
- <view class="list-cell-bd">
- <view class="list-label">运费</view>
- </view>
- <view class="list-cell-ft">
- <text class="txt">+¥{{freightPrice11}}</text>
- </view>
- </view>
- <!-- 优惠券、总金额、运费end -->
- </view>
- </view>
- <view class="goods-items-all-end">
- </view>
- <!--
- <view class="list-cell">
-
- <view class="list-cell-bd">
- <view class="list-label">送达时间</view>
- </view>
- <picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{multiArray}}" class="list-cell-ft router">
- <view class="red-txt">{{delivery_date}}</view>
- <text class="red-txt">{{delivery_remark}}</text>
- </picker>
- </view > -->
- <!-- 领券弹框start -->
- <view wx:if="{{openTicketAttr}}" class="attr-pop">
- <view class="attr-title">订单优惠</view>
- <view class="ticket-img-info">
- <!-- 查看门店优惠券列表 -->
- <!-- data-ticket-id="{{item.id}}" data-goods-type="{{item.id}}" bindtap="selectTicket" -->
- <view style="margin-top: 16rpx;height:50rpx;width:687.5rpx;" wx:for="{{ticketDiscountList}}" wx:key="{{item.id}}">
- <view class="coupon-title">
- <view style='float:left'>{{ item.couponName }} {{item.tickDiscType==01?'¥'+item.typeMoney+'折':'¥'+item.typeMoney}}</view>
- <view style='float:right;margin-right:30rpx;' data-ticket-id="{{item.id}}" data-goods-type="{{item.goodsBizType}}" bindtap="selectTicket">
- <image class="img" src="{{checkTickDiscId==item.id?'../../../static/images/select.png':'../../../static/images/no-select.png'}}"></image>
- </view>
- </view>
- <view class="bottom-btn">
- <view class="r" bindtap="submitTicket">完成</view>
- </view>
- </view>
- <!-- 查看门店优惠券列表end -->
- </view>
- </view>
- <!-- 领券弹框end -->
- <!-- 选择促销活动弹框start -->
- <view wx:if="{{openCampMinusAttr}}" class="attr-pop">
- <view class="attr-title">选择促销活动</view>
- <view class="ticket-img-info">
- <!-- 查看门店优惠券列表 -->
- <!-- data-ticket-id="{{item.id}}" data-goods-type="{{item.id}}" bindtap="selectTicket" -->
- <view style="margin-top: 16rpx;height:50rpx;width:687.5rpx;" wx:for="{{storeCampMinusList}}" wx:key="{{item.campMinusId}}">
- <view class="coupon-title">
- <view style='float:left'>{{ item.campName }} {{item.campMinusType==10||item.campMinusType==11?'¥'+item.money+'折':'¥'+item.money}}</view>
- <view style='float:right;margin-right:30rpx;' data-camp-id="{{item.campMinusId}}" data-goods-type="{{item.goodsBizType}}" bindtap="selectUserCamp">
- <image class="img" src="{{checkCampId==item.campMinusId?'../../../static/images/select.png':'../../../static/images/no-select.png'}}"></image>
- </view>
- </view>
- <view class="bottom-btn">
- <view class="r" bindtap="submitCampMinus">完成</view>
- </view>
- </view>
- <!-- 查看门店优惠券列表end -->
- </view>
- </view>
- <!-- 选择促销活动弹框end -->
- <view class="order-total">
- <view class="l">实付:¥{{actualPrice}}</view>
- <button class="r" form-type="submit" wx:if="{{!isEditCart}}">去付款</button>
- </view>
- </form>
- </view>
|