干燥机配套车间生产管理系统/云平台服务端
bsw215583320
2023-08-05 5bec62ee89b4beb9d631670fe436fd3de2887317
src/views/dry/bigScreen/BigEqp.vue
@@ -27,7 +27,7 @@
                           </div>
                           <div class="formula">
                              <div class="formulaItem">
                                 <Icon style="color: powderblue" icon="icon-park-twotone:box" :size="35" />
                                 <Icon style="color: powderblue" icon="la:box" :size="38" />
                                 <div>
                                    <div class="mainInfo2">{{ realData?.feed }} 筐</div>
                                    <div class="subhead2">投料量</div>
@@ -154,7 +154,7 @@
                     <div class="chartTittle">实时进度</div>
                     <div id="efficiencyLine" style="width: 848px; height: 180px; margin-top: -10px"></div>
                     <div style="height: 10px; display: flex; width: 848px; padding: 0 60px; justify-content: space-between">
                        <div style="width: 100px; height: 20px">0 min</div>
                        <div style="width: 100px; height: 20px">{{ realData.dryTime | 0 }} min</div>
                        <div style="width: 100px; height: 20px; text-align: right">{{ realData?.totalTime | 0 }} min</div>
                     </div>
                     <div id="progressBar" style="width: 848px; height: 80px"></div>
@@ -1434,7 +1434,10 @@
                     }
                     // ganZaoXiaoLv.push([totalTime + res.remain,standard.value.xiaolv])
                     // console.log(`output->res.remain`, res.remain)
                     // console.log(`output->res.dryTime`, res.dryTime)
                     // console.log(`output->totalTime`, totalTime)
                     // 干燥剩余时间=工单预计剩余-(当前干燥时间-最后一次记录干燥时间)
                     res.totalRemain = res.remain - (res.dryTime - totalTime) > 0 ? res.remain - (res.dryTime - totalTime) : 0
                     progressSeries.push({
                        name: '剩余',