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
cf142e01
Commit
cf142e01
authored
May 17, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
no message
parents
6911625e
4d5e2cd3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
3 deletions
+42
-3
productOrderList.vue
src/components/SalesModule/productOrderList.vue
+1
-0
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+21
-2
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+20
-1
No files found.
src/components/SalesModule/productOrderList.vue
View file @
cf142e01
...
...
@@ -341,6 +341,7 @@
currentPage
:
1
,
total
:
0
,
msg
:
{
SelectOP
:
0
,
pageIndex
:
1
,
pageSize
:
10
,
LineId
:
"-1"
,
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
cf142e01
...
...
@@ -454,7 +454,7 @@
<el-checkbox
v-model=
"priceData.IsLessPrice"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
{{
$t
(
'op.CanLessPrice'
)
}}
</el-checkbox>
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
:true-label=
"CheckedVaule"
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
@
change=
"IsNeedAirportShuttleChange"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
是否需要送团
</el-checkbox>
<template
v-if=
"CurrentUserInfo.RB_Group_id==2"
>
...
...
@@ -738,8 +738,22 @@
<
template
slot=
"prepend"
>
紧急联系人
</
template
>
</el-input>
</el-form-item>
<el-form-item
prop=
"SendPersion"
>
<el-input
class=
"w260"
:disabled=
"!priceData.IsNeedAirportShuttle"
placeholder=
"请输入送团人"
v-model=
"priceData.SendPersion"
>
<
template
slot=
"prepend"
>
送团人
</
template
>
</el-input>
</el-form-item>
<div
class=
"w260"
></div>
<el-form-item>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260 ComSeat"
v-model=
"priceData.GatherTag"
>
</el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
</el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
</el-form-item>
<el-form-item
style=
"margin-top: -20px"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260"
v-model=
"priceData.GatherTag"
>
<
template
slot=
"prepend"
>
{{
$t
(
'op.JHbiaoshi'
)
}}
</
template
>
</el-input>
</el-form-item>
...
...
@@ -1206,6 +1220,11 @@
};
},
methods
:
{
IsNeedAirportShuttleChange
()
{
if
(
!
this
.
priceData
.
IsNeedAirportShuttle
)
{
this
.
priceData
.
SendPersion
=
''
}
},
//获取团期供应商列表
getTravelSupplier
()
{
this
.
apipost
(
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
cf142e01
...
...
@@ -454,7 +454,7 @@
<el-checkbox
v-model=
"priceData.IsLessPrice"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
{{
$t
(
'op.CanLessPrice'
)
}}
</el-checkbox>
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
:true-label=
"CheckedVaule"
<el-checkbox
v-model=
"priceData.IsNeedAirportShuttle"
@
change=
"IsNeedAirportShuttleChange"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedLessPrice"
>
是否需要送团
</el-checkbox>
<template
v-if=
"CurrentUserInfo.RB_Group_id==2"
>
...
...
@@ -738,7 +738,21 @@
<
template
slot=
"prepend"
>
紧急联系人
</
template
>
</el-input>
</el-form-item>
<el-form-item
prop=
"SendPersion"
>
<el-input
class=
"w260"
:disabled=
"!priceData.IsNeedAirportShuttle"
placeholder=
"请输入送团人"
v-model=
"priceData.SendPersion"
>
<
template
slot=
"prepend"
>
送团人
</
template
>
</el-input>
</el-form-item>
<div
class=
"w260"
></div>
<el-form-item>
</el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
</el-form-item>
<el-form-item>
<div
class=
"w260"
></div>
</el-form-item>
<el-form-item
style=
"margin-top: -20px"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w260 ComSeat"
v-model=
"priceData.GatherTag"
>
<
template
slot=
"prepend"
>
{{
$t
(
'op.JHbiaoshi'
)
}}
</
template
>
</el-input>
...
...
@@ -1206,6 +1220,11 @@
};
},
methods
:
{
IsNeedAirportShuttleChange
()
{
if
(
!
this
.
priceData
.
IsNeedAirportShuttle
)
{
this
.
priceData
.
SendPersion
=
''
}
},
//获取团期供应商列表
getTravelSupplier
()
{
this
.
apipost
(
...
...
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