|
@@ -305,6 +305,12 @@
|
|
|
<el-form-item label="发放月数" prop="icgMonth" v-if="form.icgEnable==1">
|
|
|
<el-input-number v-model="form.icgMonth" placeholder="月数"/>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label="优惠券跳转URL" prop="icgUrl" v-if="form.icgEnable==1">
|
|
|
+ <el-input v-model="form.icgUrl" placeholder="优惠券跳转URL(没有则无跳转)"/>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="优惠券备注信息" prop="icgMark" v-if="form.icgEnable==1">
|
|
|
+ <el-input v-model="form.icgMark" placeholder="优惠券备注信息"/>
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
@@ -552,7 +558,9 @@ export default {
|
|
|
icgEnable: "0",
|
|
|
productList:null,
|
|
|
icgCouponsId: [],
|
|
|
- icgMonth: 0
|
|
|
+ icgMonth: 0,
|
|
|
+ icgUrl: null,
|
|
|
+ icgMark: null,
|
|
|
};
|
|
|
this.products=[];
|
|
|
this.photoArr=[];
|