Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
fengzhaoyu
mingPayPc
Commits
7bfdc932
Commit
7bfdc932
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加操作员删除状态
parent
28992c1d
master
…
ISV
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
CashierManagement.vue
src/components/pages/PaymentManagement/CashierManagement.vue
+3
-1
No files found.
src/components/pages/PaymentManagement/CashierManagement.vue
View file @
7bfdc932
...
...
@@ -14,7 +14,8 @@
{{
createTimeToStr
(
createTime
)
}}
</span>
<span
slot=
"action"
slot-scope=
"text, record, index"
>
<a
href=
"javascript:;"
@
click=
"showModel(record, text, index)"
>
删除
</a>
<a
v-if=
"record.status === '0'"
href=
"javascript:;"
@
click=
"showModel(record, text, index)"
>
删除
</a>
<a
v-else
href=
"javascript:;"
style=
"color:#cccccc"
>
已删除
</a>
</span>
</a-table>
</div>
...
...
@@ -120,6 +121,7 @@ export default {
let
insertCashierData
=
this
.
$qs
.
stringify
({
name
:
res
[
0
].
name
,
userId
:
res
[
0
].
emplId
,
status
:
'0'
,
orgId
:
sessionStorage
.
getItem
(
'corpId'
)
})
$http
.
get
(
`v1/cashier/insert_cashier?
${
insertCashierData
}
`
).
then
((
res
)
=>
{
...
...
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