Commit f1b2ef03 by crushh

udpate: 数据对话厅注释

parent f6c5a0d9
......@@ -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>
......@@ -596,7 +596,6 @@ export default {
exchangeDateWeekArr: [],
timeRangeList: [{ timeRange: '' }], // 部分时段数组
timeZones: ['', ''],
dataDialogueId: '', // 数据对话id
ladder: [],
},
uploadAction: getInputVal.uploadAction(),
......@@ -984,8 +983,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);
......@@ -1371,7 +1368,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(','), // 礼品主图
......
......@@ -110,14 +110,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>
......@@ -763,7 +763,6 @@ export default {
proReferId: '', // 礼品关联id
proName: '',
proCategoryId: '', // 分类id
dataDialogueId: '', // 数据对话id
images: [],
gradeType: 1,
memberGrade: [], // 适用会员
......@@ -1237,7 +1236,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; // 现金
......@@ -2242,7 +2240,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