Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
Overview
Overview
Details
Activity
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
hooloo
web
soss
Commits
8881f6b0
Commit
8881f6b0
authored
2 years ago
by
lixiaomin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://140.143.224.240:8100/hooloo/web/soss
into v2
parents
2e61453e
22af461d
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
src/views/goods/goods/components/SpecSetting.vue
+0
-0
src/views/goods/goods/components/Specification.vue
+14
-3
No files found.
src/views/goods/goods/components/SpecSetting.vue
0 → 100644
View file @
8881f6b0
This diff is collapsed.
Click to expand it.
src/views/goods/goods/components/Specification.vue
View file @
8881f6b0
<
template
>
<div>
<el-dialog
title=
"
商品规格机器操作步骤
详情"
:visible
.
sync=
"open"
width=
"1000px"
append-to-body
>
<el-dialog
title=
"
规格
详情"
:visible
.
sync=
"open"
width=
"1000px"
append-to-body
>
<el-table
:data=
"special_tb_data"
style=
"width: 100%"
ref=
"special_tb"
@
row-click=
"specal_tb_row_click();"
>
<el-table-column
label=
""
type=
"expand"
>
<
!--
<
el-table-column
label=
""
type=
"expand"
>
<template
slot-scope=
"scope"
>
<el-form
label-position=
"left"
inline
>
<el-row
v-for=
"(step,step_idx) in scope.row.tb_steps"
:key=
step_idx
style=
"margin-top:5px;"
>
...
...
@@ -16,7 +16,7 @@
</el-row>
</el-form>
</
template
>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"商品名称"
prop=
"goods_name"
>
</el-table-column>
<el-table-column
label=
"商品规格"
prop=
"sku_spec_name"
>
...
...
@@ -29,6 +29,10 @@
<el-button
@
click
.
native
.
prevent=
"specal_opt(scope.$index,scope.row,'save')"
type=
"text"
size=
"small"
>
保存
</el-button>
<el-button
@
click
.
native
.
prevent=
"specal_opt(scope.$index,scope.row,'del')"
type=
"text"
size=
"small"
>
删除
</el-button>
<el-button
@
click
.
native
.
prevent=
"specal_opt(scope.$index,scope.row,'restore')"
type=
"text"
size=
"small"
>
恢复
</el-button>
<el-button
@
click=
"specal_set(scope.$index,scope.row,'view_step')"
type=
"text"
size=
"small"
>
配置制作步骤
</el-button>
<el-button
@
click
.
native
.
prevent=
"sku_del(scope.$index,scope.row,'save')"
type=
"text"
size=
"small"
>
删除当前sku
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -437,8 +441,15 @@ export default {
}).
catch
(
function
(
cat
){
return
cat
})
},
specal_set
(){
},
sku_del
(){
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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