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
685c602b
Commit
685c602b
authored
Jan 09, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团 修改出团公司
parent
4875c50d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
1 deletion
+35
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+11
-0
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+12
-0
EditLeaveGroup.vue
...ts/TravelManager/TravelList/components/EditLeaveGroup.vue
+1
-1
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+11
-0
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
685c602b
...
...
@@ -1194,6 +1194,17 @@
</div>
</div>
</div>
<div
class=
"TC_remarkContent"
v-if=
"item.BranchAuditState>0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto;"
>
<span
style=
"color: black;"
>
出团公司
</span>
{{item.BranchAuditStateStr}}
</div>
<div
class=
"TCL_Content"
v-if=
"item.BranchAuditStateStr=='驳回'"
>
<span
style=
"color: red;"
>
缘由:
</span>
{{item.BranchAuditRemark}}
</div>
</div>
</div>
</li>
</ul>
<div
class=
"noData"
v-show=
"queryMsg.noData"
>
{{$t('system.content_noData')}}
</div>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
685c602b
...
...
@@ -878,6 +878,18 @@
v-if=
"item.HotelDiningBus.ResultBusTypeStr!=''"
>
{{$t('Operation.Op_carType')}}:{{item.HotelDiningBus.ResultBusTypeStr}}
</a>
</div>
</div>
</div>
<div
class=
"TC_remarkContent"
v-if=
"item.BranchAuditState>0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto;"
>
<span
style=
"color: black;"
>
出团公司
</span>
{{item.BranchAuditStateStr}}
</div>
<div
class=
"TCL_Content"
v-if=
"item.BranchAuditStateStr=='驳回'"
>
<span
style=
"color: red;"
>
缘由:
</span>
{{item.BranchAuditRemark}}
</div>
</div>
</div>
</li>
</ul>
...
...
src/components/TravelManager/TravelList/components/EditLeaveGroup.vue
View file @
685c602b
...
...
@@ -46,7 +46,7 @@ export default {
groupType
:[
{
Name
:
'小包团'
,
Id
:
1
},
{
Name
:
'当地游'
,
Id
:
2
},
{
Name
:
'
散拼
'
,
Id
:
0
}
{
Name
:
'
常规团
'
,
Id
:
0
}
],
msg
:{
TCID
:
0
,
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
685c602b
...
...
@@ -765,6 +765,17 @@
</div>
</div>
</div>
<div
class=
"TC_remarkContent"
v-if=
"item.BranchAuditState>0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto;"
>
<span
style=
"color: black;"
>
出团公司
</span>
{{item.BranchAuditStateStr}}
</div>
<div
class=
"TCL_Content"
v-if=
"item.BranchAuditStateStr=='驳回'"
>
<span
style=
"color: red;"
>
缘由:
</span>
{{item.BranchAuditRemark}}
</div>
</div>
</div>
</li>
</ul>
<div
class=
"noData"
v-show=
"queryMsg.noData"
>
{{$t('system.content_noData')}}
</div>
...
...
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