| components/WorkOrderPrint.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderPrint.vue
@@ -31,9 +31,9 @@ <td>{{ machineNo || '-' }}</td> <td>{{ order.initCjNum }}</td><!--初始采集数--> <td>{{ order.currentCjNum }}</td><!--报工时采集数--> <td>{{ calculatedTotalProduction }}</td><!--报工数(计算)--> <td>{{ order.currentCjNum - order.initCjNum }}</td><!--报工数(计算)--> <td>{{ calculatedDefectiveCount }}</td><!--不良数--> <td>{{ sQuantity }}</td><!--良品数(计算)--> <td>{{ order.currentCjNum - order.initCjNum - calculatedDefectiveCount }}</td><!--良品数(计算)--> </tr> <!-- 历史报工记录行 --> <tr v-for="(r, idx) in reportingHistory" :key="idx">