Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
85bc2f4b
Commit
85bc2f4b
authored
May 24, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5a780ebb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
12 deletions
+65
-12
customerOrder.vue
src/components/customerManage/customerOrder.vue
+21
-4
myCustomerOrder.vue
src/components/customerManage/myCustomerOrder.vue
+21
-4
index.vue
src/components/planeTicketOrder/index.vue
+23
-4
No files found.
src/components/customerManage/customerOrder.vue
View file @
85bc2f4b
...
...
@@ -182,17 +182,33 @@
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
报名
日期
</span
>
完结开始
日期
</span
>
<el-date-picker
v-model=
"msg.
Create
Time"
v-model=
"msg.
FinishS
Time"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"报名日期"
placeholder=
"完结开始日期"
>
</el-date-picker>
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
完结结束日期
</span
>
<el-date-picker
v-model=
"msg.FinishETime"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"完结结束日期"
>
</el-date-picker>
</el-col>
...
...
@@ -319,7 +335,8 @@ export default {
StartTime
:
""
,
//订单开始时间
EndTime
:
""
,
//订单结束时间
OrderType
:
""
,
//订单类型
CreateTime
:
""
FinishSTime
:
""
,
//完结开始时间
FinishETime
:
""
,
//完结结束时间
},
ticketingStatusList
:
[],
// 出票状态
OrderStatusList
:
[],
...
...
src/components/customerManage/myCustomerOrder.vue
View file @
85bc2f4b
...
...
@@ -148,17 +148,33 @@
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
报名
日期
</span
>
完结开始
日期
</span
>
<el-date-picker
v-model=
"msg.
Create
Time"
v-model=
"msg.
FinishS
Time"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"报名日期"
placeholder=
"完结开始日期"
>
</el-date-picker>
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
完结结束日期
</span
>
<el-date-picker
v-model=
"msg.FinishETime"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"完结结束日期"
>
</el-date-picker>
</el-col>
...
...
@@ -283,7 +299,8 @@ export default {
StartTime
:
"2022-04-28"
,
EndTime
:
""
,
IsMyOrder
:
"1"
,
//我的订单
CreateTime
:
""
FinishSTime
:
""
,
//完结开始时间
FinishETime
:
""
,
//完结结束时间
},
ticketingStatusList
:
[],
// 出票状态
OrderStatusList
:
[],
...
...
src/components/planeTicketOrder/index.vue
View file @
85bc2f4b
...
...
@@ -178,17 +178,33 @@
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
报名
日期
</span
>
完结开始
日期
</span
>
<el-date-picker
v-model=
"msg.
Create
Time"
v-model=
"msg.
FinishS
Time"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"报名日期"
placeholder=
"完结开始日期"
>
</el-date-picker>
</el-col>
<el-col
:xs=
"8"
:sm=
"7"
:md=
"6"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
完结结束日期
</span
>
<el-date-picker
v-model=
"msg.FinishETime"
@
change=
"getList"
size=
"mini"
style=
"width: 100%"
format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
type=
"date"
placeholder=
"完结结束日期"
>
</el-date-picker>
</el-col>
...
...
@@ -205,6 +221,8 @@
:cell-style=
"columenStyle"
:header-cell-style=
"getRowClass"
>
<el-table-column
fixed
prop=
"CreateTime"
label=
"报名日期"
>
</el-table-column>
<el-table-column
fixed
prop=
"EnterName"
label=
"业务员"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.OrderId === 0"
>
...
...
@@ -551,7 +569,8 @@ export default {
Q_IsCollect
:
"0"
,
//收款状态
StartTime
:
""
,
EndTime
:
""
,
CreateTime
:
""
FinishSTime
:
""
,
//完结开始时间
FinishETime
:
""
,
//完结结束时间
},
VisaList
:[
{
Name
:
"不限"
,
Id
:
"0"
},
...
...
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