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
766e5477
Commit
766e5477
authored
Sep 02, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0dd33c4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
19 deletions
+27
-19
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+27
-19
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
766e5477
...
...
@@ -155,14 +155,14 @@
:inactive-value=
"2"
>
</el-switch>
</el-form-item>
<el-form-item
label=
"自动上架时间"
>
<el-date-picker
size=
"small"
v-model=
"addMsg.ShelvesDate"
default-time=
"12:00:00"
value-format=
"yyyy-MM-dd HH:mm:ss"
type=
"datetime"
placeholder=
"选择日期时间"
>
<el-form-item
label=
"自动上架时间"
>
<el-date-picker
size=
"small"
v-model=
"addMsg.ShelvesDate"
default-time=
"12:00:00"
value-format=
"yyyy-MM-dd HH:mm:ss"
type=
"datetime"
placeholder=
"选择日期时间"
>
</el-date-picker>
</el-form-item>
<el-form-item
label=
"自动下架时间"
>
<el-date-picker
size=
"small"
v-model=
"addMsg.DownDate"
default-time=
"12:00:00"
value-format=
"yyyy-MM-dd HH:mm:ss"
type=
"datetime"
placeholder=
"选择日期时间"
>
<el-form-item
label=
"自动下架时间"
>
<el-date-picker
size=
"small"
v-model=
"addMsg.DownDate"
default-time=
"12:00:00"
value-format=
"yyyy-MM-dd HH:mm:ss"
type=
"datetime"
placeholder=
"选择日期时间"
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -404,8 +404,7 @@
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"发货仓库"
>
<el-input
v-model=
"addMsg.SendArea"
size=
"small"
placeholder=
"请输入内容"
class=
"input-with-select"
>
<el-input
v-model=
"addMsg.SendArea"
size=
"small"
placeholder=
"请输入内容"
class=
"input-with-select"
>
</el-input>
</el-form-item>
<el-form-item
label=
"商品服务"
>
...
...
@@ -1162,7 +1161,7 @@
},
ShelvesDate
:
''
,
//自动上架时间
DownDate
:
''
,
//自动下架时间
SendArea
:
''
,
//发货仓库
SendArea
:
''
,
//发货仓库
},
predefineColors
:
[
'#000000'
,
...
...
@@ -1566,12 +1565,12 @@
arr
.
push
(
item
);
}
});
arr
.
forEach
(
x
=>
{
x
.
Id
=
0
;
x
.
NewSpecList
.
forEach
(
j
=>
{
arr
.
forEach
(
x
=>
{
x
.
Id
=
0
;
x
.
NewSpecList
.
forEach
(
j
=>
{
j
.
Id
=
0
});
x
.
SpecificationValueList
.
forEach
(
j
=>
{
x
.
SpecificationValueList
.
forEach
(
j
=>
{
j
.
Id
=
0
})
});
...
...
@@ -2145,8 +2144,21 @@
if
(
this
.
addMsg
.
PresentFXGrade
==
0
)
{
this
.
addMsg
.
PresentFXGrade
=
''
}
if
(
!
this
.
addMsg
.
MarketingLogo
||
this
.
addMsg
.
MarketingLogo
==
null
)
{
if
(
this
.
addMsg
.
MarketingLogo
)
{
try
{
let
MarketingLogo
=
JSON
.
parse
(
this
.
addMsg
.
MarketingLogo
)
let
obj
=
MarketingLogo
this
.
addMsg
.
MarketingLogo
=
obj
}
catch
(
err
)
{
this
.
addMsg
.
MarketingLogo
=
{
iswords
:
0
,
words
:
""
,
wordsColor
:
""
,
wordsBack
:
""
,
ico
:
""
}
}
}
else
{
this
.
addMsg
.
MarketingLogo
=
{
iswords
:
0
,
words
:
""
,
...
...
@@ -2154,10 +2166,6 @@
wordsBack
:
""
,
ico
:
""
}
}
else
{
let
MarketingLogo
=
JSON
.
parse
(
this
.
addMsg
.
MarketingLogo
)
let
obj
=
MarketingLogo
this
.
addMsg
.
MarketingLogo
=
obj
}
this
.
getSuggestPrice
();
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