快乐的昕的电脑
2025-10-18 6a559abb066327555da1e71e86c5eb415a72e193
调试
已修改1个文件
4 ■■■■ 文件已修改
components/WorkOrderPrint.vue 4 ●●●● 补丁 | 查看 | 原始文档 | 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">