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
6f523db6
Commit
6f523db6
authored
Mar 27, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
58d512f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+12
-14
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
6f523db6
...
...
@@ -546,29 +546,29 @@
</el-select>
</div>
<div
class=
"TPright clearfix"
>
<el-form-item
prop=
"ClearOrderHour"
v-if=
"
!flagWangYue
"
>
<el-form-item
prop=
"ClearOrderHour"
v-if=
"
TeamType==1
"
>
<el-input
placeholder=
"请输入"
class=
"w190 ComSeat"
v-model=
"priceData.ClearOrderHour"
@
keyup
.
native=
"checkInteger(priceData,'ClearOrderHour')"
@
blur=
"checkInteger(priceData,'ClearOrderHour')"
>
<
template
slot=
"prepend"
>
自动清位
</
template
>
</el-input>
</el-form-item>
<span
class=
"TP_Sendprepend"
v-if=
"
!flagWangYue
"
>
送签时间
</span>
<el-form-item
prop=
"SendVisaTime"
style=
"margin-top:1px;"
v-if=
"
!flagWangYue
"
>
<span
class=
"TP_Sendprepend"
v-if=
"
TeamType==1
"
>
送签时间
</span>
<el-form-item
prop=
"SendVisaTime"
style=
"margin-top:1px;"
v-if=
"
TeamType==1
"
>
<el-date-picker
clearable
class=
"w150"
v-model=
"priceData.SendVisaTime"
type=
"date"
value-format=
"yyyy-MM-dd"
:placeholder=
"$t('admin.admin_choDate')"
></el-date-picker>
</el-form-item>
<el-form-item
prop=
"OutBranchId"
style=
"margin-top:1px;"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
出团公司
</span>
<el-select
class=
"w180"
v-model=
"priceData.OutBranchId"
:disabled=
"
flagWangYue?true:false
"
>
<el-select
class=
"w180"
v-model=
"priceData.OutBranchId"
:disabled=
"
TeamType==1
"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectOtherDefault"
></el-option>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
></el-option>
</el-select>
</el-form-item>
<el-form-item
style=
"margin-top:1px;"
v-if=
"
!flagWangYue
"
>
<el-form-item
style=
"margin-top:1px;"
v-if=
"
TeamType==1
"
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
销售公司
</span>
<el-select
class=
"w180 multiple_input"
:class=
"{'SaleBranchList':priceData.SaleBranchIdArray==''}"
v-model=
"priceData.SaleBranchIdArray"
multiple
>
...
...
@@ -579,7 +579,7 @@
<el-form-item
style=
"margin-top:1px;"
v-else
>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
销售公司
</span>
<el-select
class=
"w180 multiple_input multiple_input2"
:class=
"{'SaleBranchList':priceData.SaleBranchIdArray==''}"
:disabled=
"
flagWangYue?true:false
"
:disabled=
"
TeamType==1
"
v-model=
"priceData.SaleBranchIdArray"
multiple
>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.bName"
:value=
"item.id"
></el-option>
...
...
@@ -587,26 +587,26 @@
</el-form-item>
</div>
<div
class=
"TPright clearfix"
>
<el-form-item
prop=
"YSeat"
v-if=
"
!flagWangYue
"
>
<el-form-item
prop=
"YSeat"
v-if=
"
TeamType==1
"
>
<el-input
placeholder=
"人数"
class=
"w190"
v-model=
"priceData.YSeat"
@
keyup
.
native=
"checkInteger(priceData,'YSeat')"
>
<
template
slot=
"prepend"
>
经济舱/上铺
</
template
>
</el-input>
</el-form-item>
<el-form-item
prop=
"CSeat"
v-if=
"
!flagWangYue
"
>
<el-form-item
prop=
"CSeat"
v-if=
"
TeamType==1
"
>
<el-input
placeholder=
"人数"
class=
"w190"
v-model=
"priceData.CSeat"
@
keyup
.
native=
"checkInteger(priceData,'CSeat')"
>
<
template
slot=
"prepend"
>
商务舱/中铺
</
template
>
</el-input>
</el-form-item>
<el-form-item
prop=
"FSeat"
v-if=
"
!flagWangYue
"
>
<el-form-item
prop=
"FSeat"
v-if=
"
TeamType==1
"
>
<el-input
placeholder=
"人数"
class=
"w260"
v-model=
"priceData.FSeat"
@
keyup
.
native=
"checkInteger(priceData,'FSeat')"
>
<
template
slot=
"prepend"
>
头等舱/下铺
</
template
>
</el-input>
</el-form-item>
<el-form-item>
<el-input
class=
"w290"
v-model=
"priceData.Inventory"
:disabled=
"
flagWangYue?true:false
"
>
<el-input
class=
"w290"
v-model=
"priceData.Inventory"
:disabled=
"
TeamType==1
"
>
<
template
slot=
"prepend"
>
最低成团人数
</
template
>
</el-input>
</el-form-item>
...
...
@@ -617,7 +617,7 @@
:value=
"item.Id"
></el-option>
</el-select>
</el-form-item>
<el-form-item
v-if=
"
!flagWangYue
"
>
<el-form-item
v-if=
"
TeamType==1
"
>
<el-input
placeholder=
"人数"
class=
"w290"
v-model=
"priceData.LeaderNum"
>
<
template
slot=
"prepend"
>
领队人数
</
template
>
</el-input>
...
...
@@ -771,7 +771,6 @@
currentPriceIndex
:
0
,
//当前团期索引位置
showPriceList
:
[],
priceShowCount
:
6
,
//团期展示条数
flagWangYue
:
false
,
userID
:
null
,
dijiebaojiaShow
:
false
,
queryPriceListLoading
:
true
,
...
...
@@ -1392,8 +1391,7 @@
}
},
created
(){
localStorage
.
removeItem
(
'queryFlightAirMsg'
);
this
.
flagWangYue
=
this
.
$route
.
query
.
flag
===
"false"
?
false
:
true
;
if
(
this
.
flagWangYue
){
if
(
this
.
TeamType
==
1
){
let
userInfo
=
this
.
getLocalStorage
();
this
.
priceData
.
OutBranchId
=
userInfo
.
RB_Branch_id
;
this
.
userID
=
userInfo
.
EmployeeId
;
...
...
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