| | |
| | | <dv-border-box-12 style="height: 415px;"> |
| | | <div style="display: flex;justify-content: center;position: relative"> |
| | | <div class="kb_center_block_children all_block05"> |
| | | <div style="font-size: 24px;">{{ parseFloat(RightBottom.Y) }}</div> |
| | | <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.Y):'NaN' }}</div> |
| | | <div class="box02" /> |
| | | <div>原材料</div> |
| | | </div> |
| | | <div class="kb_center_block_children all_block06"> |
| | | <div style="font-size: 24px;">{{ parseFloat(RightBottom.B) }}</div> |
| | | <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.B):'NaN' }}</div> |
| | | <div class="box02" /> |
| | | <div>半成品</div> |
| | | </div> |
| | | <div class="kb_center_block_children all_block07"> |
| | | <div style="font-size: 24px;">{{ parseFloat(RightBottom.C) }}</div> |
| | | <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.C):'NaN' }}</div> |
| | | <div class="box02" /> |
| | | <div>产成品</div> |
| | | </div> |
| | |
| | | }, |
| | | methods: { |
| | | getWorkShopCompreLeftTop() { |
| | | WorkShopCompreLeftTop().then(res2 => { |
| | | WorkShopCompreLeftTop({ wkshopcode: '1501,1502' }).then(res2 => { |
| | | this.LeftTopData01 = [] |
| | | this.LeftTopData02 = [] |
| | | res2.data.LeftTop.forEach(i => { |