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
9f9f2125
Commit
9f9f2125
authored
6 years ago
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽按钮
parent
15544915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+14
-6
VisaManagement.vue
src/components/VisaCenter/VisaManagement.vue
+1
-1
No files found.
src/components/SalesVisa/VisaProduct.vue
View file @
9f9f2125
...
...
@@ -291,8 +291,8 @@
</li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<
!--
<button
class=
"normalBtn"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button>
--
>
<button
class=
"normalBtn"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加
</button>
<
button
class=
"normalBtn"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button
>
<button
class=
"normalBtn"
v-show=
"buttonshow"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加
</button>
</li>
</ul>
</div>
...
...
@@ -371,7 +371,7 @@
</td>
<td
class=
"groupTourOrderIcon"
>
<el-button-group>
<
!--
<
el-tooltip
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
...
...
@@ -384,7 +384,7 @@
icon=
"iconfont icon-img_bianji_small"
@
click=
"getDetail(item)"
></el-button>
</el-tooltip>
-->
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
...
...
@@ -392,7 +392,7 @@
placement=
"top-start"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
>
<el-button
<el-button
v-show=
"buttonshow"
type=
"primary"
style=
"background:#409EFF; border-color:#409EFF"
icon=
"iconfont icon-img_bianji_small"
...
...
@@ -640,9 +640,17 @@ export default {
total
:
0
,
addShow
:
false
,
currentPage
:
1
,
VisaManagementList
:
[]
VisaManagementList
:
[],
buttonshow
:
false
,
};
},
created
(){
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'viitto'
)
!==
-
1
){
this
.
buttonshow
=
true
;
}
},
methods
:
{
// 修改签证产品
EditVisaProduct
(
item
){
...
...
This diff is collapsed.
Click to expand it.
src/components/VisaCenter/VisaManagement.vue
View file @
9f9f2125
...
...
@@ -2,7 +2,7 @@
.page_visaMG
._vMG_edit
{
overflow
:
auto
;
display
:
none
;
position
:
absolute
;
font-family
:
'PingFangSc-Fine'
;
bottom
:
0
;
left
:
0
;
border-top
:
3px
solid
#38425d
;
background-color
:
#fff
;
padding
:
10px
;
width
:
100%
;
min-width
:
1146px
;
padding-right
:
10px
}
.page_visaMG
.edHeight
{
display
:
block
;
height
:
330px
;}
.page_visaMG
._vMG_conten
{
padding
:
30px
0
;
overflow-x
:
auto
;}
.page_visaMG
._vMG_conten
ul
li
{
width
:
175px
;
height
:
auto
;
padding
:
20px
;
float
:
left
;
background-color
:
#FFFFFF
;
margin-right
:
26px
}
.page_visaMG
._vMG_conten
ul
li
{
width
:
175px
;
height
:
auto
;
float
:
left
;
background-color
:
#FFFFFF
;
margin-right
:
26px
}
.page_visaMG
._vMG_conten
ul
li
._top
{
text-align
:
center
;
position
:
relative
;}
.page_visaMG
._vMG_conten
ul
li
._top
p
{
font-size
:
14px
;
color
:
#333333
;
font-weight
:
bold
;
margin-top
:
8px
;
padding-bottom
:
20px
;
font-weight
:
bold
}
.page_visaMG
._vMG_conten
ul
li
._btm
{
border-top
:
1px
dashed
#B8B8B8
;
display
:
flex
;
text-align
:
center
;
padding-top
:
22px
}
...
...
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