#51 projects/mescc/zjl

已合併
juzi 3 月之前 將 2 次代碼提交從 projects/mescc/zjl合併至 projects/mescc/develop
  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 查看文件

@@ -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 查看文件

@@ -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;


Loading…
取消
儲存