| | |
| | | </div> |
| | | <div class="echarts-box border_right1"> |
| | | <div class="echarts-title">本班/本月产量统计</div> |
| | | |
| | | |
| | | <ProductionStatistics :produceStatisData="produceStatisData" /> |
| | | <div class="pie-label-left"> |
| | | <!-- 当前班组实际生产数量 --> |
| | | {{ produceStatisData.currentShiftProduceNum }} |
| | | <span v-if="produceStatisData.currentShiftPlanNum||produceStatisData.currentShiftPlanNum==0">/</span> |
| | | <!-- 当前班组计划生产数量 --> |
| | | {{ |
| | | produceStatisData.currentShiftPlanNum |
| | | }} |
| | |
| | | position: relative; |
| | | |
| | | .title { |
| | | display: flex; |
| | | vertical-align: middle; |
| | | align-items: center; |
| | | color: #41c7de; |
| | | font-size: 0.38rem; |
| | | font-weight: 700; |
| | |
| | | transform: translate(-50%); |
| | | letter-spacing: 8px; |
| | | .imgTitle{ |
| | | width: 0.5rem; |
| | | height: 0.5rem; |
| | | position: absolute; |
| | | top: -0.01rem; |
| | | left: -0.8rem; |
| | | width: 0.7rem; |
| | | margin-right: .2rem; |
| | | } |
| | | } |
| | | |