| | |
| | | </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 |
| | | }} |
| | |
| | | transform: translate(-50%); |
| | | letter-spacing: 8px; |
| | | .imgTitle{ |
| | | width: 0.5rem; |
| | | height: 0.5rem; |
| | | position: absolute; |
| | | top: -0.01rem; |
| | | left: -0.8rem; |
| | | width: 0.7rem; |
| | | position: absolute; |
| | | /* top: 0.08rem; */ |
| | | left: -0.8rem; |
| | | } |
| | | } |
| | | |