Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
store-system
Project
Project
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
luoyangfei
store-system
Commits
a16bc3db
Commit
a16bc3db
authored
Nov 25, 2018
by
燕南天
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正逻辑
parent
ab0a29cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
storeList.vue
2code/web/mgt_pro/src/views/store/storeList.vue
+7
-6
No files found.
2code/web/mgt_pro/src/views/store/storeList.vue
View file @
a16bc3db
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"240"
fixed=
"right"
>
<el-table-column
label=
"操作"
width=
"240"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
circle
class=
"table-icon"
@
click=
"check(scope.row)"
>
<el-button
type=
"primary"
circle
class=
"table-icon"
@
click=
"check(scope.row)"
>
<i
class=
"iconfont icon-chakan"
></i>
<i
class=
"iconfont icon-chakan"
></i>
...
@@ -124,16 +124,16 @@
...
@@ -124,16 +124,16 @@
<!-- 跳转到添加员工-->
<!-- 跳转到添加员工-->
<el-popover
v-if=
"scope.row.isAuditing==1"
placement=
"top"
width=
"160"
v-model=
"scope.row.delState
1
"
>
<el-popover
v-if=
"scope.row.isAuditing==1"
placement=
"top"
width=
"160"
v-model=
"scope.row.delState
2
"
>
<p
style=
"margin-bottom:10px;font-weight:700;"
>
将要跳转页面,去添加去添加员工
</p>
<p
style=
"margin-bottom:10px;font-weight:700;"
>
将要跳转页面,去添加去添加员工
</p>
<div
style=
"text-align: right; margin: 0"
>
<div
style=
"text-align: right; margin: 0"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"scope.row.delState2 = false"
>
取消
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"scope.row.delState2 = false"
>
取消
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"handleToAddPeople(scope.row)"
通过
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"handleToAddPeople(scope.row)"
>
去添加
</el-button>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
icon=
"el-icon-
setting
"
style=
"margin-left:10px;"
circle
class=
"table-icon"
></el-button>
<el-button
slot=
"reference"
type=
"primary"
icon=
"el-icon-
plus
"
style=
"margin-left:10px;"
circle
class=
"table-icon"
></el-button>
</el-popover>
</el-popover>
</
template
>
""
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -566,7 +566,7 @@ export default {
...
@@ -566,7 +566,7 @@ export default {
message
:
"删除成功"
,
message
:
"删除成功"
,
type
:
"warning"
type
:
"warning"
});
});
data
.
delState
=
false
;
//
data.delState = false;
});
});
}
}
});
});
...
@@ -809,6 +809,7 @@ export default {
...
@@ -809,6 +809,7 @@ export default {
storeId
:
data
.
storeId
,
storeId
:
data
.
storeId
,
isAuditing
:
"1"
isAuditing
:
"1"
};
};
debugger
store
.
addOrEditStore
(
param
).
then
(
res
=>
{
store
.
addOrEditStore
(
param
).
then
(
res
=>
{
this
.
getList
(()
=>
{
this
.
getList
(()
=>
{
this
.
$message
({
this
.
$message
({
...
...
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