Commit bb1b5955 by caoyanzhi

update: 商品选择器

parent e48a70eb
......@@ -217,7 +217,7 @@
</div> -->
<!-- 新增时,外部券不显示商品选择器 -->
<!-- 编辑时,都显示商品选择器 -->
<template v-if="((isEdit || isInfo) && form.goodsFilterId) || (isAdd && isCopy && gicCouponType != 3 && gicCouponType != 4)">
<template v-if="((isEdit || isInfo) && form.goodsFilterId) || ((isAdd || isCopy) && gicCouponType != 3 && gicCouponType != 4)">
<template v-if="goodsEnable">
<!-- <template v-if="xxSysp.goodsEnable && (((isEdit || isInfo) && xxSysp.filterAbbrInfo.length) || isAdd || isCopy)"> -->
<!-- <el-button type="primary" @click="handleXxSyspClick" class="fl mt5" size="mini">{{ isEdit || isInfo ? '查看' : '编辑' }}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment