Mr.Zhang
2023-08-23 11da32de75cc1f04691676349ff17853b42f8722
screen_standard/src/views/process.vue
@@ -166,6 +166,7 @@
})
function initData() {
  console.log(enterprise.departId);
  // 计划数
  getProcedurePlanData(enterprise.companyId, enterprise.departId, { procedureId: route.query.procedureId })
    .then(res => {
@@ -501,7 +502,8 @@
    }
    .today-yield {
      height: calc(100vh - 690px);;
      height: calc(100vh - 690px);
      min-height: 226px;
      background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
      .yield-content {
@@ -608,6 +610,7 @@
    .bad-diagram {
      height:calc(100vh - 690px);;
      min-height: 226px;
      background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
      .bad-content {