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
691d8176
Commit
691d8176
authored
Aug 26, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
691c2bdd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+18
-2
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
691d8176
...
@@ -1560,6 +1560,15 @@
...
@@ -1560,6 +1560,15 @@
arr
.
push
(
item
);
arr
.
push
(
item
);
}
}
});
});
arr
.
forEach
(
x
=>
{
x
.
Id
=
0
;
x
.
NewSpecList
.
forEach
(
j
=>
{
j
.
Id
=
0
});
x
.
SpecificationValueList
.
forEach
(
j
=>
{
j
.
Id
=
0
})
});
this
.
SpecificationList
=
JSON
.
parse
(
this
.
SpecificationList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
SpecificationList
.
concat
(
arr
))
JSON
.
stringify
(
this
.
SpecificationList
.
concat
(
arr
))
);
);
...
@@ -2130,7 +2139,8 @@
...
@@ -2130,7 +2139,8 @@
if
(
this
.
addMsg
.
PresentFXGrade
==
0
)
{
if
(
this
.
addMsg
.
PresentFXGrade
==
0
)
{
this
.
addMsg
.
PresentFXGrade
=
''
this
.
addMsg
.
PresentFXGrade
=
''
}
}
if
(
this
.
addMsg
.
MarketingLogo
==
null
)
{
if
(
!
this
.
addMsg
.
MarketingLogo
||
this
.
addMsg
.
MarketingLogo
==
null
)
{
this
.
addMsg
.
MarketingLogo
=
{
this
.
addMsg
.
MarketingLogo
=
{
iswords
:
0
,
iswords
:
0
,
words
:
""
,
words
:
""
,
...
@@ -2139,7 +2149,13 @@
...
@@ -2139,7 +2149,13 @@
ico
:
""
ico
:
""
}
}
}
else
{
}
else
{
this
.
addMsg
.
MarketingLogo
=
JSON
.
parse
(
this
.
addMsg
.
MarketingLogo
)
let
MarketingLogo
=
JSON
.
parse
(
this
.
addMsg
.
MarketingLogo
)
let
obj
=
MarketingLogo
this
.
addMsg
.
MarketingLogo
=
obj
// this.addMsg.MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
console
.
log
(
this
.
addMsg
.
MarketingLogo
)
}
}
this
.
getSuggestPrice
();
this
.
getSuggestPrice
();
this
.
getFXDGradeList2
();
this
.
getFXDGradeList2
();
...
...
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