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
83e4b5a9
Commit
83e4b5a9
authored
Feb 25, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化调整
parent
7ddf539e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
15 deletions
+27
-15
productQuery.vue
src/components/SalesModule/productQuery.vue
+4
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+23
-14
No files found.
src/components/SalesModule/productQuery.vue
View file @
83e4b5a9
...
...
@@ -673,7 +673,10 @@
</div>
<div
class=
"d4"
>
<p><i
class=
"iconfont icon-jiage"
></i>
价格信息
</p>
<p
style=
"color:#47BF8C; font-size: 16px; font-weight: bold; margin: 5px 0;"
>
¥
{{
item
.
B2BMemberPrice
|
priceFormat
(
item
.
B2BMemberPrice
)
}}
</p>
<p
style=
"color:#47BF8C; font-size: 16px; font-weight: bold; margin: 5px 0;"
>
同业价:¥
{{
item
.
B2BMemberPrice
|
priceFormat
(
item
.
B2BMemberPrice
)
}}
<br/>
直客价:¥
{{
item
.
B2CMemberPrice
|
priceFormat
(
item
.
B2CMemberPrice
)
}}
</p>
<p>
<el-popover
width=
"630"
trigger=
"click"
>
<table
class=
"PQ_detail"
>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
83e4b5a9
...
...
@@ -606,13 +606,22 @@
display
:
inline-block
;
float
:
left
;
width
:
36px
;
white-space
:
nowrap
;
font-size
:
14px
;
}
/*OP备注*/
.RL-opremarkTitle
{
display
:
inline-block
;
float
:
left
;
width
:
53px
;
white-space
:
nowrap
;
font-size
:
14px
;
}
.RegistrationList
.RL-remarkCon
{
float
:
left
;
display
:
inline-block
;
/* float: left;
display: inline-block;
*/
width
:
94%
;
font-size
:
14px
;
}
...
...
@@ -1512,12 +1521,12 @@
<tr>
<td
colspan=
"12"
class=
"RL_Order"
>
<span
class=
"RL-remarkTitle"
>
名单:
</span>
<
span
class=
"RL-redType RL-remarkCon"
v-if=
"item.GuestList.length>0"
>
<
p
class=
"RL-redType RL-remarkCon"
v-if=
"item.GuestList.length>0"
>
<span
style=
"color:blue !important"
v-for=
"(childItem) in item.GuestList"
@
click=
"goUrl('TravelPassengerList',msg.TCID,childItem.OrderId,'旅客名单')"
>
{{
childItem
.
userName
}}
</span>
</
span
>
<
span
class=
"RL-redType RL-remarkCon"
v-else
>
</
p
>
<
p
class=
"RL-redType RL-remarkCon"
v-else
>
<span>
暂无名单
</span>
</
span
>
</
p
>
<span
v-if=
"item.TipMoney"
style=
"color:red"
>
(小费:
{{
item
.
TipMoney
}}
)
</span>
</td>
</tr>
...
...
@@ -1525,13 +1534,13 @@
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<
span
class=
"RL-redType RL-remarkCon"
>
{{
item
.
Remarks
}}
</span
>
<
p
class=
"RL-redType RL-remarkCon"
>
{{
item
.
Remarks
}}
</p
>
</div>
</td>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
OP备注:
</span>
<
span
class=
"RL-redType RL-remarkCon"
>
{{
item
.
OP_Remarks
?
item
.
OP_Remarks
:
'无'
}}
</span
>
<span
class=
"RL-
op
remarkTitle"
>
OP备注:
</span>
<
p
class=
"RL-redType RL-remarkCon"
>
{{
item
.
OP_Remarks
?
item
.
OP_Remarks
:
'无'
}}
</p
>
</div>
</td>
<td
colspan=
"5"
style=
"height: 40px;cursor: pointer;"
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"
>
...
...
@@ -1548,7 +1557,6 @@
</td>
</tr>
</tbody>
<template
v-for=
"(subItem,subIndex) in OrderDataList.OtherOrderList"
>
<tr>
<td
colspan=
"14"
>
...
...
@@ -1714,16 +1722,17 @@
<td
colspan=
"4"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<
span
class=
"RL-redType RL-remarkCon"
>
<
p
class=
"RL-redType RL-remarkCon"
>
<span
v-if=
'childItem.ClientSource==1&&childItem.BrandName!=""'
>
{{
childItem
.
BrandName
}}
订单
{{
childItem
.
PlatformOrder
}}
;
</span>
{{
childItem
.
Remarks
}}
</span>
</p>
</div>
</td>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
OP备注:
</span>
<span
class=
"RL-
op
remarkTitle"
>
OP备注:
</span>
<span
class=
"RL-redType RL-remarkCon"
>
{{
childItem
.
OP_Remarks
?
childItem
.
OP_Remarks
:
'无'
}}
</span>
</div>
</td>
...
...
@@ -1939,7 +1948,7 @@
</td>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
OP备注:
</span>
<span
class=
"RL-
op
remarkTitle"
>
OP备注:
</span>
<span
class=
"RL-redType RL-remarkCon"
>
{{item.OP_Remarks ? item.OP_Remarks : '无'}}
</span>
</div>
</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