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
1cea4433
Commit
1cea4433
authored
Apr 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5a2f963b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
925 additions
and
2026 deletions
+925
-2026
VisaProductEditOrder.vue
src/components/SalesVisa/VisaProductEditOrder.vue
+5
-836
VisaProductEditOrderOP.vue
src/components/SalesVisa/VisaProductEditOrderOP.vue
+5
-886
VisaProductEditOrderQZ.vue
src/components/SalesVisa/VisaProductEditOrderQZ.vue
+3
-303
VisaProductOrder.vue
src/components/SalesVisa/components/VisaProductOrder.vue
+911
-0
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+1
-1
No files found.
src/components/SalesVisa/VisaProductEditOrder.vue
View file @
1cea4433
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductEditOrderOP.vue
View file @
1cea4433
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductEditOrderQZ.vue
View file @
1cea4433
<
style
>
.page_MyCustomer
._mc_addbox
{
height
:
52px
;
width
:
100%
;
margin-top
:
20px
;
}
.page_MyCustomer
._mc_addbox
>
li
{
float
:
left
;
width
:
116px
;
font-size
:
14px
;
height
:
52px
;
color
:
#666
;
text-align
:
center
;
line-height
:
52px
;
background
:
#E9E9E9
;
cursor
:
pointer
;
}
.page_MyCustomer
._mc_addbox
>
li
.active
{
background
:
#fff
;
color
:
#333
;
}
.page_MyCustomer
._mc_addbox
.divActive
{
margin
:
-3px
auto
;
width
:
26px
;
height
:
3px
;
background
:
#E95252
;
}
.page_MyCustomer
._mc_edit
{
overflow
:
auto
;
display
:
none
;
position
:
fixed
;
z-index
:
50
;
bottom
:
0
;
left
:
0
;
border-top
:
3px
solid
#38425d
;
background-color
:
#f9f9f9
;
padding
:
10px
;
width
:
100%
;
min-width
:
1146px
;
}
.page_MyCustomer
.edHeight
{
display
:
block
;
height
:
291px
;
}
.page_MyCustomer
._mc_list
{
overflow-x
:
auto
;
background
:
#fff
;
padding-top
:
20px
;
padding-left
:
15px
;
}
.page_MyCustomer
._scrollbar
::-webkit-scrollbar
{
width
:
4px
;
height
:
8px
;
}
.page_MyCustomer
._scrollbar
::-webkit-scrollbar-thumb
{
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#c9c9c9
;
}
.page_MyCustomer
._scrollbar
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
background
:
#EDEDED
;
}
.page_MyCustomer
._mc_edit
._tit
{
padding-left
:
10px
;
border-left
:
3px
solid
#E95252
;
font-size
:
16px
;
font-family
:
'PingFangSc-Fine'
;
color
:
#000000
}
.page_MyCustomer
._mc_edit
._info_box
ul
._form
li
{
float
:
left
;
}
.page_MyCustomer
._check_list
{
padding-left
:
120px
;
margin-bottom
:
20px
;
}
.page_MyCustomer
._check_box
.el-form-item
{
margin-bottom
:
0
}
.page_MyCustomer
._info_box
.el-form-item__label
{
font-size
:
12px
;
color
:
#666
;
}
._remark
textarea
{
resize
:
none
;
width
:
646px
;
height
:
100px
}
.page_MyCustomer
.avatar
{
width
:
148px
;
height
:
148px
;
display
:
block
;
}
.page_MyCustomerSearch
{
width
:
100%
;
min-height
:
auto
;
overflow
:
hidden
;
padding
:
0
0
20px
0
;
}
.page_MyCustomerSearch
li
{
float
:
left
;
font-size
:
12px
;
color
:
#666
;
margin
:
20px
0
0px
0
;
}
.page_MyCustomerSearch
li
>
span
{
display
:
inline-block
;
}
.page_MyCustomerSearch
li
span
>
em
{
display
:
inline-block
;
min-width
:
60px
;
text-align
:
right
;
font-style
:
normal
;
margin
:
0
12px
0
0
;
}
.page_MyCustomerSearch
li
:last-child
{
float
:
right
;
}
.VisaProductTable
{
width
:
100%
;
font-size
:
14px
;
color
:
#333
;
border-collapse
:
collapse
;
}
.VisaProductTable
tr
th
{
background
:
#E6E6E6
;
height
:
30px
;
font-size
:
12px
;
text-align
:
left
;
text-indent
:
25px
;
}
.VisaProductTable
tr
{
background
:
#fff
;
text-align
:
left
;
}
.VisaProductTable
tr
td
{
height
:
60px
;
padding-left
:
25px
;
border
:
1px
solid
#cccccc
;
font-size
:
14px
;
color
:
#333
;
}
.VisaProductTable
tr
td
>
img
{
width
:
24px
;
height
:
24px
;
border-radius
:
50%
;
float
:
left
;
margin-right
:
5px
;
}
.VisaProductTable
tr
td
.tuanqian
{
vertical-align
:
middle
;
font-weight
:
400
;
display
:
table-cell
;
text-align
:
center
;
width
:
44px
;
font-size
:
12px
;
height
:
19px
;
color
:
#FFFFFF
;
background
:
#2AAEF2
;
}
.VisaProductTable
tr
td
.geqian
{
vertical-align
:
middle
;
font-weight
:
400
;
display
:
table-cell
;
text-align
:
center
;
width
:
44px
;
font-size
:
12px
;
height
:
19px
;
color
:
#FFFFFF
;
background
:
#FF9000
;
}
.VisaProductTable
tr
td
.totalPrice
{
color
:
#FF9000
;
font-weight
:
400
;
font-size
:
16px
;
}
.VisaProductTable
tr
td
.sendVisaDate
{
font-weight
:
bold
;
}
.page_MyCustomer
._edHeight
{
height
:
340px
;
}
.dateClass
{
width
:
171px
!important
;
}
.surplusNum
{
color
:
#E95252
!important
;
}
.peopleNum
{
height
:
15px
;
font-size
:
16px
;
font-weight
:
400
;
color
:
rgba
(
51
,
51
,
51
,
1
);
line-height
:
24px
;
}
.Visa_income
{
width
:
18px
;
height
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
24px
;
color
:
RGBA
(
71
,
191
,
140
,
1
);
}
.VisaProductTable
tr
td
.createName
{
vertical-align
:
middle
;
display
:
table-cell
;
text-align
:
center
;
width
:
50px
;
height
:
21px
;
}
.groupTourOrderIcon
button
{
width
:
28px
;
height
:
28px
;
border-radius
:
4px
;
}
.groupTourOrderIcon
.el-button--primary
{
padding
:
5px
;
margin
:
0
;
font-size
:
14px
!important
;
}
.groupTourOrder_tickets_red
{
color
:
#ff0000
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_blue
{
color
:
#0000ff
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_green
{
color
:
#008000
;
text-decoration
:
underline
;
}
.groupTourOrder_tickets_black
{
color
:
#000000
;
text-decoration
:
underline
;
}
.VD-remarkTitle
{
display
:
inline-block
;
float
:
left
;
width
:
36px
;
white-space
:
nowrap
;
font-size
:
14px
;
}
.VD-remarkCon
{
float
:
left
;
display
:
inline-block
;
width
:
94%
;
font-size
:
14px
;
}
.VD-redType
{
color
:
red
;
}
</
style
>
<
template
>
<VisaProduct
EditOrderOP></VisaProductEditOrderOP
>
<VisaProduct
Order
:pagesTitle=
"pagesTitle"
></VisaProductOrder
>
</
template
>
<
script
>
import
VisaProduct
EditOrderOP
from
'./VisaProductEditOrderOP
.vue'
;
import
VisaProduct
Order
from
'./components/VisaProductOrder
.vue'
;
export
default
{
components
:
{
VisaProduct
EditOrderOP
},
components
:
{
VisaProduct
Order
},
data
()
{
return
{
pagesTitle
:
'OP'
,
...
...
src/components/SalesVisa/components/VisaProductOrder.vue
0 → 100644
View file @
1cea4433
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/components/visaOrderList.vue
View file @
1cea4433
...
...
@@ -694,7 +694,7 @@
<div
class=
"row wrap px15 bgE8F5E9 radius5 ml fz12 orderop"
style=
"min-width: 150px;"
>
<div
class=
"row-c cursor-pointer radius5 change py5"
@
click=
"goUrlVisaList(item)"
v-if=
"item.VisaPlanIdStr
!=''&&pagesTitle!='销售'"
>
v-if=
"item.VisaPlanIdStr!=''&&pagesTitle!='销售'"
>
<span
class=
"c059FF6"
>
签证详情
</span>
</div>
<div
class=
"row-c cursor-pointer radius5 change py5"
@
click=
"getDetail(item,false)"
...
...
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