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
d9a41de7
Commit
d9a41de7
authored
2 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价单调整
parent
6862e954
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
8 deletions
+46
-8
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+42
-4
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+1
-1
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+1
-1
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+2
-2
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
d9a41de7
...
...
@@ -901,7 +901,7 @@
</tr>
<tr>
<td
class=
"CP_ComTitle2"
>
{{$t('objFill.shenhebz')}}
</td>
<td
colspan=
"
5
"
>
<td
colspan=
"
3
"
>
<
template
v-if=
"postConfig.OpAuditDate&&postConfig.OpAuditDate!='' "
>
<p>
{{
postConfig
.
OPName
}}
:
{{
postConfig
.
OpAuditDate
}}
<template
v-if=
"postConfig.OpAuditStatus==1"
>
...
...
@@ -938,6 +938,7 @@
{{postConfig.AuditContent}}
</p>
</template>
<
template
v-if=
"postConfig.ChangeManagerAduitDate&&postConfig.ChangeManagerAduitDate!=''&&postConfig.ChangeManagerAduitName&&postConfig.ChangeManagerAduitName!=''"
>
<br
/>
...
...
@@ -951,7 +952,7 @@
{{postConfig.ChangeManagerAduitContent}}
</p>
</template>
<
template
v-if=
"
postConfig.ChangeAduitDate&&postConfig.ChangeAduitDate!=''"
>
<
template
v-if=
"postConfig.ChangeAduitDate&&postConfig.ChangeAduitDate!=''"
>
<br
/>
<p>
{{
postConfig
.
ChangeAuditByName
}}
:
{{
postConfig
.
ChangeAduitDate
}}
...
...
@@ -968,6 +969,39 @@
<el-input
type=
"textarea"
v-model=
"postConfig.CRemarks"
></el-input>
</
template
>
</td>
<td
class=
"CP_ComTitle2"
>
变更原因:
</td>
<td
colspan=
"5"
>
<
template
v-for=
"(cItem,cIndex) in dayCostPrice"
>
<template
v-if=
"cItem.IsHotelChange||cItem.IsBusChange ||cItem.IsBreakfastChange||cItem.IsLunchChange||cItem.IsDinnerChange||cItem.IsScenicChange||cItem.IsOtherChange"
>
<p
:key=
"cIndex"
>
第
{{
cItem
.
DayNum
}}
天
<template
v-if=
"cItem.IsHotelChange"
>
酒店:
{{
cItem
.
HotelChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
HotelChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsBusChange"
>
车资:
{{
cItem
.
BusChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
BusChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsBreakfastChange"
>
早餐:
{{
cItem
.
BreakfastChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
BreakfastChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsLunchChange"
>
午餐:
{{
cItem
.
LunchChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
LunchChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsDinnerChange"
>
晚餐:
{{
cItem
.
DinnerChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
DinnerChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsScenicChange"
>
景点:
{{
cItem
.
ScenicChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
ScenicChangeValue
}}
</font>
)
</
template
>
<
template
v-if=
"cItem.IsOtherChange"
>
其他费用:
{{
cItem
.
OtherChangeRemark
}}
(
<font
style=
"color:red"
>
{{
cItem
.
OtherChangeValue
}}
</font>
)
</
template
>
</p>
</template>
</template>
</td>
<td
colspan=
"3"
>
{{$t('objFill.dangqiantdlx')}}:
<
template
v-if=
"postConfig.TeamTypeName=='小包团'"
>
<span
style=
"color:red;font-weight:bold;"
>
{{
postConfig
.
TeamTypeName
}}
</span>
...
...
@@ -976,14 +1010,14 @@
{{
postConfig
.
TeamTypeName
}}
</
template
>
</td>
<td
colspan=
"4"
>
<
!-- <
td colspan="4">
<el-form-item :label="$t('objFill.v101.gengctleix')">
<el-select class="multiple_input" v-model="postConfig.TeamType">
<el-option v-for='item in teamList' :key="item.ID" :label="item.Name" :value="item.ID">
</el-option>
</el-select>
</el-form-item>
</td>
</td>
-->
</tr>
<!--报价单审核-->
<tr
v-if=
"IsEdit==2"
>
...
...
@@ -1043,6 +1077,10 @@
changeOffer
:
changeOffer
,
},
methods
:
{
//获取变更原因
getChangeRemark
()
{
},
//关闭弹窗
closeDialog
()
{
this
.
changMsg
.
isShowChangeOffer
=
false
;
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
d9a41de7
...
...
@@ -109,7 +109,7 @@
</el-option>
</
template
>
<
template
v-if=
"postData.TeamType==1"
>
<el-option
v-if=
"item.Id==3"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==3
||item.Id==2
"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
d9a41de7
...
...
@@ -922,7 +922,7 @@
</el-option>
</
template
>
<
template
v-if=
"priceData.TeamType==1"
>
<el-option
v-if=
"item.Id==3"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==3
||item.Id==2
"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
d9a41de7
...
...
@@ -908,7 +908,7 @@
</el-option>
</
template
>
<
template
v-if=
"priceData.TeamType==1"
>
<el-option
v-if=
"item.Id==3"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-if=
"item.Id==3
||item.Id==2
"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</
template
>
</template>
...
...
@@ -1418,7 +1418,7 @@
ForeignPassportPrice
:
0
,
UseFlightType
:
this
.
CurrentUserInfo
.
UseFlightType
,
SupplierId
:
0
,
//供应商编号
PriceTeamType
:
1
,
//团队类型
PriceTeamType
:
3
,
//团队类型
PriceOfferUrl
:
''
,
//报价单地址
PriceOfferName
:
""
,
//报价单名称
IsUseCompanyBus
:
0
,
//是否使用公司车辆
...
...
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