| | |
| | | <div class="lineContent horn" style="height: 380px;display: flex;justify-content: space-between"> |
| | | <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;">{{ parseFloat(RightBottom[0].qty) }}</div> |
| | | <div class="box02" /> |
| | | <div>原材料</div> |
| | | <div>{{ RightBottom[0].housename }}</div> |
| | | </div> |
| | | <!-- <div class="kb_center_block_children all_block06">--> |
| | | <!-- <div style="font-size: 24px;">{{ parseFloat(RightBottom.B) }}</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;">{{ parseFloat(RightBottom[1].qty) }}</div> |
| | | <div class="box02" /> |
| | | <div>产成品</div> |
| | | <div>{{ RightBottom[1].housename }}</div> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | LeftBottomData01: [], |
| | | LeftBottomData02: [], |
| | | |
| | | RightBottom: {} |
| | | RightBottom: [ |
| | | { housename: '', qty: '' }, |
| | | { housename: '', qty: '' } |
| | | ] |
| | | |
| | | } |
| | | }, |