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
d88edd32
Commit
d88edd32
authored
Jul 04, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
f6891393
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
detail.vue
src/views/goods/coupon/detail.vue
+6
-3
No files found.
src/views/goods/coupon/detail.vue
View file @
d88edd32
...
@@ -299,6 +299,7 @@
...
@@ -299,6 +299,7 @@
:value=
"item.gradeId"
:value=
"item.gradeId"
/>
/>
</el-select>
</el-select>
<span
style=
"font-size: 12px;color: rgb(144, 147, 153);margin-left:10px;"
>
注意,该字段的配置也会影响到可见配置,请谨慎
</span>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"ladder"
v-if=
"specialOrder"
>
<el-form-item
prop=
"ladder"
v-if=
"specialOrder"
>
<el-checkbox-group
v-model=
"couponForm.ladder"
@
change=
"changeladder"
style=
"display:inline-block"
>
<el-checkbox-group
v-model=
"couponForm.ladder"
@
change=
"changeladder"
style=
"display:inline-block"
>
...
@@ -673,6 +674,8 @@ export default {
...
@@ -673,6 +674,8 @@ export default {
storeIds
:
[],
storeIds
:
[],
},
},
uuid
:
''
,
uuid
:
''
,
showFlag
:
1
,
shareFlag
:
0
,
},
// 可见配置的数据源
},
// 可见配置的数据源
isCopy
:
this
.
$route
.
meta
.
type
==
'copy'
,
isCopy
:
this
.
$route
.
meta
.
type
==
'copy'
,
isNew
:
true
,
// 编辑旧商品时,是否确认转换为新数据格式
isNew
:
true
,
// 编辑旧商品时,是否确认转换为新数据格式
...
@@ -1003,9 +1006,9 @@ export default {
...
@@ -1003,9 +1006,9 @@ export default {
});
});
},
},
echoVisibleData
(
data
)
{
echoVisibleData
(
data
)
{
const
{
releaseType
,
limitTimeBegin
,
limitTimeEnd
,
proShowStatus
,
isNewGuestVisible
,
useNewStoreWidget
,
creatorId
,
storeWidgetId
,
showStore
,
storeGroupIds
,
storeInfo
,
ruleTitle
,
integralMallProRuleId
,
newRuleFlag
}
=
data
;
const
{
releaseType
,
limitTimeBegin
,
limitTimeEnd
,
proShowStatus
,
isNewGuestVisible
,
useNewStoreWidget
,
creatorId
,
storeWidgetId
,
showStore
,
storeGroupIds
,
storeInfo
,
ruleTitle
,
integralMallProRuleId
,
newRuleFlag
,
showFlag
,
shareFlag
}
=
data
;
// 上架类型,自定义开始时间,自定义结束时间,显示状态,新客是否可见,使用新版卡券门店选择器,创建人id,新版卡券门店选择器id, 老的门店控件类型,门店分组id,部分门店id,规则标题,规则id,商品是否关联新规则
// 上架类型,自定义开始时间,自定义结束时间,显示状态,新客是否可见,使用新版卡券门店选择器,创建人id,新版卡券门店选择器id, 老的门店控件类型,门店分组id,部分门店id,规则标题,规则id,商品是否关联新规则
,是否在积分商城显示,是否支持分享
this
.
visibleData
=
{
...
this
.
visibleData
,
releaseType
,
proShowStatus
,
isNewGuestVisible
:
isNewGuestVisible
||
0
,
useNewStoreWidget
,
creatorId
};
this
.
visibleData
=
{
...
this
.
visibleData
,
releaseType
,
proShowStatus
,
isNewGuestVisible
:
isNewGuestVisible
||
0
,
useNewStoreWidget
,
creatorId
,
showFlag
,
shareFlag
};
if
(
releaseType
===
1
)
{
// 1立即上架 2自定义上架时间段
if
(
releaseType
===
1
)
{
// 1立即上架 2自定义上架时间段
this
.
visibleData
.
limitTimeBegin
=
[];
this
.
visibleData
.
limitTimeBegin
=
[];
}
else
if
(
releaseType
==
2
)
{
}
else
if
(
releaseType
==
2
)
{
...
...
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