Commit 39dd1e91 by crushh

Merge branch 'bugfix/卡券复制' into dev

parents 48b1327d f1b2ef03
......@@ -122,14 +122,14 @@
<span slot="suffix">{{ proNameLen }}/30</span>
</el-input>
</el-form-item>
<el-form-item label="数据对话">
<!-- <el-form-item label="数据对话">
<dm-activity-select
:repProjectName="projectName"
width="300"
:actId.sync="couponForm.dataDialogueId"
:showAdd="false"
/>
</el-form-item>
</el-form-item> -->
</div>
<div class="section-content">
<h3>图文信息</h3>
......@@ -609,7 +609,6 @@ export default {
exchangeDateWeekArr: [],
timeRangeList: [{ timeRange: '' }], // 部分时段数组
timeZones: ['', ''],
dataDialogueId: '', // 数据对话id
ladder: [],
},
uploadAction: getInputVal.uploadAction(),
......@@ -997,8 +996,6 @@ export default {
}
this.couponForm.timeRangeList = timeRangeList;
}
// 数据对话id
this.couponForm.dataDialogueId = res.data.result.dataDialogueId;
} else {
this.submitLoading = false;
this.$message.error(res.data.message);
......@@ -1384,7 +1381,6 @@ export default {
integralMallProId: this.isCopy ? '' : (this.mallProId === '-1' ? '' : this.mallProId), // 礼品id
proType: 1, // 优惠券
proReferId: proReferIdArr.join(','), // 卡券id
dataDialogueId: this.couponForm.dataDialogueId, // 数据对话id
cardCostList: this.cardCouponList.length > 1 ? this.cardCouponList : null,
detailDescription: this.couponForm.detailDescription, // 图文详情
giftImageUrls: giftImageUrls.join(','), // 礼品主图
......
......@@ -99,14 +99,14 @@
新建分类
</el-button>
</el-form-item>
<el-form-item label="数据对话">
<!-- <el-form-item label="数据对话">
<dm-activity-select
:repProjectName="projectName"
width="300"
:actId.sync="giftForm.dataDialogueId"
:showAdd="false"
/>
</el-form-item>
</el-form-item> -->
</div>
<div class="section-content">
<h3>销售信息</h3>
......@@ -764,7 +764,6 @@ export default {
proReferId: '', // 礼品关联id
proName: '',
proCategoryId: '', // 分类id
dataDialogueId: '', // 数据对话id
images: [],
gradeType: 1,
memberGrade: [], // 适用会员
......@@ -1260,7 +1259,6 @@ export default {
this.giftForm.proName = data.proName; // 名称
this.proNameLen = getInputVal.getZhLen(this.giftForm.proName);
this.giftForm.proCategoryId = data.proCategoryId; // 分类
this.giftForm.dataDialogueId = data.dataDialogueId; // 数据对话id
this.giftForm.proCode = data.proCode; // 编码
this.giftForm.integralCost = data.integralCost; // 积分
this.giftForm.cashCost = data.cashCost; // 现金
......@@ -2265,7 +2263,6 @@ export default {
proReferId: this.giftForm.proReferId, //关联id
cardType: this.giftForm.changeType === 1 ? this.giftForm.cardType : '', //卡券类型
proCategoryId: this.giftForm.proCategoryId, //礼品分类
dataDialogueId: this.giftForm.dataDialogueId, // 数据对话id
detailDescription: this.giftForm.detailDescription, //图文详情
gradeType: this.giftForm.gradeType,
memberGrade: this.giftForm.memberGrade.join(','), //适用会员
......
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