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
ba012b52
Commit
ba012b52
authored
May 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d4cf151d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
customerOrder.vue
src/components/customerManage/customerOrder.vue
+3
-3
myCustomerOrder.vue
src/components/customerManage/myCustomerOrder.vue
+3
-3
orderList.vue
src/components/customerManage/orderList.vue
+2
-2
index.vue
src/components/planeTicketOrder/index.vue
+0
-1
No files found.
src/components/customerManage/customerOrder.vue
View file @
ba012b52
...
@@ -69,17 +69,17 @@
...
@@ -69,17 +69,17 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<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.OrderId"
placeholder=
"订单号"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.OrderId"
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"
>
<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.GusetName"
placeholder=
"客人姓名"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.GusetName"
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"
>
<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=
"出行概述"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.StartCityName"
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"
>
<el-col
:xs=
"7"
:sm=
"6"
:md=
"5"
:lg=
"4"
:xl=
"3"
>
...
...
src/components/customerManage/myCustomerOrder.vue
View file @
ba012b52
...
@@ -69,17 +69,17 @@
...
@@ -69,17 +69,17 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<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.OrderId"
placeholder=
"订单号"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.OrderId"
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"
>
<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.GusetName"
placeholder=
"客人姓名"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.GusetName"
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"
>
<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=
"出行概述"
<el-input
size=
"mini"
class=
"w210"
v-model=
"msg.StartCityName"
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"
>
<el-col
:xs=
"7"
:sm=
"6"
:md=
"5"
:lg=
"4"
:xl=
"3"
>
...
...
src/components/customerManage/orderList.vue
View file @
ba012b52
...
@@ -221,8 +221,8 @@
...
@@ -221,8 +221,8 @@
</tr>
</tr>
</tbody>
</tbody>
</
template
>
</
template
>
<!--取消订单-->
<!--取消订单-->
</table>
</table>
</div>
</div>
<el-drawer
:with-header=
"false"
size=
'70%'
:visible
.
sync=
"drawer"
direction=
"rtl"
:before-close=
"handleClose"
>
<el-drawer
:with-header=
"false"
size=
'70%'
:visible
.
sync=
"drawer"
direction=
"rtl"
:before-close=
"handleClose"
>
<customerInfoBox
:CustomerId=
"CustomerId"
/>
<customerInfoBox
:CustomerId=
"CustomerId"
/>
...
...
src/components/planeTicketOrder/index.vue
View file @
ba012b52
...
@@ -434,7 +434,6 @@ export default {
...
@@ -434,7 +434,6 @@ export default {
let
data
=
res
.
data
.
data
.
pageData
;
let
data
=
res
.
data
.
data
.
pageData
;
this
.
tableData
=
data
;
this
.
tableData
=
data
;
this
.
msg
.
pageSize
=
res
.
data
.
data
.
pageSize
this
.
msg
.
pageSize
=
res
.
data
.
data
.
pageSize
console
.
log
(
this
.
msg
.
pageSize
)
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
console
.
log
(
this
.
total
)
console
.
log
(
this
.
total
)
}
else
{
}
else
{
...
...
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