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
9ae5bab4
Commit
9ae5bab4
authored
Jan 09, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改出团公司
parent
c95efd87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+18
-5
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
9ae5bab4
...
...
@@ -1102,6 +1102,9 @@
<el-dropdown-item
v-if=
"item.Status==1"
@
click
.
native=
"OutGroup(item.TCID,2,item.TravelEndAudit)"
>
{{$t('Operation.Op_jietuan')}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"GroupTypeObj=item,GroupTypeVisible=true"
>
<div>
修改出团公司
</div>
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.Status==2"
@
click
.
native=
"OutGroup(item.TCID,1,item.TravelEndAudit)"
>
{{$t('visaT.sale')}}
</el-dropdown-item>
...
...
@@ -1274,12 +1277,20 @@
<price-dialog
:ConfigId=
"dialog.ConfigId"
:OfferId=
"dialog.OfferId"
ref=
"dialog"
></price-dialog>
</el-dialog>
</div>
<!-- 修改出团公司 -->
<EditLeaveGroup
v-if=
"GroupTypeVisible"
:item=
"GroupTypeObj"
@
Cancel=
'CancelGroupType'
/>
</div>
</template>
<
script
>
import
commonHotelInfo
from
"../../commonPage/commonHotelInfo.vue"
;
import
priceDialog
from
'../TravelNewQuotation/priceDialog.vue'
;
import
EditLeaveGroup
from
'./components/EditLeaveGroup.vue'
;
export
default
{
components
:
{
commonHotelInfo
,
priceDialog
,
EditLeaveGroup
},
provide
()
{
return
{
reload
:
this
.
reload
...
...
@@ -1287,6 +1298,8 @@
},
data
()
{
return
{
GroupTypeVisible
:
false
,
GroupTypeObj
:{},
dialog
:
{
show
:
false
,
ConfigId
:
''
,
...
...
@@ -1538,10 +1551,6 @@
};
},
components
:
{
commonHotelInfo
,
priceDialog
},
//监听器
watch
:
{
// 方法1
...
...
@@ -1550,6 +1559,10 @@
},
},
methods
:
{
CancelGroupType
()
{
this
.
GroupTypeVisible
=
false
this
.
GroupTypeObj
=
{}
},
IsShowAllBranch
()
{
var
flag
=
true
;
if
(
this
.
CurrentUserInfo
&&
this
.
CurrentUserInfo
.
RB_Branch_id
&&
this
.
CurrentUserInfo
.
RB_Branch_id
==
1220
)
{
...
...
@@ -2833,7 +2846,7 @@
}
if
(
this
.
queryCommonData
.
IsParentCompany
!=
1
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
49
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1249
this
.
CurrentUserInfo
.
RB_Branch_id
!=
49
&&
this
.
CurrentUserInfo
.
RB_Branch_id
!=
1249
)
{
this
.
queryMsg
.
OutBranchIds
.
push
(
this
.
CurrentUserInfo
.
RB_Branch_id
);
}
...
...
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