小小儁爺
13 小时以前 b5272a50e48ee65f260bee54b70f389c98cc267a
src/views/kanbanManager/zhkb.vue
@@ -129,21 +129,15 @@
            <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>
@@ -176,7 +170,10 @@
      LeftBottomData01: [],
      LeftBottomData02: [],
      RightBottom: {}
      RightBottom: [
        { housename: '', qty: '' },
        { housename: '', qty: '' }
      ]
    }
  },