Commit 8a646ced authored by 黄奎's avatar 黄奎
parents b7e42c64 1fd1ad58
...@@ -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%">&nbsp;</div> <div :class="getClass(0,0)" style="width:100%;height:100%">&nbsp;</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;
} }
......
...@@ -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%">&nbsp;</div> <div :class="getClass(0,0)" style="width:100%;height:100%">&nbsp;</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;
} }
......
...@@ -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(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment