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
2d559b9d
Commit
2d559b9d
authored
Apr 29, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b88e2eb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
19 deletions
+4
-19
orderList.vue
src/components/customerManage/orderList.vue
+1
-1
Agreement.vue
src/components/guestManagement/Agreement.vue
+3
-18
No files found.
src/components/customerManage/orderList.vue
View file @
2d559b9d
...
...
@@ -744,7 +744,7 @@
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
margin
:
5
px
0
;
margin
:
2
px
0
;
}
.documents-left
span
{
margin-right
:
10px
;
...
...
src/components/guestManagement/Agreement.vue
View file @
2d559b9d
...
...
@@ -220,29 +220,16 @@
<el-table-column
fixed=
"right"
label=
"操作"
width=
"
20
0"
>
width=
"
12
0"
>
<
template
slot-scope=
"scope"
>
<div
class=
"item-but-box"
>
<!--
<el-tooltip
class=
"item-but"
effect=
"dark"
content=
"编辑订单"
placement=
"top"
>
<i
class=
"iconfont iconwenbenbianji cp"
@
click=
"editOrder(scope.row)"
></i>
</el-tooltip>
<el-tooltip
v-if=
"scope.row.TicketStatus==1&&scope.row.OrderStatus==1&&scope.row.IncomeFinance.length==0&&!scope.row.BackFinance.length==0&&!scope.row.PayFinance.length==0"
class=
"item-but"
effect=
"dark"
content=
"取消订单"
placement=
"top"
>
<i
class=
"iconfont iconquxiao cp"
@
click=
"cancelOrder(scope.row)"
></i>
</el-tooltip>
<el-tooltip
class=
"item-but"
effect=
"dark"
content=
"操作日志"
placement=
"top"
>
<i
class=
"iconfont iconcopy cp"
@
click=
"operationLog(scope.row)"
></i>
</el-tooltip>
-->
<div
class=
"enedit-box"
>
<el-tooltip
class=
"item-but"
effect=
"dark"
content=
"编辑订单"
placement=
"top"
>
<i
class=
"iconfont iconwenbenbianji cp"
@
click=
"editOrder(scope.row)"
></i>
</el-tooltip>
<div>
<el-select
style=
"width:
13
0px"
class=
"select-right"
<el-select
style=
"width:
7
0px"
class=
"select-right"
clearable
size=
"mini"
v-model=
"scope.row.More"
placeholder=
"更多"
...
...
@@ -277,10 +264,8 @@ export default {
data
()
{
return
{
MoreList
:[
{
Name
:
'编辑订单金额'
,
Id
:
'5'
},
{
Name
:
'取消订单'
,
Id
:
'1'
},
{
Name
:
'订单转交'
,
Id
:
'2'
},
{
Name
:
'修改出票状态'
,
Id
:
'4'
},
{
Name
:
'操作日志'
,
Id
:
'3'
},
],
orderStatusList
:[
...
...
@@ -380,7 +365,7 @@ export default {
if
(
this
.
isOnline
()){
url
=
'http://yx.oytour.com/#/'
}
else
{
url
=
'http://www.test.com:808
0
/#/'
url
=
'http://www.test.com:808
4
/#/'
}
let
data
=
[
{
...
...
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