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
5ccb1554
Commit
5ccb1554
authored
Aug 20, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步酒店修改
parent
8f36b8d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
26 deletions
+22
-26
restaurantInfoManage.vue
src/components/Restaurant/restaurantInfoManage.vue
+1
-1
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+4
-9
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+17
-16
No files found.
src/components/Restaurant/restaurantInfoManage.vue
View file @
5ccb1554
...
...
@@ -750,7 +750,7 @@
</el-input>
</el-form-item>
<el-form-item
:label=
"$t('restaurant.res_BusinessHours')"
prop=
"OpeningHours"
>
<el-input
type=
"text"
v-model=
"addMsg.OpeningHours"
maxlength=
"
5
0"
class=
"w300"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.OpeningHours"
maxlength=
"
10
0"
class=
"w300"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('restaurant.res_ContactNumber')"
prop=
"Tel"
>
<el-input
type=
"text"
maxlength=
"20"
v-model=
"addMsg.Tel"
class=
"w300"
></el-input>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
5ccb1554
...
...
@@ -88,23 +88,23 @@
v-bind:CountryID="PostConfig.CountryID">
</TravelNotice>
<div
id=
"fiveAnchor"
>
<!--常规团-->
<TravelPrice
v-
show
=
"PostConfig.TeamType==0"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
<TravelPrice
v-
if
=
"PostConfig.TeamType==0"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
></TravelPrice>
<!--小包团-->
<TravelPrice2
v-
show
=
"PostConfig.TeamType==1"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
<TravelPrice2
v-
if
=
"PostConfig.TeamType==1"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
>
</TravelPrice2>
<!--当地游-->
<TravelPrice3
v-
show
=
"PostConfig.TeamType==2"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
<TravelPrice3
v-
if
=
"PostConfig.TeamType==2"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:IsDirect=
"PostConfig.IsDirect"
></TravelPrice3>
<!--地接团-->
<TravelPrice4
v-
show
=
"PostConfig.TeamType==3"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
<TravelPrice4
v-
if
=
"PostConfig.TeamType==3"
@
saveMsg=
"SaveData(1)"
ref=
"TravelPrice"
@
headCallBack=
"getPrice"
:priceList=
"PriceList"
:PostConfig=
"PostConfig"
:modifyTcid=
"modifyTcid"
:CurrentUserInfo=
"CurrentUserInfo"
:TeamType=
"PostConfig.TeamType"
></TravelPrice4>
</div>
...
...
@@ -570,16 +570,11 @@
res
=>
{
this
.
saveLoading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
"111"
)
//配置编号
TripFeature
.
ConfigId
=
res
.
data
.
data
;
console
.
log
(
"222"
)
this
.
$refs
.
TravelPrice
.
closeHotelDialog
();
console
.
log
(
"333"
)
this
.
$refs
.
TravelPrice
.
initStatus
();
console
.
log
(
"444"
)
this
.
$refs
.
TravelFeature
.
getHtml
(
TripFeature
,
SaveType
,
this
.
TeamType
);
console
.
log
(
"555"
)
}
else
if
(
res
.
data
.
resultCode
==
10009
)
{
this
.
FeatureData
.
IsSave
=
false
;
//表单重复提交
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
5ccb1554
...
...
@@ -705,12 +705,12 @@
</el-form-item>
<el-form-item>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
领队带团/不带团
</span>
<el-select
class=
"w180"
v-model=
"priceData.IsLeaderDaiTuan"
>
<
template
v-for=
"item in DaiTuanList"
>
<el-option
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</
template
>
</el-select>
<el-select
class=
"w180"
v-model=
"priceData.IsLeaderDaiTuan"
>
<
template
v-for=
"item in DaiTuanList"
>
<el-option
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</
template
>
</el-select>
</el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260"
v-model=
"priceData.GuideNum"
>
...
...
@@ -719,12 +719,12 @@
</el-form-item>
<el-form-item>
<span
class=
"TP_Sendprepend"
style=
"margin:3px -1px 0 0"
>
导游带团/不带团
</span>
<el-select
class=
"w180"
v-model=
"priceData.IsGuideDaiTuan"
>
<
template
v-for=
"item in DaiTuanList"
>
<el-option
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</
template
>
</el-select>
<el-select
class=
"w180"
v-model=
"priceData.IsGuideDaiTuan"
>
<
template
v-for=
"item in DaiTuanList"
>
<el-option
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</
template
>
</el-select>
</el-form-item>
<el-form-item>
<el-input
:placeholder=
"$t('op.CanSallTicketNum')"
class=
"w290"
v-model=
"priceData.CanSellTicketNum"
...
...
@@ -944,7 +944,9 @@
<span
class=
"TCswitch"
>
<el-switch
v-model=
"priceData.IsB2B"
:active-value=
"inActive"
:inactive-value=
"notInActive"
>
</el-switch>
<div
class=
"TC-config"
>
{{$t('sm.cpjhtuiB2bzzd')}}
<br/><font
style=
"color:red;"
>
切位团请关闭此项;
</font></div>
<div
class=
"TC-config"
>
{{$t('sm.cpjhtuiB2bzzd')}}
<br
/>
<font
style=
"color:red;"
>
切位团请关闭此项;
</font>
</div>
</span>
</div>
</el-form-item>
...
...
@@ -1408,8 +1410,8 @@
EmergencyContact
:
""
,
//紧急联系人
IsNeedAirportShuttle
:
0
,
//是否需要接送服务
GuideNum
:
0
,
//导游人数
IsLeaderDaiTuan
:
1
,
//领队带团/不带团
IsGuideDaiTuan
:
1
,
//导游带团/不带团
IsLeaderDaiTuan
:
1
,
//领队带团/不带团
IsGuideDaiTuan
:
1
,
//导游带团/不带团
};
}
this
.
returnPriceList
.
push
(
objItem
);
...
...
@@ -1936,7 +1938,6 @@
},
//关闭弹窗方法
closeHotelDialog
()
{
console
.
log
(
"111"
);
this
.
outerVisible
=
false
;
},
//保存完成初始化
...
...
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