小小儁爺
2024-07-26 559ba5b4f27be7f8f4c73f4ab75386f126c3fed2
src/views/kanbanManager/zhkb.vue
@@ -123,17 +123,17 @@
            <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>
@@ -207,7 +207,7 @@
  },
  methods: {
    getWorkShopCompreLeftTop() {
      WorkShopCompreLeftTop().then(res2 => {
      WorkShopCompreLeftTop({ wkshopcode: '1501,1502' }).then(res2 => {
        this.LeftTopData01 = []
        this.LeftTopData02 = []
        res2.data.LeftTop.forEach(i => {