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
8a646ced
Commit
8a646ced
authored
Jun 06, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b7e42c64
1fd1ad58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
21 deletions
+26
-21
HotelQueryList.vue
src/components/Supplier/HotelQueryList.vue
+2
-7
SupplierIndex.vue
src/components/SupplierIndex.vue
+7
-11
SupplierLogin.vue
src/components/SupplierLogin.vue
+17
-3
No files found.
src/components/Supplier/HotelQueryList.vue
View file @
8a646ced
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<el-table
v-if=
"dataList.length>0"
:data=
"dataList"
style=
"width:100%"
border
v-loading=
'loading'
:height=
"tableHeight"
>
<el-table
v-if=
"dataList.length>0"
:data=
"dataList"
style=
"width:100%"
border
v-loading=
'loading'
:height=
"tableHeight"
>
<el-table-column
fixed
label=
"酒店名称"
min-width=
"180"
>
<el-table-column
fixed
label=
"酒店名称"
min-width=
"180"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
style=
"text-decoration: underline;cursor:pointer"
>
<div>
{{
scope
.
row
.
HotelName
}}
</div>
{{
scope
.
row
.
HotelName
}}
</div>
<div>
{{
scope
.
row
.
TotalInventory
}}
</div>
<div>
{{
scope
.
row
.
TotalInventory
}}
</div>
<input
type=
"button"
class=
"normalBtn"
style=
"margin-left:0;height:22px;padding:0 10px;"
@
click=
"getLogsList(scope.row.HotelId)"
value=
"操作日志"
/>
<input
type=
"button"
class=
"normalBtn"
style=
"margin-left:0;height:22px;padding:0 10px;"
@
click=
"getLogsList(scope.row.HotelId)"
value=
"操作日志"
/>
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
<div
:class=
"getClass(0,0)"
style=
"width:100%;height:100%"
>
</div>
<div
:class=
"getClass(0,0)"
style=
"width:100%;height:100%"
>
</div>
</
template
>
</
template
>
</div>
</div>
<div
class=
"Hotel_kong Com_hoteldiv
Hq_duoge
"
<div
class=
"Hotel_kong Com_hoteldiv"
>
>
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}
</div>
</div>
...
@@ -653,11 +653,6 @@
...
@@ -653,11 +653,6 @@
</
script
>
</
script
>
<
style
>
<
style
>
.Hq_duoge
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
.HqCom_bottom
.ql-container
{
.HqCom_bottom
.ql-container
{
min-height
:
100px
;
min-height
:
100px
;
}
}
...
...
src/components/SupplierIndex.vue
View file @
8a646ced
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"nav-left"
>
<div
class=
"nav-left"
>
<img
class=
"GroupPic"
src=
"../assets/img/daxiang.png"
/>
<img
class=
"GroupPic"
src=
"../assets/img/daxiang.png"
/>
</div>
</div>
<div
class=
"nav-middle"
>
<div
class=
"nav-middle
SupplierIndex_Nav
"
>
<ul
class=
"clearfix"
:style=
"
{width:`${allWindowWidth}px`}">
<ul
class=
"clearfix"
:style=
"
{width:`${allWindowWidth}px`}">
<li
v-for=
"(item,index) in menuList"
v-if=
"item.URL!=''"
:class=
"
{active:item.Id==chosenIndex}"
<li
v-for=
"(item,index) in menuList"
v-if=
"item.URL!=''"
:class=
"
{active:item.Id==chosenIndex}"
@click="goUrl(item.URL,item.Id,index)">
@click="goUrl(item.URL,item.Id,index)">
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
<div
style=
"width: 100%;min-height:200px; overflow-x: auto;padding:0 20px; "
class=
"HotelQueryList"
<div
style=
"width: 100%;min-height:200px; overflow-x: auto;padding:0 20px; "
class=
"HotelQueryList"
v-loading=
"loading"
>
v-loading=
"loading"
>
<div
class=
"hotelProductManage2_tableBox"
style=
"margin:20px 0;
"
>
<div
style=
"margin:20px 0
"
>
<span
style=
"color:#fff;background-color: #ff3737;padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
style=
"color:#fff;background-color: #ff3737;padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
style=
"color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px"
>
旺季
</span>
<span
style=
"color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px"
>
旺季
</span>
<span
style=
"color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px"
>
平季
</span>
<span
style=
"color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px"
>
平季
</span>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
:height=
"tableHeight"
>
:height=
"tableHeight"
>
<el-table-column
fixed
label=
"酒店名称"
min-width=
"180"
>
<el-table-column
fixed
label=
"酒店名称"
min-width=
"180"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
style=
"text-decoration: underline;cursor:pointer"
>
<div>
{{
scope
.
row
.
HotelName
}}
</div>
{{
scope
.
row
.
HotelName
}}
</div>
<div>
{{
scope
.
row
.
TotalInventory
}}
</div>
<div>
{{
scope
.
row
.
TotalInventory
}}
</div>
</
template
>
</
template
>
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<div
:class=
"getClass(0,0)"
style=
"width:100%;height:100%"
>
</div>
<div
:class=
"getClass(0,0)"
style=
"width:100%;height:100%"
>
</div>
</
template
>
</
template
>
</div>
</div>
<div
class=
"Hotel_kong Com_hoteldiv
Hq_duoge
"
>
<div
class=
"Hotel_kong Com_hoteldiv"
>
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}
{{scope.row.subList[index].Inventory}}/{{scope.row.subList[index].UseInventory}}/{{scope.row.subList[index].RemainingInventory}}
</div>
</div>
<div
class=
"Hotel_kong Com_hoteldiv"
>
<div
class=
"Hotel_kong Com_hoteldiv"
>
...
@@ -907,7 +907,9 @@
...
@@ -907,7 +907,9 @@
float: left;
float: left;
z-index: 2019128;
z-index: 2019128;
}
}
.SupplierIndex_Nav ul li{
margin-left:20px;
}
.nav-middle ul li i {
.nav-middle ul li i {
font-size: 16px;
font-size: 16px;
color: #a6adb4;
color: #a6adb4;
...
@@ -1058,12 +1060,6 @@
...
@@ -1058,12 +1060,6 @@
top: 50px !important;
top: 50px !important;
}
}
.Hq_duoge {
cursor: pointer;
text-decoration: underline;
}
.HqCom_bottom .ql-container {
.HqCom_bottom .ql-container {
min-height: 100px;
min-height: 100px;
}
}
...
...
src/components/SupplierLogin.vue
View file @
8a646ced
...
@@ -31,7 +31,16 @@
...
@@ -31,7 +31,16 @@
.Supplier_Login
.login-Div
.loginBtn
:hover
{
.Supplier_Login
.login-Div
.loginBtn
:hover
{
background-color
:
#5182E4
;
background-color
:
#5182E4
;
}
}
.Supplier_Login
.login_back
{
position
:
absolute
!important
;
width
:
100%
;
height
:
60%
;
top
:
0
;
left
:
0
;
}
.Supplier_Login
.Supplier_loginDiv
{
background-color
:
rgba
(
255
,
255
,
255
,
0.2
)
!important
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -43,8 +52,8 @@
...
@@ -43,8 +52,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"login_back"
></div>
<form
class=
"login-Div"
>
<form
class=
"login-Div
Supplier_loginDiv
"
>
<div
v-if=
"isShow==1"
>
<div
v-if=
"isShow==1"
>
<div
class=
"mainTitle"
>
<div
class=
"mainTitle"
>
<div
class=
"login_Title"
>
<div
class=
"login_Title"
>
...
@@ -82,6 +91,7 @@
...
@@ -82,6 +91,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Particle
from
'particleground-light'
export
default
{
export
default
{
name
:
"login-box"
,
name
:
"login-box"
,
data
()
{
data
()
{
...
@@ -108,6 +118,10 @@
...
@@ -108,6 +118,10 @@
};
};
},
},
mounted
()
{
mounted
()
{
new
Particle
(
document
.
querySelector
(
'.login_back'
),{
dotColor
:
'#19294C'
,
lineColor
:
'#19294C'
})
this
.
init
();
this
.
init
();
let
that
=
this
;
let
that
=
this
;
this
.
clock
=
setInterval
(()
=>
{
this
.
clock
=
setInterval
(()
=>
{
...
...
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