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
0f4c75ba
Commit
0f4c75ba
authored
Oct 24, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
928c9bc2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
8 deletions
+26
-8
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+7
-2
CostNewPriceCC.vue
...nents/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
+7
-2
CostNewPriceForm.vue
...nts/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
+10
-3
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+2
-1
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
0f4c75ba
...
...
@@ -361,7 +361,7 @@
</el-form-item>
</td>
<td>
<el-form-item
label=
"单地接"
>
<el-form-item
label=
"单地接
(成本)
"
>
{{teamPrice.SingleDMCPrice}}
</el-form-item>
</td>
...
...
@@ -375,11 +375,16 @@
{{teamPrice.ChildNeedPrice}}
</el-form-item>
</td>
<td
colspan=
"
6
"
>
<td
colspan=
"
2
"
>
<el-form-item
label=
"单房差"
>
{{teamPrice.SingleRoomPrice}}
</el-form-item>
</td>
<td
colspan=
"4"
>
<el-form-item
label=
"单地接(价格)"
>
{{teamPrice.SingleDMCTCPrice}}
</el-form-item>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
View file @
0f4c75ba
...
...
@@ -268,7 +268,7 @@
</el-form-item>
</td>
<td>
<el-form-item
label=
"单地接"
>
<el-form-item
label=
"单地接
(成本)
"
>
{{teamPrice.SingleDMCPrice}}
</el-form-item>
</td>
...
...
@@ -283,11 +283,16 @@
{{teamPrice.ChildNeedPrice}}
</el-form-item>
</td>
<td
colspan=
"
6
"
>
<td
colspan=
"
2
"
>
<el-form-item
label=
"单房差"
>
{{teamPrice.SingleRoomPrice}}
</el-form-item>
</td>
<td
colspan=
"4"
>
<el-form-item
label=
"单地接(价格)"
>
{{teamPrice.SingleDMCTCPrice}}
</el-form-item>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
View file @
0f4c75ba
...
...
@@ -368,7 +368,7 @@
</el-form-item>
</td>
<td>
<el-form-item
label=
"单地接"
>
<el-form-item
label=
"单地接
(成本)
"
>
<el-input
v-model=
"teamPrice.SingleDMCPrice"
@
keyup
.
native=
"checkInteger(teamPrice,'SingleDMCPrice'),getchange()"
class=
"w70"
>
</el-input>
...
...
@@ -388,13 +388,20 @@
</el-input>
</el-form-item>
</td>
<td
colspan=
"
6
"
>
<td
colspan=
"
2
"
>
<el-form-item
label=
"单房差"
>
<el-input
placeholder=
""
v-model=
"teamPrice.SingleRoomPrice"
@
keyup
.
native=
"checkPrice(teamPrice,'SingleRoomPrice')"
class=
"w70"
>
</el-input>
</el-form-item>
</td>
<td
colspan=
"4"
>
<el-form-item
label=
"单地接(价格)"
>
<el-input
placeholder=
""
v-model=
"teamPrice.SingleDMCTCPrice"
@
keyup
.
native=
"checkPrice(teamPrice,'SingleDMCTCPrice')"
class=
"w70"
>
</el-input>
</el-form-item>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
...
...
@@ -972,7 +979,7 @@
},
getchange
(
type
)
{
this
.
getSubtotalMoney
();
var
that
=
this
;
var
that
=
this
;
if
(
type
&&
type
==
1
)
{
var
tempPrice
=
0
;
this
.
CostNumberList
.
forEach
(
x
=>
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
0f4c75ba
...
...
@@ -127,7 +127,8 @@
VisaPrice
:
0
,
//签证
OtherPrice
:
0
,
//杂费
SingleRoomPrice
:
0
,
//单房差
SingleDMCPrice
:
0
,
//单地接
SingleDMCPrice
:
0
,
//单地接(成本)
SingleDMCTCPrice
:
0
,
//单地接团售价
RebatePrice
:
0
,
//同行返佣
DiscountPrice
:
0
,
//早鸟优惠
IsSupportChildren
:
1
,
//是否支持儿童出游(1-支持,2-不支持)
...
...
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