#51 projects/mescc/zjl

Birleştirildi
juzi 3 ay önce projects/mescc/zjl içindeki 2 işleme projects/mescc/develop ile birleştirdi
  1. +1
    -1
      src/views/report/chipOutputBM/index.vue
  2. +1
    -1
      src/views/report/scOutputBM/index.vue

+ 1
- 1
src/views/report/chipOutputBM/index.vue Dosyayı Görüntüle

@@ -201,7 +201,7 @@ export default {
res.data.forEach((item) => {
let obj = {};
obj.factory = item.factory;
obj.item = "FTO投入";
obj.item = "芯片产量";
obj.unit = "片";
obj.lastone = item.lastone.total;
obj.currentone = item.currentone.total;


+ 1
- 1
src/views/report/scOutputBM/index.vue Dosyayı Görüntüle

@@ -201,7 +201,7 @@ export default {
res.data.forEach((item) => {
let obj = {};
obj.factory = item.factory;
obj.item = "FTO投入";
obj.item = "标准组件产量";
obj.unit = "片";
obj.lastone = item.lastone.total;
obj.currentone = item.currentone.total;


Yükleniyor…
İptal
Kaydet