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
fd82d8f2
Commit
fd82d8f2
authored
Jun 23, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
页面修改
parents
b299e281
833d23d4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
203 deletions
+59
-203
exorder-form.vue
src/components/schedul/exorder-form.vue
+49
-190
appointManagement.vue
src/pages/sale/appointManagement.vue
+10
-13
No files found.
src/components/schedul/exorder-form.vue
View file @
fd82d8f2
This diff is collapsed.
Click to expand it.
src/pages/sale/appointManagement.vue
View file @
fd82d8f2
...
...
@@ -63,9 +63,8 @@
:input=
"true"
@
input=
"changePage"
/>
</
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>
<yuekeForm
v-if=
"isShowYue"
:ChoiceType=
"ChoiceType"
:save-obj=
"visitorItem"
@
close=
"closeYuekeForm"
@
success=
"refreshPage"
></yuekeForm>
<exorderForm
v-if=
"isShowExOrder"
:save-obj=
"visitorItem"
@
close=
"closeOrderForm"
@
success=
"refreshPage"
></exorderForm>
</div>
</template>
...
...
@@ -150,12 +149,11 @@
field
:
'Id'
}
],
isShowYue
:
false
,
ChoiceType
:
0
,
visitorItem
:
{},
//选中的对象
isShowExOrder
:
false
,
TeacherList
:
[],
//教师列表
ClassRoomList
:
[],
//教室列表
isShowYue
:
false
,
ChoiceType
:
0
,
visitorItem
:{},
//选中的对象
isShowExOrder
:
false
,
}
},
created
()
{
...
...
@@ -194,7 +192,6 @@
//获取课程系列分页列表
getList
()
{
queryVisitorReservePage
(
this
.
msg
).
then
(
res
=>
{
console
.
log
(
res
,
'数据'
);
if
(
res
.
Code
==
1
)
{
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
...
...
@@ -218,10 +215,10 @@
refreshPage
()
{
this
.
getList
();
},
ExchangeOrder
()
{
this
.
isShowExOrder
=
true
;
ExchangeOrder
(
item
){
this
.
visitorItem
=
item
;
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