Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
63641538
Commit
63641538
authored
Dec 16, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d25c7f47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
14 deletions
+23
-14
backclass-form.vue
src/components/sale/backclass-form.vue
+23
-14
No files found.
src/components/sale/backclass-form.vue
View file @
63641538
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
<
script
>
<
script
>
import
{
import
{
getOrderGuestPageList
,
getOrderGuestPageList
,
SetBackClassApply
}
from
'../../api/sale/sale'
}
from
'../../api/sale/sale'
export
default
{
export
default
{
name
:
"backclass-form"
,
name
:
"backclass-form"
,
...
@@ -134,21 +135,29 @@
...
@@ -134,21 +135,29 @@
OrderId
:
this
.
chooseItem
.
OrderId
,
OrderId
:
this
.
chooseItem
.
OrderId
,
applyReason
:
this
.
applyReason
applyReason
:
this
.
applyReason
};
};
if
(
!
applyMsg
.
GuestId
)
{
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
"top"
,
message
:
`请选择要申请的学员`
})
return
;
}
console
.
log
(
"item"
,
applyMsg
);
console
.
log
(
"item"
,
applyMsg
);
// updateOrderRemark(this.OrderRemark
Msg).then(res => {
SetBackClassApply
(
apply
Msg
).
then
(
res
=>
{
//
if (res.Code == 1) {
if
(
res
.
Code
==
1
)
{
//
this.$q.notify({
this
.
$q
.
notify
({
//
icon: 'iconfont icon-chenggong',
icon
:
'iconfont icon-chenggong'
,
//
color: 'accent',
color
:
'accent'
,
//
timeout: 2000,
timeout
:
2000
,
//
message: '修改成功!',
message
:
'修改成功!'
,
//
position: 'top'
position
:
'top'
//
})
})
//
//调用父页面成功方法
//调用父页面成功方法
//
this.$emit('success');
this
.
$emit
(
'success'
);
//
this.IsShowBackClassDialog = false
this
.
IsShowBackClassDialog
=
false
//
}
}
//
})
})
}
}
}
}
}
}
...
...
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