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
4acbe108
Commit
4acbe108
authored
Oct 12, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增人头小费
parent
798b9bdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+5
-1
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+8
-0
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
4acbe108
...
...
@@ -546,9 +546,13 @@
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_baby')}}
</td>
<td><b>
{{item.BabyPrice|priceFormat(item.BabyPrice)}}
</b></td>
<td
class=
"TC_cusTitle"
>
{{$t('Operation.Op_spickupPrice')}}
</td>
<td
colspan=
"5"
>
<td>
<b>
{{item.SingleDMCPrice|priceFormat(item.SingleDMCPrice)}}
</b>
</td>
<td
class=
"TC_cusTitle"
>
人头小费
</td>
<td
colspan=
"3"
>
<b>
{{item.TipAmount|priceFormat(item.TipAmount)}}
</b>
</td>
</tr>
<tr>
<td
rowspan=
"2"
style=
"text-align:center"
>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
4acbe108
...
...
@@ -491,6 +491,13 @@
<
template
slot=
"prepend"
>
单地接
</
template
>
</el-input>
</el-form-item>
<el-form-item>
<el-input
placeholder=
"请输入"
class=
"w190 ComSeat"
v-model=
"priceData.TipAmount"
@
keyup
.
native=
"checkPrice(priceData,'TipAmount')"
>
<
template
slot=
"prepend"
>
人头小费
</
template
>
</el-input>
</el-form-item>
</div>
</div>
<div
class=
"clearfix"
>
...
...
@@ -1198,6 +1205,7 @@
SaleClearOrderHour
:
0
,
//可退景点下拉列表
ScenicBackList
:
[],
TipAmount
:
0
,
//人头小费金额
};
}
this
.
returnPriceList
.
push
(
objItem
);
...
...
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