快乐的昕的电脑
2025-10-15 4d288355d53e55ac737ef3b26df702a2adef78af
修改报工表格
已修改1个文件
2 ■■■ 文件已修改
components/WorkOrderPrint.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -199,7 +199,7 @@
            calculatedCurrentCount() { return (this.productionCount || 0) - (this.initialValue || 0); },
            calculatedTotalProduction() { return (this.kgQty || 0) + this.calculatedCurrentCount; },
            calculatedDefectiveCount() { return this.calculatedTotalProduction - (this.sQuantity || 0); },
            planQtyDisplay() { return this.order.planQty || this.order.planQuantity || this.order.daa007 || this.order.daa010 || 0; },
            planQtyDisplay() { return this.order.planQty || this.order.planQuantity || this.order.daa008|| 0; },
            staffDisplay() {
                if (!this.staffNo) return '';
                const segs = this.staffNo.split(':');