Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
f1b2ef03
Commit
f1b2ef03
authored
Mar 22, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate: 数据对话厅注释
parent
f6c5a0d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
detail.vue
src/views/goods/coupon/detail.vue
+2
-6
detail.vue
src/views/goods/gift/detail.vue
+2
-5
No files found.
src/views/goods/coupon/detail.vue
View file @
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>
...
...
@@ -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
(
','
),
// 礼品主图
...
...
src/views/goods/gift/detail.vue
View file @
f1b2ef03
...
...
@@ -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
(
','
),
//适用会员
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment