Commit 89701e75 by 李宁

1

1 parent 821b7cd1
......@@ -891,7 +891,70 @@ html,body{
text-align: center;
}
.outAlert .warningCon{
position: relative;
padding: .24rem;
border-radius: .32rem;
background: linear-gradient(180deg, #FFD7D7 0%, #FFF4F4 100%);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}
.warningCon .icon{
position: absolute;
width: 2.48rem;
height: 2.48rem;
top: -0.84rem;
left: 50%;
transform: translateX(-50%);
}
.warningCon .detail{
font-size: .32rem;
color: #333;
font-weight: 500;
position: relative;
padding: .88rem .32rem .5rem .32rem;
}
.warningCon .detail .bg{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.warningCon .detail .close{
width: .24rem;
height: .24rem;
position: absolute;
right: 0;
top: 0;
}
.warningCon .detail .til{
color: #D90012;
font-size: .44rem;
text-align: center;
font-weight: bold;
margin-bottom: .32rem;
margin-top: .2rem;
}
.warningCon .detail .des{
line-height: .6rem;
}
.warningCon .detail .des span{
color: #D90012;
font-size: .4rem;
font-weight: bold;
}
.warningCon .detail .quit{
width: 2.56rem;
height: .8rem;
text-align: center;
border-radius: 1rem;
background: linear-gradient(81deg, #B60817 14.44%, #F71E30 104.74%);
color: #fff;
font-size: .32rem;
line-height: .8rem;
margin: auto;
margin-top: .24rem;
}
div{
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
......
......@@ -625,6 +625,61 @@ div{
}
.outAlert .warningCon{
position: relative;
padding: .24rem;
border-radius: .32rem;
background: linear-gradient(180deg, #FFD7D7 0%, #FFF4F4 100%);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
width: 5.6rem;
}
.warningCon .icon{
position: absolute;
width: 2.48rem;
height: 2.48rem;
top: -0.84rem;
left: 50%;
transform: translateX(-50%);
}
.warningCon .detail{
font-size: .32rem;
color: #333;
font-weight: 500;
position: relative;
padding: .88rem .32rem .5rem .32rem;
}
.warningCon .detail .bg{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.warningCon .detail .close{
width: .24rem;
height: .24rem;
position: absolute;
right: 0;
top: 0;
}
.warningCon .detail .til{
color: #D90012;
font-size: .44rem;
text-align: center;
font-weight: bold;
margin-bottom: .32rem;
margin-top: .2rem;
}
.warningCon .detail .des{
line-height: .6rem;
}
.warningCon .detail .des span{
color: #D90012;
font-size: .4rem;
font-weight: bold;
}
.noData{
position: fixed;
left: 0;
......
......@@ -330,11 +330,36 @@
</div>
</div>
<!-- <script type="text/javascript" charset="utf-8" src="js/vconsole.min.js"></script>
<div class="outAlert" id="gmBoxTsAlert">
<div class="alertCon">
<div class="info">检测到主光猫置于箱(柜)内,根据内部施工规范与验收要求,建议您将设备移至箱(柜)外并预留≥5 cm散热空间。</div>
<div class="butt">
<div class="left pageClose">立即移出</div>
<div class="right continueTest">用户已同意</div>
</div>
</div>
</div>
<div class="outAlert" id="warningTsAlert" style="display: block;">
<div class="alertCon warningCon">
<img class="icon" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/cheatWarn.png" alt="">
<div class="detail">
<img class="bg" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/cheatBg.png" alt="">
<img class="close" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/cheatClose.png" alt="">
<div class="til">环境异常警告</div>
<div class="des">系统检测到您当前在车辆内完成设备检测,不属于标准装维场景,已 <span><em id="cheatNum">1</em>次“疑似作弊”</span></div>
<div class="des">若再出现1次,该工单将自动标记为<span>“作弊工单”</span>,并<span>暂停质检并通报考核</span></div>
<div class="quit">退出质检</div>
</div>
</div>
</div>
<script type="text/javascript" charset="utf-8" src="js/vconsole.min.js"></script>
<script>
var vConsole = new VConsole();
console.log('vConsole 初始化')
</script> -->
</script>
<script src="js/aliyun-oss-sdk-6.20.0.min.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/axios.min.js"></script>
......
......@@ -249,6 +249,17 @@
/>
</div>
<div class="outAlert">
<div class="alertCon warningCon">
<img class="icon" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/cheatWarn.png" alt="">
<div class="detail">
<img class="bg" src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/cheatBg.png" alt="">
<div class="til">疑似作弊工单</div>
<div class="des">系统检测到您当前工单中包含“疑似作弊工单”,<span>无法继续质检</span>,如存在误判情况,请及时 <span>联系管理员或平台运营人员</span></div>
</div>
</div>
</div>
<div class="noData" v-if="noDataFlag">
<img src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/noData.png?0909090" alt="">
</div>
......
......@@ -498,8 +498,11 @@ function getNoShootInfo(code){
pageText = '方法1:拍摄时请保持垂直拍摄,避免出现反光、画面不清晰、画面抖动的情况。'
id = 'account'
}else if(key.startsWith('Otv')){
pageText = '方法1:拍摄时请将正常播放画面的电视机置于屏幕中央。'
pageText = '方法1:拍摄时请将开机状态的电视机置于屏幕中央。'
id = 'Otv'
}else if(key.startsWith('Ogjtv')){
pageText = '方法1:拍摄时请将关机状态的电视机置于屏幕中央。'
id = 'Ogjtv'
}else if(key.startsWith('poePanel')){
pageText = '方法1:近距离聚焦拍摄POE面板的正面,露出移动的标识。'
id = 'poePanel'
......@@ -621,7 +624,7 @@ function setStepButt(){
return false
}
let nArr = ["Ojdh","Olyq","Oinsf","Owsf","Otv"]
let nArr = ["Ojdh","Olyq","Oinsf","Owsf","Otv","Ogjtv"]
if(fn(stepId,nArr)){
$("#shootButt2").css('display','flex')
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!