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
630b7a5b
Commit
630b7a5b
authored
Feb 05, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
ee8a30ce
e057a75a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
545 additions
and
17 deletions
+545
-17
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+6
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+9
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+11
-3
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+65
-9
PriceDetail.vue
src/components/orderCommon/PriceDetail.vue
+454
-0
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
630b7a5b
...
@@ -431,7 +431,10 @@
...
@@ -431,7 +431,10 @@
<td
style=
"color: #ff9c00"
>
{{ item.tC_Price }}
</td>
<td
style=
"color: #ff9c00"
>
{{ item.tC_Price }}
</td>
<td
style=
"color: #ff9c00"
>
¥{{ item.unit_Price }}
</td>
<td
style=
"color: #ff9c00"
>
¥{{ item.unit_Price }}
</td>
<td>
<td>
<p
style=
"color: #ff9c00"
>
¥{{ item.preferPrice }}
</p>
<p
style=
"color: #ff9c00;cursor: pointer;"
>
<!-- ¥{{ item.preferPrice }} -->
<PriceDetail
:OrderId=
"item.orderId"
:PreferPrice=
"item.preferPrice"
></PriceDetail>
</p>
</td>
</td>
<td>
<td>
...
@@ -739,10 +742,12 @@
...
@@ -739,10 +742,12 @@
import
Treeselect
from
"@riophae/vue-treeselect"
;
import
Treeselect
from
"@riophae/vue-treeselect"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
PriceDetail
from
'../orderCommon/PriceDetail.vue'
;
export
default
{
export
default
{
components
:
{
components
:
{
Treeselect
,
Treeselect
,
updateSalesMan
,
updateSalesMan
,
PriceDetail
,
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
630b7a5b
...
@@ -1793,7 +1793,10 @@
...
@@ -1793,7 +1793,10 @@
<td
style=
"color: #ff9c00"
>
{{
item
.
unit_Price
}}
</td>
<td
style=
"color: #ff9c00"
>
{{
item
.
unit_Price
}}
</td>
<td>
<td>
<p
style=
"color: #ff9c00"
>
{{
item
.
preferPrice
}}
</p>
<p
style=
"color: #ff9c00"
>
<!--
{{
item
.
preferPrice
}}
-->
<PriceDetail
:OrderId=
"item.orderId"
:PreferPrice=
"item.preferPrice"
></PriceDetail>
</p>
</td>
</td>
<td>
<td>
<el-popover
style=
"padding: 0"
width=
"370"
trigger=
"click"
>
<el-popover
style=
"padding: 0"
width=
"370"
trigger=
"click"
>
...
@@ -2162,7 +2165,7 @@
...
@@ -2162,7 +2165,7 @@
}}
<span
v-if=
"item.oneSex > 0"
}}
<span
v-if=
"item.oneSex > 0"
style=
"color: #e95252"
>
({{ item.oneSex == 1 ? "单男" : "单女" }})
</span><span
v-if=
"item.chirdNoNeedBedNum > 0"
style=
"color: #e95252"
>
({{ item.oneSex == 1 ? "单男" : "单女" }})
</span><span
v-if=
"item.chirdNoNeedBedNum > 0"
style=
"color: #e95252"
>
(儿童不占床{{ item.chirdNoNeedBedNum }}人 )
</span>
:{{ item.orderGuestHouseStr }}
</span>
style=
"color: #e95252"
>
(儿童不占床{{ item.chirdNoNeedBedNum }}人 )
</span>
:{{ item.orderGuestHouseStr }}
</span>
<div>
<div>
<span
v-if=
"item.opTipMoney == '' && item.tipMoney != ''"
<span
v-if=
"item.opTipMoney == '' && item.tipMoney != ''"
...
@@ -2177,9 +2180,9 @@
...
@@ -2177,9 +2180,9 @@
"
v-for=
"(id, i) in item.tipFrId"
:key=
"i"
>
{{ id }}
</span>
"
v-for=
"(id, i) in item.tipFrId"
:key=
"i"
>
{{ id }}
</span>
</span>
</span>
</div>
</div>
<div
class=
"order-show GO_Contract"
v-if=
"item.isShowDisclaimer==1"
@
click=
"showMore(item,index)"
>
<div
class=
"order-show GO_Contract"
v-if=
"item.isShowDisclaimer==1"
@
click=
"showMore(item,index)"
>
<span>
{{isShow===index ? "隐藏参团免责承诺函" : "显示参团免责承诺函"}}
<span>
{{isShow===index ? "隐藏参团免责承诺函" : "显示参团免责承诺函"}}
</span>
</span>
</div>
</div>
<div
v-if=
"item.otherContractList&&(qjGroupId == userInfo.RB_Group_id || F_ContractManagement)"
>
<div
v-if=
"item.otherContractList&&(qjGroupId == userInfo.RB_Group_id || F_ContractManagement)"
>
...
@@ -2476,6 +2479,7 @@
...
@@ -2476,6 +2479,7 @@
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
commissionDialog
from
"../FinancialModule/TradeCommission/commissionDialog"
import
commissionDialog
from
"../FinancialModule/TradeCommission/commissionDialog"
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
PriceDetail
from
'../orderCommon/PriceDetail.vue'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -2799,6 +2803,7 @@
...
@@ -2799,6 +2803,7 @@
updateSalesMan
:
updateSalesMan
,
updateSalesMan
:
updateSalesMan
,
commissionDialog
,
commissionDialog
,
orderRemark
:
orderRemark
,
orderRemark
:
orderRemark
,
PriceDetail
,
},
},
filters
:
{
filters
:
{
priceFormat
(
value
)
{
priceFormat
(
value
)
{
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
630b7a5b
...
@@ -1939,12 +1939,18 @@
...
@@ -1939,12 +1939,18 @@
</td>
</td>
<td>
<td>
<p
style=
"color: #ff9c00"
>
<p
style=
"color: #ff9c00"
>
<span
v-if=
"
<PriceDetail
v-if=
"
item.isOwn == 1 ||
IsSupperOrderEdit ||
IsLookOrder ||
isUpdateOrder
"
:OrderId=
"item.orderId"
:PreferPrice=
"item.preferPrice"
></PriceDetail>
<!-- <span v-if="
item.isOwn == 1 ||
item.isOwn == 1 ||
IsSupperOrderEdit ||
IsSupperOrderEdit ||
IsLookOrder ||
IsLookOrder ||
isUpdateOrder
isUpdateOrder
"
>
{{ item.preferPrice }}
</span>
">{{ item.preferPrice }}</span>
-->
<span
v-else
>
*****
</span>
<span
v-else
>
*****
</span>
</p>
</p>
</td>
</td>
...
@@ -2379,7 +2385,7 @@
...
@@ -2379,7 +2385,7 @@
</el-popover>
</el-popover>
</span>
</span>
<div
class=
"order-show GO_Contract"
v-if=
"item.isShowDisclaimer==1"
@
click=
"showMore(item,index)"
>
<div
class=
"order-show GO_Contract"
v-if=
"item.isShowDisclaimer==1"
@
click=
"showMore(item,index)"
>
<span>
{{isShow===index ? "隐藏参团免责承诺函" : "显示参团免责承诺函"}}
<span>
{{isShow===index ? "隐藏参团免责承诺函" : "显示参团免责承诺函"}}
</span>
</span>
</div>
</div>
<div>
<div>
...
@@ -3229,6 +3235,7 @@
...
@@ -3229,6 +3235,7 @@
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
updateSalesMan
from
"../commonPage/updateSalesMan.vue"
;
import
EditTip
from
"./Common/EditTip.vue"
;
import
EditTip
from
"./Common/EditTip.vue"
;
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
PriceDetail
from
'../orderCommon/PriceDetail.vue'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -3622,6 +3629,7 @@
...
@@ -3622,6 +3629,7 @@
tripDownLoadCommon
:
tripDownLoadCommon
,
tripDownLoadCommon
:
tripDownLoadCommon
,
updateSalesMan
:
updateSalesMan
,
updateSalesMan
:
updateSalesMan
,
orderRemark
:
orderRemark
,
orderRemark
:
orderRemark
,
PriceDetail
,
},
},
watch
:
{
watch
:
{
fullHeight
(
val
)
{
fullHeight
(
val
)
{
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
630b7a5b
...
@@ -1035,7 +1035,30 @@
...
@@ -1035,7 +1035,30 @@
.RegistrationList
.el-upload-list
{
.RegistrationList
.el-upload-list
{
width
:
200px
;
width
:
200px
;
}
}
.PQ_detail
{
width
:
100%
;
border-collapse
:
collapse
;
}
.PQ_detail
tr
th
,
.v-table-title-cell
{
background
:
#e6e6e6
;
height
:
40px
;
font-size
:
14px
;
border-right
:
1px
solid
#e6e6e6
;
color
:
#333
;
}
.PQ_detail
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;
}
.PQ_detail
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#e5e5e5
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -1793,7 +1816,7 @@
...
@@ -1793,7 +1816,7 @@
<th
width=
"260"
>
{{ $t("fnc.danhao") }}
</th>
<th
width=
"260"
>
{{ $t("fnc.danhao") }}
</th>
<th
width=
"150"
>
{{ $t("fnc.khxinxi") }}
</th>
<th
width=
"150"
>
{{ $t("fnc.khxinxi") }}
</th>
<th
width=
"70"
class=
"nowrap"
>
{{ $t("admin.admin_personNumber") }}/{{ $t("salesModule.AirNum") }}
</th>
<th
width=
"70"
class=
"nowrap"
>
{{ $t("admin.admin_personNumber") }}/{{ $t("salesModule.AirNum") }}
</th>
<
th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.danjia") }}
</th
>
<
!-- <th>单价</th> --
>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.cjdanjia") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.cjdanjia") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.yszonge") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.yszonge") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.shishou") }}
</th>
<th
width=
"110"
class=
"nowrap"
>
{{ $t("fnc.shishou") }}
</th>
...
@@ -1809,12 +1832,12 @@
...
@@ -1809,12 +1832,12 @@
<th
width=
"150"
class=
"nowrap"
>
{{ $t("system.table_operation") }}
</th>
<th
width=
"150"
class=
"nowrap"
>
{{ $t("system.table_operation") }}
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
7
"
align=
"center"
>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
6
"
align=
"center"
>
{{ $t("system.content_noData") }}
{{ $t("system.content_noData") }}
</td>
</td>
</tr>
</tr>
<tr
v-if=
" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 "
>
<tr
v-if=
" OrderDataList.leadetList != null &&OrderDataList.leadetList.length > 0 "
>
<td
colspan=
"1
7
"
>
<td
colspan=
"1
6
"
>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
{{ $t("leader.leader_Leader") }}
</span>
{{ $t("active.cl_orderType") }}:
<span
class=
"RL-redType"
>
{{ $t("leader.leader_Leader") }}
</span>
</td>
</td>
</tr>
</tr>
...
@@ -1866,7 +1889,7 @@
...
@@ -1866,7 +1889,7 @@
}}{{ $t("ground.lduikongwei") }}{{ $t("salesModule.PeoPle") }})
}}{{ $t("ground.lduikongwei") }}{{ $t("salesModule.PeoPle") }})
</span>
</span>
</td>
</td>
<
td>
{{ item.TC_Price }}
</td
>
<
!-- <td>{{ item.TC_Price }}</td> --
>
<td>
{{ item.Unit_Price }}
</td>
<td>
{{ item.Unit_Price }}
</td>
<td>
<td>
<p>
{{ item.PreferPrice }}
</p>
<p>
{{ item.PreferPrice }}
</p>
...
@@ -2370,10 +2393,15 @@
...
@@ -2370,10 +2393,15 @@
}}{{
$t
(
"sm.person"
)
}}
)
}}{{
$t
(
"sm.person"
)
}}
)
</span>
</span>
</td>
</td>
<
td
class=
"nowrap"
>
{{
childItem
.
TC_Price
}}
</td
>
<
!--
<td>
{{
childItem
.
Unit_Price
}}
单价
</td>
--
>
<td>
{{
childItem
.
Unit_Price
}}
</td>
<td>
{{
childItem
.
Unit_Price
}}
</td>
<td
class=
"nowrap"
>
<td
class=
"nowrap"
>
<p>
{{
childItem
.
PreferPrice
}}
</p>
<p
style=
"text-decoration: underline;cursor: pointer;"
>
<PriceDetail
:OrderId=
"childItem.OrderId"
:PreferPrice=
"childItem.PreferPrice"
></PriceDetail>
<!--
<el-popover
width=
"630"
trigger=
"click"
>
-->
<!--
{{
childItem
.
PreferPrice
}}
-->
</p>
</td>
</td>
<td
class=
"nowrap"
>
<td
class=
"nowrap"
>
<el-popover
style=
"padding: 0"
width=
"400"
trigger=
"click"
>
<el-popover
style=
"padding: 0"
width=
"400"
trigger=
"click"
>
...
@@ -3059,7 +3087,7 @@
...
@@ -3059,7 +3087,7 @@
}}{{ $t("sm.person") }})
}}{{ $t("sm.person") }})
</span>
</span>
</td>
</td>
<
td>
{{ item.TC_Price }}
</td
>
<
!-- <td>{{ item.TC_Price }}</td> --
>
<td>
{{ item.Unit_Price }}
</td>
<td>
{{ item.Unit_Price }}
</td>
<td>
<td>
<p>
{{ item.PreferPrice }}
</p>
<p>
{{ item.PreferPrice }}
</p>
...
@@ -3859,6 +3887,7 @@
...
@@ -3859,6 +3887,7 @@
import
commonShouSun
from
"../../commonPage/commonShouSun.vue"
;
import
commonShouSun
from
"../../commonPage/commonShouSun.vue"
;
import
EditTip
from
"../../SalesModule/Common/EditTip.vue"
;
import
EditTip
from
"../../SalesModule/Common/EditTip.vue"
;
import
orderTicketUnion
from
'../../commonPage/orderTicketUnion.vue'
;
import
orderTicketUnion
from
'../../commonPage/orderTicketUnion.vue'
;
import
PriceDetail
from
'../../orderCommon/PriceDetail.vue'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -4313,22 +4342,49 @@
...
@@ -4313,22 +4342,49 @@
updateSalesMan
:
updateSalesMan
,
updateSalesMan
:
updateSalesMan
,
commonShouSun
:
commonShouSun
,
commonShouSun
:
commonShouSun
,
orderTicketUnion
:
orderTicketUnion
,
orderTicketUnion
:
orderTicketUnion
,
PriceDetail
,
},
},
filters
:
{
filters
:
{
priceFormat
(
value
)
{
priceFormat
(
value
)
{
if
(
value
==
null
)
{
if
(
value
==
null
)
{
return
0.0
;
return
0.0
;
}
}
let
nStr
=
""
;
//value.toFixed(2);
console
.
log
(
"value"
,
value
);
let
nStr
=
value
.
toFixed
(
2
);
let
x
=
nStr
.
split
(
"."
);
let
x
=
nStr
.
split
(
"."
);
let
x1
=
x
[
0
];
let
x1
=
x
[
0
];
console
.
log
(
"X1"
,
x1
);
let
x2
=
x
.
length
>
1
?
"."
+
x
[
1
]
:
""
;
let
x2
=
x
.
length
>
1
?
"."
+
x
[
1
]
:
""
;
console
.
log
(
"X2"
,
x2
);
var
rgx
=
/
(\d
+
)(\d{3})
/
;
var
rgx
=
/
(\d
+
)(\d{3})
/
;
while
(
rgx
.
test
(
x1
))
{
while
(
rgx
.
test
(
x1
))
{
x1
=
x1
.
replace
(
rgx
,
"$1"
+
","
+
"$2"
);
x1
=
x1
.
replace
(
rgx
,
"$1"
+
","
+
"$2"
);
}
}
return
x1
+
x2
;
return
x1
+
x2
;
},
},
priceFormat2
(
value
)
{
if
(
value
==
null
)
{
return
"已包含"
;
}
let
nStr
=
value
.
toFixed
(
2
);
nStr
+=
""
;
let
x
=
nStr
.
split
(
"."
);
let
x1
=
x
[
0
];
let
x2
=
x
.
length
>
1
?
"."
+
x
[
1
]
:
""
;
var
rgx
=
/
(\d
+
)(\d{3})
/
;
while
(
rgx
.
test
(
x1
))
{
x1
=
x1
.
replace
(
rgx
,
"$1"
+
","
+
"$2"
);
}
let
result
=
x1
+
x2
;
if
(
result
===
"0.00"
)
{
result
=
"已包含"
;
}
return
result
;
},
},
},
methods
:
{
methods
:
{
//显示订单联运信息
//显示订单联运信息
...
...
src/components/orderCommon/PriceDetail.vue
0 → 100644
View file @
630b7a5b
This diff is collapsed.
Click to expand it.
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