Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
5988ef99
Commit
5988ef99
authored
May 06, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d21c88e6
8ad723d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+4
-3
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+2
-3
tripBusOrderList.vue
...ts/busManagement/BookAcar/components/tripBusOrderList.vue
+1
-1
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
5988ef99
...
@@ -280,9 +280,10 @@
...
@@ -280,9 +280,10 @@
text-align
:
center
;
text-align
:
center
;
}
}
.orderop
div
{
.orderop
div
{
width
:
100px
;
width
:
auto
;
height
:
50%
;
height
:
30px
;
display
:
flex
;
display
:
flex
;
padding
:
0
5px
;
justify-content
:
center
;
justify-content
:
center
;
}
}
.RoomList
div
{
.RoomList
div
{
...
@@ -734,7 +735,7 @@
...
@@ -734,7 +735,7 @@
</div>
</div>
<div
<div
v-if=
"item.OrderStatus > 3 || item.OrderStatus < 3"
v-if=
"item.OrderStatus > 3 || item.OrderStatus < 3"
class=
"
column
justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s"
class=
"
row-c wrap
justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s"
>
>
<div
<div
v-if=
"
v-if=
"
...
...
src/components/busManagement/BookAcar/components/orderList.vue
View file @
5988ef99
...
@@ -592,9 +592,8 @@
...
@@ -592,9 +592,8 @@
style=
"padding: 10px; color: #f1416c"
style=
"padding: 10px; color: #f1416c"
:style=
"
{
:style=
"
{
padding:
padding:
!item.Remark
&&
item.isMore
item.Remark
? '0 10px 30px 10px'
? '0 10px 10px 10px':'10px',
: '0 10px 10px 10px',
}"
}"
>
>
OP备注:
{{
item
.
OPRemark
}}
OP备注:
{{
item
.
OPRemark
}}
...
...
src/components/busManagement/BookAcar/components/tripBusOrderList.vue
View file @
5988ef99
...
@@ -505,7 +505,7 @@
...
@@ -505,7 +505,7 @@
<
template
slot=
"append"
>
<
template
slot=
"append"
>
<div
v-if=
"item.CreateRemark"
style=
"padding:10px;color:#f1416c"
>
客户备注:
{{
item
.
CreateRemark
}}
</div>
<div
v-if=
"item.CreateRemark"
style=
"padding:10px;color:#f1416c"
>
客户备注:
{{
item
.
CreateRemark
}}
</div>
<div
v-if=
"item.Remark||pagesTitle=='OP'"
style=
"padding:10px;color:#f1416c"
<div
v-if=
"item.Remark||pagesTitle=='OP'"
style=
"padding:10px;color:#f1416c"
:style=
"
{'padding':!item.CreateRemark
&&
item.isMore?'10px 10px 30px 10px':item.CreateRemark
&&
item.isMore?'0 10px 30px 10px':'10px 10px 10px
10px'}">
:style=
"
{'padding':!item.CreateRemark
&&
item.isMore?'10px 10px 30px 10px':item.CreateRemark
&&
(item.isMore||!item.isMore)?'0 10px 30px 10px':'
10px'}">
OP备注:
{{
item
.
Remark
}}
OP备注:
{{
item
.
Remark
}}
<i
v-if=
"item.OfferState!=1&&item.OfferState!=3&&pagesTitle=='OP'"
class=
"el-icon-edit cursor-pointer c059FF6 mx"
@
click=
"editRemark(item)"
></i>
<i
v-if=
"item.OfferState!=1&&item.OfferState!=3&&pagesTitle=='OP'"
class=
"el-icon-edit cursor-pointer c059FF6 mx"
@
click=
"editRemark(item)"
></i>
</div>
</div>
...
...
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