Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e21d1c03
authored
Mar 30, 2023
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev/ver/3.0.0' into 'master'
Dev/ver/3.0.0 See merge request
!15
parents
5b1170d9
9f4e6d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
public/uploadSku.csv
src/views/Store/list.vue
public/uploadSku.csv
View file @
e21d1c03
*上架有效期,*商品型号,*制造商,*库存数量,"*最小起订量
(MOQ)",标准包装量(MPQ),封装,*批次,大陆交期,香港交期,简短描述,物料编码,*显示类型(国内现货,国际现货,猎芯期货),成本价(RMB),成本价(USD),阶梯数量1,国内含税价1(¥),香港交货价1($),阶梯数量2,国内含税价2(¥),香港交货价2($),阶梯数量3,国内含税价3(¥),香港交货价3($),阶梯数量4,国内含税价4(¥),香港交货价4($),阶梯数量5,国内含税价5(¥),香港交货价5($),阶梯数量6,国内含税价6(¥),香港交货价6($),阶梯数量7,国内含税价7(¥),香港交货价7($),阶梯数量8,国内含税价8(¥),香港交货价8($),阶梯数量9,国内含税价9(¥),香港交货价9($)
2022/2/20,NFM18CC471R1C3D,ws-brand-test-1,1200,1000,1000,,2205,2-5工作日,7-10工作日,,,国内现货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,
,22+,2-5工作日,7-10工作日,,,国际
现货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,
,2201-2205,2-5工作日,7-10工作日,,,猎芯期
货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
(MOQ)",标准包装量(MPQ),
递增量,
封装,*批次,大陆交期,香港交期,简短描述,物料编码,*显示类型(国内现货,国际现货,猎芯期货),成本价(RMB),成本价(USD),阶梯数量1,国内含税价1(¥),香港交货价1($),阶梯数量2,国内含税价2(¥),香港交货价2($),阶梯数量3,国内含税价3(¥),香港交货价3($),阶梯数量4,国内含税价4(¥),香港交货价4($),阶梯数量5,国内含税价5(¥),香港交货价5($),阶梯数量6,国内含税价6(¥),香港交货价6($),阶梯数量7,国内含税价7(¥),香港交货价7($),阶梯数量8,国内含税价8(¥),香港交货价8($),阶梯数量9,国内含税价9(¥),香港交货价9($)
2022/2/20,NFM18CC471R1C3D,ws-brand-test-1,1200,1000,1000,
1,
,2205,2-5工作日,7-10工作日,,,国内现货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,
1,,22+,2-5工作日,7-10工作日,,,国内
现货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,
1,,2201-2205,2-5工作日,7-10工作日,,,国内现
货,,,1000,0.08,0.06,2000,0.05,0.04,3000,0.03,0.02,,,,,,,,,,,,,,,,,,
src/views/Store/list.vue
View file @
e21d1c03
...
...
@@ -303,7 +303,7 @@
<el-table-column
prop=
"cp_time_temp"
label=
"上架有效期"
width=
"160"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"修改上架有效期"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<el-date-picker
v-model=
"scope.row.cp_time"
:picker-options=
"pickerOptions(scope.row.cp_time)"
type=
"date"
placeholder=
"选择日期"
style=
"width: 128px"
value-format=
"yyyy-MM-dd"
></el-date-picker>
<el-date-picker
v-model=
"scope.row.cp_time"
type=
"date"
placeholder=
"选择日期"
style=
"width: 128px"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -329,7 +329,6 @@ export default {
name
:
"list"
,
data
()
{
return
{
pickerOptions
:
{},
total
:
0
,
limit
:
10
,
page
:
1
,
...
...
@@ -365,14 +364,6 @@ export default {
}
this
.
getData
();
this
.
getSkuRankList
();
this
.
pickerOptions
=
function
(
val
)
{
return
{
disabledDate
(
time
)
{
let
limit_date
=
new
Date
(
val
);
return
time
.
getTime
()
>
limit_date
.
getTime
()
+
3600
*
1000
*
24
*
30
;
}
}
}
},
methods
:
{
/**
...
...
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