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
b31994fe
Commit
b31994fe
authored
Apr 25, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
e3ae9db7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+5
-6
newQuotation.vue
...ponents/TravelManager/TravelNewQuotation/newQuotation.vue
+3
-0
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
b31994fe
...
@@ -723,10 +723,10 @@
...
@@ -723,10 +723,10 @@
<
tr
>
<
tr
>
<
td
class
=
"CP_ComTitle2"
>
人数统计
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
人数统计
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
成本价
(
人民币
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
成本价
(
人民币
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
成本价
(
日元
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
><
/td
>
<
td
class
=
"CP_ComTitle2"
>
成本总价
(
日元
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
><
/td
>
<
td
class
=
"CP_ComTitle2"
>
销售价格
(
人民币
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
销售价格
(
人民币
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
销售价格
(
日元
)
<
/td
>
<
td
class
=
"CP_ComTitle2"
><
/td
>
<
td
class
=
"CP_ComTitle2"
>
销售付款方式
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
销售付款方式
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
手配费
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
手配费
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
手配费付款方式
<
/td
>
<
td
class
=
"CP_ComTitle2"
>
手配费付款方式
<
/td
>
...
@@ -735,13 +735,12 @@
...
@@ -735,13 +735,12 @@
<
tr
v
-
for
=
"item in CostNumberList"
:
key
=
"item.subCode"
>
<
tr
v
-
for
=
"item in CostNumberList"
:
key
=
"item.subCode"
>
<
td
>
{{
item
.
PeopleNumber
}}
+
1
<
/td
>
<
td
>
{{
item
.
PeopleNumber
}}
+
1
<
/td
>
<
td
>
{{
item
.
TotalMoney
}}
<
/td
>
<
td
>
{{
item
.
TotalMoney
}}
<
/td
>
<
td
>
{{
item
.
JPYTotalMoney
}}
<
/td
>
<
td
><
/td
>
<
td
>
{{
item
.
JPYTotalMoney
*
item
.
PeopleNumber
}}
<
/td
>
<
td
><
/td
>
<
td
>
<
td
>
{{
item
.
SalePrice
}}
{{
item
.
SalePrice
}}
<
/td
>
<
/td
>
<
td
>
<
td
>
{{
item
.
JPYSalePrice
}}
<
/td
>
<
/td
>
<
td
>
<
td
>
<
template
v
-
if
=
"postConfig.SaleOfferPayType==1"
>
<
template
v
-
if
=
"postConfig.SaleOfferPayType==1"
>
...
...
src/components/TravelManager/TravelNewQuotation/newQuotation.vue
View file @
b31994fe
...
@@ -111,6 +111,9 @@
...
@@ -111,6 +111,9 @@
<li
v-for=
"item in dataList"
:key=
"item.subCode"
:data-id=
"item.ID"
style=
"padding:0 10px;"
>
<li
v-for=
"item in dataList"
:key=
"item.subCode"
:data-id=
"item.ID"
style=
"padding:0 10px;"
>
<div
class=
"_left"
style=
"padding:0;flex:0.3;display:flex;"
>
<div
class=
"_left"
style=
"padding:0;flex:0.3;display:flex;"
>
<div
class=
"QT_CodeNum"
>
<div
class=
"QT_CodeNum"
>
<div
class=
"QT_CodeNum"
v-if=
"item.TCNUMS"
>
团号:
{{
item
.
TCNUMS
}}
</div>
{{
$t
(
'hotel.hotel_SerialNumber'
)
}}
:
{{
item
.
ID
}}
{{
$t
(
'hotel.hotel_SerialNumber'
)
}}
:
{{
item
.
ID
}}
</div>
</div>
</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