gaoluyang
3 天以前 9d0d60ea6f2140d197c15f3af626ac502166f7d8
军泰伟业
1.军泰伟业-BI的生产核算分析不要了,增加生产订单当前工序
已修改1个文件
26 ■■■■ 文件已修改
src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
@@ -19,6 +19,8 @@
                <th>工序</th>
                <th>需求数量</th>
                <th>完成数量</th>
                <th>实际入库数量</th>
                <th>不通过原因</th>
                <th>完成进度</th>
              </tr>
            </thead>
@@ -48,6 +50,8 @@
                </td>
                <td>{{ item.quantity || 0 }}</td>
                <td>{{ item.completeQuantity || 0 }}</td>
                <td>{{ item.actualStockInNum || 0 }}</td>
                <td>{{ item.reason || '-' }}</td>
                <td>
                  <el-progress
                    :percentage="calculateProgress(item)"
@@ -323,31 +327,39 @@
}
.progress-table th:nth-child(1) {
  width: 13%;
  width: 11%;
}
.progress-table th:nth-child(2) {
  width: 14%;
  width: 12%;
}
.progress-table th:nth-child(3) {
  width: 14%;
  width: 12%;
}
.progress-table th:nth-child(4) {
  width: 18%;
  width: 15%;
}
.progress-table th:nth-child(5) {
  width: 11%;
  width: 9%;
}
.progress-table th:nth-child(6) {
  width: 11%;
  width: 9%;
}
.progress-table th:nth-child(7) {
  width: 19%;
  width: 10%;
}
.progress-table th:nth-child(8) {
  width: 11%;
}
.progress-table th:nth-child(9) {
  width: 11%;
}
.progress-table td {