Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
90da70f1
Commit
90da70f1
authored
Mar 07, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
2356cfde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
edit.vue
src/components/coffeeManage/edit.vue
+8
-8
No files found.
src/components/coffeeManage/edit.vue
View file @
90da70f1
...
@@ -25,10 +25,10 @@
...
@@ -25,10 +25,10 @@
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"上架版面"
>
<el-form-item
label=
"上架版面"
>
<el-radio-group
v-model=
"addMsg.GoodsEduType"
:disabled=
"addMsg.Id>0"
@
change=
""
>
<el-radio-group
v-model=
"addMsg.GoodsEduType"
:disabled=
"addMsg.Id>0"
>
<
el-radio
:label=
"0"
>
正常商品
</el-radio
>
<
!--
<el-radio
:label=
"0"
>
正常商品
</el-radio>
--
>
<el-radio
:label=
"1"
>
咖啡劵
</el-radio>
<el-radio
:label=
"1"
>
咖啡劵
</el-radio>
<
el-radio
:label=
"3"
>
教室类
</el-radio
>
<
!--
<el-radio
:label=
"3"
>
教室类
</el-radio>
--
>
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -1216,7 +1216,7 @@
...
@@ -1216,7 +1216,7 @@
GoodsUrl
:
""
,
//简介
GoodsUrl
:
""
,
//简介
goodsLogo
:
""
,
//商品Logo
goodsLogo
:
""
,
//商品Logo
IsKorea
:
0
,
//是否为韩国馆
IsKorea
:
0
,
//是否为韩国馆
GoodsEduType
:
0
,
GoodsEduType
:
1
,
},
},
predefineColors
:
[
predefineColors
:
[
'#000000'
,
'#000000'
,
...
@@ -1846,10 +1846,10 @@
...
@@ -1846,10 +1846,10 @@
if
(
valid
)
{
if
(
valid
)
{
let
content
=
this
.
$refs
.
ue
.
getUEContent
();
let
content
=
this
.
$refs
.
ue
.
getUEContent
();
this
.
addMsg
.
GoodsDetails
=
content
;
this
.
addMsg
.
GoodsDetails
=
content
;
if
(
this
.
addMsg
.
CategoryList
.
length
==
0
)
{
//
if (this.addMsg.CategoryList.length == 0) {
this
.
Error
(
'请选择商品分类'
);
//
this.Error('请选择商品分类');
return
false
//
return false
}
//
}
if
(
this
.
SpecificationList
.
length
>
0
)
{
if
(
this
.
SpecificationList
.
length
>
0
)
{
this
.
addMsg
.
IsCustomSpecification
=
1
;
this
.
addMsg
.
IsCustomSpecification
=
1
;
}
}
...
...
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