|
@@ -25,17 +25,6 @@
|
|
|
placeholder="请输入规则简称(最多20个字符)"
|
|
|
:maxLength="20"></a-input>
|
|
|
</a-form-model-item>
|
|
|
- <a-form-model-item label="规则叠加">
|
|
|
- <v-select
|
|
|
- style="width:40%;"
|
|
|
- size="small"
|
|
|
- v-model="form.stackFlag"
|
|
|
- id="promotionList-stackFlag"
|
|
|
- code="FLAG"
|
|
|
- placeholder="请选择是否叠加规则"
|
|
|
- allowClear></v-select>
|
|
|
- <span>(销售单内的产品可同时参与多个叠加规则)</span>
|
|
|
- </a-form-model-item>
|
|
|
<a-form-model-item label="规则门槛" prop="gateFlag">
|
|
|
<div class="fixWidthBox">
|
|
|
<a-radio-group id="promotionList-gateFlag" v-model="form.gateFlag" button-style="solid" size="small" @change="handleChange">
|
|
@@ -229,6 +218,17 @@
|
|
|
</template>
|
|
|
</a-table>
|
|
|
</a-form-model-item>
|
|
|
+ <a-form-model-item label="规则叠加" v-if="form.discountType!=0">
|
|
|
+ <v-select
|
|
|
+ style="width:40%;"
|
|
|
+ size="small"
|
|
|
+ v-model="form.stackFlag"
|
|
|
+ id="promotionList-stackFlag"
|
|
|
+ code="FLAG"
|
|
|
+ placeholder="请选择是否叠加规则"
|
|
|
+ allowClear></v-select>
|
|
|
+ <span>(销售单内的产品可同时参与多个叠加规则)</span>
|
|
|
+ </a-form-model-item>
|
|
|
</a-form-model>
|
|
|
<a-card size="small" :bordered="false" class="pages-wrap">
|
|
|
<div class="flex" style="margin-bottom:10px;">
|