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
82a533f9
Commit
82a533f9
authored
Mar 14, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
c28a0e29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
edit.vue
src/components/coffeeManage/edit.vue
+2
-5
No files found.
src/components/coffeeManage/edit.vue
View file @
82a533f9
...
...
@@ -35,7 +35,7 @@
<div
v-if=
"addMsg.GoodsEduType == 2"
>
<el-button
type=
"primary"
@
click=
"isShowZC=true"
style=
"margin:0 10px;"
size=
"mini"
>
选择资产
</el-button>
<span
v-if=
"zcObj.Id"
>
资产:
{{
zcObj
.
Id
}}
</span>
<span
v-if=
"zcObj.Id"
>
资产
编号
:
{{
zcObj
.
Id
}}
</span>
</div>
</div>
</el-form-item>
...
...
@@ -1239,7 +1239,7 @@
GoodsUrl
:
""
,
//简介
goodsLogo
:
""
,
//商品Logo
IsKorea
:
0
,
//是否为韩国馆
GoodsEduType
:
1
,
GoodsEduType
:
2
,
MaterialId
:
0
,
//资产id
},
predefineColors
:
[
"#000000"
,
"#FFFFFF"
,
"#888888"
,
"#FF4544"
],
...
...
@@ -1877,9 +1877,6 @@
});
},
Save
(
formName
)
{
console
.
log
(
this
.
SpecificationPriceList
,
this
.
SpecificationList
)
return
this
.
addMsg
.
IsKorea
=
0
;
this
.
$refs
[
formName
].
validate
(
valid
=>
{
if
(
valid
)
{
...
...
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