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
d891a356
Commit
d891a356
authored
Apr 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3f871a74
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+2
-2
TravelContractView.vue
src/components/TravelContractView.vue
+2
-2
onedayTripContract.vue
src/components/onedayTripContract.vue
+2
-2
order-form.vue
src/components/orderCommon/order-form.vue
+3
-4
No files found.
src/components/TravelContractConfirm.vue
View file @
d891a356
...
...
@@ -2327,8 +2327,8 @@
=
<font>
{{
CtObj
.
C_TotalPrice
}}
</font>
元
</p>
<p>
含:
景点第一道门票、
<font>
{{
CtObj
.
C_IncludeRemark
}}
</font>
午(晚)餐费、往返车费、
导游服务费
:
<font>
{{
CtObj
.
C_IncludeFee
}}
</font>
;
含:
<font>
{{
CtObj
.
C_IncludeRemark
}}
</font>
费用
:
<font>
{{
CtObj
.
C_IncludeFee
}}
</font>
;
不含:
<font>
{{
CtObj
.
C_NonIncludeRemark
}}
</font>
</p>
<p>
支付时间:
<font>
{{
getDate
(
CtObj
.
C_PayDate
)
}}
</font>
...
...
src/components/TravelContractView.vue
View file @
d891a356
...
...
@@ -1648,8 +1648,8 @@
=
<font>
{{
CtObj
.
C_TotalPrice
}}
</font>
元。
</p>
<p>
含:
景点第一道门票、
<font>
{{
CtObj
.
C_IncludeRemark
}}
</font>
午(晚)餐费、往返车费、
导游服务费
:
<font>
{{
CtObj
.
C_IncludeFee
}}
</font>
;
含:
<font>
{{
CtObj
.
C_IncludeRemark
}}
</font>
费用
:
<font>
{{
CtObj
.
C_IncludeFee
}}
</font>
;
不含:
<font>
{{
CtObj
.
C_NonIncludeRemark
}}
</font>
。
</p>
<p>
支付时间:
<font>
{{
getDate
(
CtObj
.
C_PayDate
)
}}
</font>
。
</p>
...
...
src/components/onedayTripContract.vue
View file @
d891a356
...
...
@@ -726,10 +726,10 @@
</tr>
<tr>
<td>
<el-form-item
label=
"含:
景点第一道门票、
"
style=
"display:inline-block;"
>
<el-form-item
label=
"含:"
style=
"display:inline-block;"
>
<el-input
type=
"text"
class=
"w150"
v-model=
"CtObj.C_IncludeRemark"
></el-input>
</el-form-item>
<el-form-item
label=
"
午(晚)餐费、往返车费、导游服务费
"
label-width=
"250px"
style=
"display:inline-block;"
>
<el-form-item
label=
"
费用
"
label-width=
"250px"
style=
"display:inline-block;"
>
<el-input
type=
"text"
class=
"w150"
@
keyup
.
native=
"checkPrice(CtObj,'C_IncludeFee')"
v-model=
"CtObj.C_IncludeFee"
></el-input>
</el-form-item>
...
...
src/components/orderCommon/order-form.vue
View file @
d891a356
...
...
@@ -61,7 +61,7 @@
addMsg.CustomerType == 2 ||
addMsg.CustomerType == ''
"
>
<el-select
v-model=
"addMsg.CustomerId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"
getSspt
"
>
<el-select
v-model=
"addMsg.CustomerId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"
changeCustomer
"
>
<el-option
v-for=
"item in customerList"
:label=
"item.customerName + '-' + item.contact"
:value=
"item.customerId"
:key=
"item.customerId"
>
</el-option>
...
...
@@ -1573,8 +1573,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ScenicRefundList
=
res
.
data
.
data
;
this
.
ScenicRefundList
.
forEach
((
item
)
=>
{
item
[
"ScenicName"
]
=
item
.
CouponsName
+
" -¥"
+
this
.
moneyFormat
(
item
.
RefundMoney
);
item
[
"ScenicName"
]
=
item
.
CouponsName
+
" -¥"
+
this
.
moneyFormat
(
item
.
RefundMoney
);
});
}
},
...
...
@@ -1592,7 +1591,7 @@
);
},
//客户品牌
getSspt
()
{
changeCustomer
()
{
//给非直客 隐藏电话姓名赋值
let
obj
=
this
.
customerList
.
find
(
(
item
)
=>
item
.
customerId
==
this
.
addMsg
.
CustomerId
...
...
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