@@ -124,7 +124,6 @@ export default { | |||||
let arr = document.cookie.split("; "); | let arr = document.cookie.split("; "); | ||||
for (let i = 0; i < arr.length; i++) { | for (let i = 0; i < arr.length; i++) { | ||||
let arr2 = arr[i].split("="); | let arr2 = arr[i].split("="); | ||||
console.log(arr2) | |||||
if (arr2[0] === "username") { | if (arr2[0] === "username") { | ||||
this.loginForm.username = arr2[1]; | this.loginForm.username = arr2[1]; | ||||
} else if (arr2[0] === "password") { | } else if (arr2[0] === "password") { | ||||
@@ -179,6 +178,7 @@ export default { | |||||
localStorage.setItem("agentId", ""); | localStorage.setItem("agentId", ""); | ||||
that.$router.push({ path: "/wel" }); | that.$router.push({ path: "/wel" }); | ||||
} | } | ||||
// 当他为其他时 先获取是否只有一个选项,然后在来进行判断 | // 当他为其他时 先获取是否只有一个选项,然后在来进行判断 | ||||
if (idx == 1) { | if (idx == 1) { | ||||
this.getAgentList(); | this.getAgentList(); | ||||
@@ -196,6 +196,11 @@ export default { | |||||
// that.$router.push({ path: "/chose", query: { flag: 3 } }); | // that.$router.push({ path: "/chose", query: { flag: 3 } }); | ||||
} | } | ||||
} else { | } else { | ||||
if (this.rememberPwd) { | |||||
this.setCookie(this.loginForm.username, this.loginForm.password, 7); | |||||
} else { | |||||
this.setCookie("", "", -1); | |||||
} | |||||
that.$router.push({ path: "/check" }); | that.$router.push({ path: "/check" }); | ||||
} | } | ||||
}); | }); | ||||
@@ -18,7 +18,7 @@ | |||||
</div> | </div> | ||||
<!-- 卡片部分 --> | <!-- 卡片部分 --> | ||||
<div class="page-container grid4"> | <div class="page-container grid4"> | ||||
<div class="pagechen projectCardItem"> | |||||
<div class="nopagechen projectCardItem"> | |||||
<div> | <div> | ||||
<div class="pageboxtitle1">正在接待</div> | <div class="pageboxtitle1">正在接待</div> | ||||
<div class="pageboxtitle2 projectColumn"> | <div class="pageboxtitle2 projectColumn"> | ||||
@@ -1861,7 +1861,135 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.nopagechen { | |||||
flex: 1; | |||||
// min-width: 190px; | |||||
background: #ffffff; | |||||
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); | |||||
border-radius: 4px; | |||||
// margin-right: 20px; | |||||
padding: 12px; | |||||
border-bottom: 3px solid #fff; | |||||
transition: all 0.3s linear; | |||||
.pageboxtitle1 { | |||||
width: 100%; | |||||
font-size: 16px; | |||||
font-weight: 400; | |||||
color: #666666; | |||||
line-height: 16px; | |||||
} | |||||
.projectCardItem { | |||||
.sum { | |||||
.span1 { | |||||
width: 100px; | |||||
height: 30px; | |||||
font-size: 30px; | |||||
font-weight: normal; | |||||
color: #32363d; | |||||
line-height: 30px; | |||||
margin-top: 10px; | |||||
} | |||||
} | |||||
} | |||||
.projectColumn { | |||||
display: flex; | |||||
flex-direction: column; | |||||
.span2 { | |||||
font-size: 14px !important; | |||||
align-items: center !important; | |||||
.span2-2 { | |||||
display: flex; | |||||
font-weight: 600; | |||||
color: rgba(231, 72, 60, 1); | |||||
background: rgba(253, 240, 239, 1); | |||||
align-items: center; | |||||
padding: 3px 12px; | |||||
border-radius: 3px; | |||||
.up { | |||||
display: block; | |||||
width: 20px; | |||||
height: 15px; | |||||
background: url("../../public/img/indexIcon/indexCardUp.png") no-repeat; | |||||
background-size: 100%; | |||||
margin-left: 8px; | |||||
} | |||||
} | |||||
.span2-3 { | |||||
display: flex; | |||||
font-weight: 600; | |||||
color: rgba(7, 183, 157, 1); | |||||
background: rgba(235, 250, 246, 1); | |||||
align-items: center; | |||||
padding: 3px 12px; | |||||
border-radius: 3px; | |||||
.down { | |||||
display: block; | |||||
width: 20px; | |||||
height: 15px; | |||||
background: url("../../public/img/indexIcon/indexCardDown.png") no-repeat; | |||||
background-size: 100%; | |||||
margin-left: 8px; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.pageboxtitle2 { | |||||
width: 100%; | |||||
margin-top: 14px; | |||||
display: flex; | |||||
flex-wrap: wrap; | |||||
.span1 { | |||||
width: 100px; | |||||
height: 30px; | |||||
font-size: 30px; | |||||
font-weight: normal; | |||||
color: #32363d; | |||||
line-height: 30px; | |||||
} | |||||
.span2 { | |||||
height: 30px; | |||||
font-size: 16px; | |||||
display: flex; | |||||
align-items: flex-end; | |||||
.span2-1 { | |||||
color: #424d64; | |||||
margin-right: 15px; | |||||
font-weight: 400; | |||||
} | |||||
.span2-2 { | |||||
display: flex; | |||||
font-weight: 600; | |||||
color: rgba(231, 72, 60, 1); | |||||
} | |||||
.span2-3 { | |||||
display: flex; | |||||
font-weight: 600; | |||||
color: rgba(7, 183, 157, 1); | |||||
} | |||||
} | |||||
} | |||||
.pageboxtitle3 { | |||||
text-align: center; | |||||
font-size: 30px; | |||||
line-height: 44px; | |||||
} | |||||
} | |||||
.pagechen { | .pagechen { | ||||
flex: 1; | flex: 1; | ||||
// min-width: 190px; | // min-width: 190px; | ||||
@@ -1186,4 +1186,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -1203,4 +1203,14 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -1015,6 +1015,16 @@ export default { | |||||
</script> | </script> | ||||
<style scoped="scoped" lang="scss" > | <style scoped="scoped" lang="scss" > | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
@@ -297,4 +297,14 @@ computed: { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -915,4 +915,14 @@ export default { | |||||
color: #ffffff; | color: #ffffff; | ||||
background: #2671e2; | background: #2671e2; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -510,4 +510,14 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -1760,4 +1760,14 @@ export default { | |||||
.demonstration { | .demonstration { | ||||
line-height: 36px; | line-height: 36px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -546,7 +546,17 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style scoped > | |||||
<style scoped lang="less"> | |||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.box-center { | .box-center { | ||||
width: 100%; | width: 100%; | ||||
padding: 15px; | padding: 15px; | ||||
@@ -583,4 +593,5 @@ export default { | |||||
margin-top: 20px; | margin-top: 20px; | ||||
padding: 18px; | padding: 18px; | ||||
} | } | ||||
</style> | </style> |
@@ -1561,4 +1561,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -349,4 +349,14 @@ export default { | |||||
box-shadow: 2px 2px 12px 4px #d5d5d5; | box-shadow: 2px 2px 12px 4px #d5d5d5; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -857,4 +857,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -715,4 +715,14 @@ height: 400px !important; | |||||
// /deep/ .wh_content_item_tag,.wh_content_item{ | // /deep/ .wh_content_item_tag,.wh_content_item{ | ||||
// color: black; | // color: black; | ||||
// } | // } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -619,6 +619,16 @@ export default { | |||||
</script> | </script> | ||||
<style scoped="scoped" lang="scss" > | <style scoped="scoped" lang="scss" > | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.sequenceNum { | .sequenceNum { | ||||
display: flex; | display: flex; | ||||
width: 26px; | width: 26px; | ||||
@@ -690,7 +700,7 @@ export default { | |||||
.app-box-san { | .app-box-san { | ||||
width: 100%; | width: 100%; | ||||
min-height: 400px; | |||||
// min-height: 400px; | |||||
display: flex; | display: flex; | ||||
margin-top: 15px; | margin-top: 15px; | ||||
@@ -1411,4 +1411,14 @@ export default { | |||||
margin-top: 100px; | margin-top: 100px; | ||||
color: #999999; | color: #999999; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -813,4 +813,14 @@ export default { | |||||
margin-left: 15px; | margin-left: 15px; | ||||
min-width: 40px; | min-width: 40px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -126,8 +126,8 @@ | |||||
<i class="down"></i> | <i class="down"></i> | ||||
</span> | </span> | ||||
<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span> | |||||
<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span> | |||||
<span v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span> | |||||
<span v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -163,8 +163,8 @@ | |||||
<i class="down"></i> | <i class="down"></i> | ||||
</span> | </span> | ||||
<span style="margin-left:15px;" v-if="cardobj.contrastFraction > 0">数据有所增长</span> | |||||
<span style="margin-left:15px;" v-if="cardobj.contrastFraction < 0">数据有所下降</span> | |||||
<span v-if="cardobj.contrastFraction > 0">数据有所增长</span> | |||||
<span v-if="cardobj.contrastFraction < 0">数据有所下降</span> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -188,8 +188,7 @@ | |||||
<div v-if="Confirmthecontrast" class="xia"> | <div v-if="Confirmthecontrast" class="xia"> | ||||
<div class="projectColumn"> | <div class="projectColumn"> | ||||
<div class="span2Card"> | <div class="span2Card"> | ||||
<span class="span2-1"> | |||||
环比:{{ cardobj.endSumDuration || 0 }}次</span> | |||||
<span class="span2-1">环比:{{ cardobj.endSumDuration || 0 }}次</span> | |||||
<span class="span2-2" v-if="cardobj.contrastSumDuration > 0"> | <span class="span2-2" v-if="cardobj.contrastSumDuration > 0"> | ||||
+{{ cardobj.contrastSumDuration || 0 }} | +{{ cardobj.contrastSumDuration || 0 }} | ||||
@@ -200,8 +199,8 @@ | |||||
<i class="down"></i> | <i class="down"></i> | ||||
</span> | </span> | ||||
<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration > 0">数据有所增长</span> | |||||
<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration < 0">数据有所下降</span> | |||||
<span v-if="cardobj.contrastSumDuration > 0">数据有所增长</span> | |||||
<span v-if="cardobj.contrastSumDuration < 0">数据有所下降</span> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -1261,10 +1260,19 @@ export default { | |||||
width: 95%; | width: 95%; | ||||
.span2Card { | .span2Card { | ||||
display: flex !important; | |||||
justify-content: space-between !important; | |||||
font-size: 14px !important; | |||||
align-items: center !important; | |||||
overflow: hidden; | |||||
display: flex; | |||||
align-items: center; | |||||
padding: 0 30px; | |||||
span { | |||||
float: left; | |||||
} | |||||
// display: flex !important; | |||||
// justify-content: space-between !important; | |||||
// font-size: 14px !important; | |||||
// align-items: center !important; | |||||
.span2-2 { | .span2-2 { | ||||
display: flex; | display: flex; | ||||
@@ -1274,6 +1282,7 @@ export default { | |||||
align-items: center; | align-items: center; | ||||
padding: 3px 12px; | padding: 3px 12px; | ||||
border-radius: 3px; | border-radius: 3px; | ||||
margin: 0 18px; | |||||
.up { | .up { | ||||
display: block; | display: block; | ||||
@@ -1456,7 +1465,7 @@ export default { | |||||
.xia { | .xia { | ||||
width: 100%; | width: 100%; | ||||
font-size: 14px; | font-size: 14px; | ||||
text-indent: 30px; | |||||
// text-indent: 30px; | |||||
margin-bottom: 10px; | margin-bottom: 10px; | ||||
.span1 { | .span1 { | ||||
@@ -379,6 +379,17 @@ export default { | |||||
</script> | </script> | ||||
<style scoped="scoped" lang="scss" > | <style scoped="scoped" lang="scss" > | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
.custom-tree-node { | .custom-tree-node { | ||||
flex: 1; | flex: 1; | ||||
display: flex; | display: flex; | ||||
@@ -388,4 +388,14 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -501,4 +501,14 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -722,4 +722,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -368,5 +368,15 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> | ||||
@@ -1339,4 +1339,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |