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
b1e20128
Commit
b1e20128
authored
Jun 23, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
40c0bc3e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
487 additions
and
2 deletions
+487
-2
exorder-form.vue
src/components/schedul/exorder-form.vue
+475
-0
appointManagement.vue
src/pages/sale/appointManagement.vue
+12
-2
No files found.
src/components/schedul/exorder-form.vue
0 → 100644
View file @
b1e20128
This diff is collapsed.
Click to expand it.
src/pages/sale/appointManagement.vue
View file @
b1e20128
...
...
@@ -11,7 +11,7 @@
<q-td
:props=
"props"
>
<q-btn-dropdown
flat
size=
"xs"
color=
"dark"
label=
"更多"
style=
"margin-left:10px;"
>
<q-list>
<q-item
clickable
v-close-popup
@
click=
"
OperateVitior(props.row,1
)"
>
<q-item
clickable
v-close-popup
@
click=
"
ExchangeOrder(props.row
)"
>
<q-item-section>
<q-item-label>
转订单
</q-item-label>
</q-item-section>
...
...
@@ -36,6 +36,7 @@
</
template
>
</q-table>
<yuekeForm
v-if=
"isShowYue"
:ChoiceType=
"ChoiceType"
:save-obj=
"visitorItem"
@
close=
"closeYuekeForm"
@
success=
"refreshPage"
></yuekeForm>
<exorderForm
v-if=
"isShowExOrder"
@
close=
"closeOrderForm"
@
success=
"refreshPage"
></exorderForm>
</div>
</template>
...
...
@@ -44,13 +45,15 @@
queryVisitorReservePage
}
from
'../../api/scheduling/schedu'
import
yuekeForm
from
'../../components/schedul/yueke-form'
import
exorderForm
from
'../../components/schedul/exorder-form'
export
default
{
meta
:
{
title
:
"约课管理"
},
components
:
{
yuekeForm
yuekeForm
,
exorderForm
},
data
()
{
return
{
...
...
@@ -112,6 +115,7 @@
isShowYue
:
false
,
ChoiceType
:
0
,
visitorItem
:{},
//选中的对象
isShowExOrder
:
false
}
},
...
...
@@ -149,9 +153,15 @@
closeYuekeForm
()
{
this
.
isShowYue
=
false
},
closeOrderForm
(){
this
.
isShowExOrder
=
false
},
//刷新页面
refreshPage
()
{
this
.
getList
();
},
ExchangeOrder
(){
this
.
isShowExOrder
=
true
;
}
}
...
...
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