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
136aff80
authored
Jul 13, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
上传sku-模板替换
parent
e7910581
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
public/uploadSku.csv
src/views/Store/list.vue
public/uploadSku.csv
View file @
136aff80
*上架有效期,*商品型号,*制造商,*库存数量,"*最小起订量
*上架有效期,*商品型号,*制造商,*库存数量,"*最小起订量
(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($)
(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工作日,,,国内现货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
2022/2/20,NFM18CC471R1C3D,ws-brand-test-1,1200,1000,1000,1,,2205,2-5工作日,7-10工作日,,,国内现货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,1,,22+,2-5工作日,7-10工作日,,,国际现货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,1,,22+,2-5工作日,7-10工作日,,,国际现货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,1,,2201-2205,2-5工作日,7-10工作日,,,猎芯期货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
2022/2/20,FM18CC1R1C3,ws-brand-01,1200,1000,1000,1,,2201-2205,2-5工作日,7-10工作日,,,猎芯期货,10,,1000,10,1.5,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
src/views/Store/list.vue
View file @
136aff80
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
<el-table-column
prop=
"moq"
label=
"起订量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"moq"
label=
"起订量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"mpq"
label=
"标准包装量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"mpq"
label=
"标准包装量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"stock"
label=
"库存数量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"stock"
label=
"库存数量"
width=
"100"
align=
"center"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"cn_ladder_price"
label=
"
国内含税
价(¥)"
width=
"120"
align=
"center"
:show-overflow-tooltip=
"true"
>
<el-table-column
prop=
"cn_ladder_price"
label=
"
含税成本
价(¥)"
width=
"120"
align=
"center"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.cn_ladder_price && scope.row.cn_ladder_price.length>0"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.cn_ladder_price && scope.row.cn_ladder_price.length>0"
>
<el-popover
effect=
"light"
trigger=
"hover"
placement=
"bottom"
>
<el-popover
effect=
"light"
trigger=
"hover"
placement=
"bottom"
>
<p
class=
"row"
v-for=
"item in scope.row.cn_ladder_price"
>
<p
class=
"row"
v-for=
"item in scope.row.cn_ladder_price"
>
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
</el-popover>
</el-popover>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"hk_ladder_price"
label=
"
香港交货价($
)"
width=
"120"
align=
"center"
:show-overflow-tooltip=
"true"
>
<el-table-column
prop=
"hk_ladder_price"
label=
"
美金成本价($
)"
width=
"120"
align=
"center"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.cn_ladder_price && scope.row.cn_ladder_price.length>0"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.cn_ladder_price && scope.row.cn_ladder_price.length>0"
>
<el-popover
effect=
"light"
trigger=
"hover"
placement=
"bottom"
>
<el-popover
effect=
"light"
trigger=
"hover"
placement=
"bottom"
>
<p
class=
"row"
v-for=
"item in scope.row.hk_ladder_price"
>
<p
class=
"row"
v-for=
"item in scope.row.hk_ladder_price"
>
...
...
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