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
0b5e48dc
Commit
0b5e48dc
authored
Mar 26, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
52b85042
23be4684
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
App.vue
src/App.vue
+8
-0
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+2
-2
No files found.
src/App.vue
View file @
0b5e48dc
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
>
<img
v-for=
"src in images"
:src=
"src"
:key=
"src"
>
</viewer>
</viewer>
<chosen-open-mode
v-if=
"haveOpenMode"
:settingSys=
"settingSys"
></chosen-open-mode>
<chosen-open-mode
v-if=
"haveOpenMode"
:settingSys=
"settingSys"
></chosen-open-mode>
<!-- -->
<!--
<div
class=
"downzip"
>
下载包
</div>
-->
</div>
</div>
</
template
>
</
template
>
...
@@ -119,4 +123,8 @@ export default {
...
@@ -119,4 +123,8 @@ export default {
.BMap_cpyCtrl
{
display
:
none
;}
.BMap_cpyCtrl
{
display
:
none
;}
.anchorBL
{
display
:
none
;}
.anchorBL
{
display
:
none
;}
.viewer
{
display
:
none
!important
;}
.viewer
{
display
:
none
!important
;}
/* .downzip{
width: 100%;
height:
} */
</
style
>
</
style
>
src/components/SalesModule/groupInquiry.vue
View file @
0b5e48dc
...
@@ -490,7 +490,7 @@
...
@@ -490,7 +490,7 @@
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==2"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjindu'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==2"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjindu'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==3"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjieguo'
)
}}
</el-button>
<el-button
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
v-if=
"item.VisaStatus==3"
@
click=
"goUrlZ('VisaApplicationDetails',item.TCID,item.TCNUM)"
>
{{
$t
(
'visa.v_chakanjieguo'
)
}}
</el-button>
</div>
</div>
<el-button
v-if=
"item.LineID
!
=14"
@
click=
"goUrlT('visaList2',item.TCID)"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
签证列表
</el-button>
<el-button
v-if=
"item.LineID
=
=14"
@
click=
"goUrlT('visaList2',item.TCID)"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
签证列表
</el-button>
<!--
<el-button
@
click=
"goTeamBalance(item.TCID,item.OutBranchId)"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
>
团队支出
</el-button>
-->
<!--
<el-button
@
click=
"goTeamBalance(item.TCID,item.OutBranchId)"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
>
团队支出
</el-button>
-->
<el-button
@
click=
"goUrl('VisaFinancialDocuments',item.TCID,item.OutBranchId,item.TCNUM,'签证财务单据')"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
费用明细
</el-button>
<el-button
@
click=
"goUrl('VisaFinancialDocuments',item.TCID,item.OutBranchId,item.TCNUM,'签证财务单据')"
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
费用明细
</el-button>
<el-button
@
click=
'openEdit(item)'
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
送签日期
</el-button>
<el-button
@
click=
'openEdit(item)'
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
>
送签日期
</el-button>
...
@@ -810,7 +810,7 @@ export default {
...
@@ -810,7 +810,7 @@ export default {
//航班配置
//航班配置
FlightState
:
0
,
FlightState
:
0
,
TCVisaStatus
:
'-1'
,
TCVisaStatus
:
'-1'
,
IsShowUnion
:
1
,
IsShowUnion
:
0
,
QueryType
:
1
,
//查询类型 1:签证
QueryType
:
1
,
//查询类型 1:签证
},
},
remarkMsg
:
{
remarkMsg
:
{
...
...
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