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
3d894534
Commit
3d894534
authored
Feb 04, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3ea133d6
4d8bd625
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
216 additions
and
178 deletions
+216
-178
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+3
-2
TravelControlListSaleAduit.vue
...s/TravelManager/TravelList/TravelControlListSaleAduit.vue
+213
-176
No files found.
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
3d894534
...
...
@@ -528,7 +528,7 @@
<p>
<span>
{{
$t
(
'visa.v_gvisa'
)
}}
</span>
{{
item
.
SignVisaNum
}}
<span
style=
"margin-left:10px;"
>
{{
$t
(
'visa.t_gvisa'
)
}}
</span>
<span
style=
"margin-left:10px;"
>
团签
</span>
{{
item
.
GroupVisaNum
}}
</p>
</div>
...
...
@@ -555,7 +555,8 @@
<el-dropdown-item
@
click
.
native=
"goTeamBalance(item.TCID,item.OutBranchId)"
>
{{
$t
(
'Operation.Op_shouzhiDetail'
)
}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"goUrlR('SalesconfirmationOrder',item.TCID,item.ID,item.StartCityID)"
>
{{
$t
(
'Operation.Op_tripDownLoad'
)
}}
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"removeTeamInfo(item.TCID)"
>
{{
$t
(
'system.table_delete'
)
}}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.TCState==2||item.TCState==0||item.TCState==1"
@
click
.
native=
"setUpPlat(item)"
>
{{
$t
(
'Operation.Op_shangjia'
)
}}
</el-dropdown-item>
<!--2020-02-04HK注释掉审核按钮-->
<el-dropdown-item
style=
"display:none;"
v-if=
"item.TCState==2||item.TCState==0||item.TCState==1"
@
click
.
native=
"setUpPlat(item)"
>
{{
$t
(
'Operation.Op_shangjia'
)
}}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.TCState==3"
@
click
.
native=
"Setshelves(item.TCID)"
>
{{
$t
(
'Operation.Op_xiajia'
)
}}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.Status==1"
@
click
.
native=
"OutGroup(item.TCID,2)"
>
{{
$t
(
'Operation.Op_jietuan'
)
}}
...
...
src/components/TravelManager/TravelList/TravelControlListSaleAduit.vue
View file @
3d894534
This diff is collapsed.
Click to expand it.
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