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
69cc4865
Commit
69cc4865
authored
May 20, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c6dd9192
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
myCustomerOrder.vue
src/components/customerManage/myCustomerOrder.vue
+3
-21
orderList.vue
src/components/customerManage/orderList.vue
+1
-1
No files found.
src/components/customerManage/myCustomerOrder.vue
View file @
69cc4865
...
@@ -77,23 +77,6 @@
...
@@ -77,23 +77,6 @@
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.GuestName"
placeholder=
"客人姓名"
clearable
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.GuestName"
placeholder=
"客人姓名"
clearable
@
keyup
.
enter
.
native=
"getList"
></el-input>
@
keyup
.
enter
.
native=
"getList"
></el-input>
</el-col>
</el-col>
<el-col
:xs=
"7"
:sm=
"6"
:md=
"5"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
引流人员
</span>
<el-select
size=
"mini"
filterable
v-model=
"msg.CreateBy"
@
change=
"getList"
clearable
placeholder=
"引流人员"
>
<el-option
v-for=
"item in EmployeeList"
:label=
'item.EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId'
>
</el-option>
</el-select>
</el-col>
<el-col
:xs=
"7"
:sm=
"6"
:md=
"5"
:lg=
"4"
:xl=
"3"
>
<el-col
:xs=
"7"
:sm=
"6"
:md=
"5"
:lg=
"4"
:xl=
"3"
>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
出行概述
</span>
<span
class=
"font-size-12"
style=
"padding-right: 10px"
>
出行概述
</span>
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.StartCityName"
placeholder=
"出行概述"
clearable
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.StartCityName"
placeholder=
"出行概述"
clearable
...
@@ -270,14 +253,13 @@
...
@@ -270,14 +253,13 @@
StartCityName
:
""
,
//出发城市
StartCityName
:
""
,
//出发城市
EndCityName
:
""
,
//到达城市
EndCityName
:
""
,
//到达城市
EnterID
:
""
,
//业务员id
EnterID
:
""
,
//业务员id
CreateBy
:
""
,
TicketStatus
:
"0"
,
//出票状态
TicketStatus
:
"0"
,
//出票状态
VisaStatus
:
"0"
,
//出签状态
VisaStatus
:
"0"
,
//出签状态
OrderStatus
:
"0"
,
//订单状态
OrderStatus
:
"0"
,
//订单状态
Q_IsCollect
:
"0"
,
//收款状态
Q_IsCollect
:
"0"
,
//收款状态
StartTime
:
"
"
,
//订单开始时间
StartTime
:
"
2022-04-28"
,
EndTime
:
""
,
//订单结束时间
EndTime
:
""
,
OrderType
:
""
,
//订单类型
IsMyOrder
:
"1"
,
//我的订单
},
},
ticketingStatusList
:[],
// 出票状态
ticketingStatusList
:[],
// 出票状态
OrderStatusList
:[],
OrderStatusList
:[],
...
...
src/components/customerManage/orderList.vue
View file @
69cc4865
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
v-for="(items,index) in item.MultipleChoiceList">
{{
items
.
Name
}}
</span>
v-for="(items,index) in item.MultipleChoiceList">
{{
items
.
Name
}}
</span>
</p>
</p>
<p
class=
"CreateByName-text"
>
{{
item
.
CreateByName
}}
</p>
<p
class=
"CreateByName-text"
>
引流人:
{{
item
.
CreateByName
}}
</p>
<p
class=
"CreateByName-text"
>
业务员:
<span
class=
"colorblue"
>
{{
item
.
EnterName
}}
</span></p>
<p
class=
"CreateByName-text"
>
业务员:
<span
class=
"colorblue"
>
{{
item
.
EnterName
}}
</span></p>
<p>
{{
item
.
CreateTime
}}
</p>
<p>
{{
item
.
CreateTime
}}
</p>
</td>
</td>
...
...
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