|
@@ -103,7 +103,7 @@
|
|
|
<orderGoods v-else :cartInfo="cartInfo" :giveData="giveData" :shippingType="shippingType"
|
|
|
:product_type='product_type' :giveCartInfo="giveCartInfo"></orderGoods>
|
|
|
</view>
|
|
|
- <view class='moneyList' v-if="ptype == 5">
|
|
|
+ <!-- <view class='moneyList' v-if="ptype == 5">
|
|
|
<view class="item acea-row row-between-wrapper" >
|
|
|
<view>销售员工</view>
|
|
|
</view>
|
|
@@ -114,7 +114,7 @@
|
|
|
<view class="zp-name">{{ygitem.alias}}</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class='wrapper'>
|
|
|
<view class="item acea-row row-between-wrapper" v-if="ptype == 6">
|
|
|
<view>预约时间</view>
|
|
@@ -122,10 +122,9 @@
|
|
|
{{yytime || '请选择预约时间'}}
|
|
|
<text class='iconfont icon-jiantou'></text>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<view class='item acea-row row-between-wrapper' @tap='couponTap'
|
|
|
- v-if="!pinkId && !BargainId && !combinationId && !seckillId&& !noCoupon && !discountId && goodsType != 7 && priceGroup.firstOrderPrice==0">
|
|
|
+ v-if="!pinkId && !BargainId && !combinationId && !seckillId&& !noCoupon && !discountId && goodsType != 7 && priceGroup.firstOrderPrice==0&&ptype != 5">
|
|
|
<view>优惠券</view>
|
|
|
<view class='discount'>{{couponTitle}}
|
|
|
<text class='iconfont icon-jiantou'></text>
|