快乐的昕的电脑
2025-10-18 39480ed0a107e09b08c6bc61527b5577c2f05df8
逻辑优化
已修改1个文件
4 ■■■ 文件已修改
components/WorkOrderPrint.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -354,7 +354,9 @@
                        orderNo: this.orderNo,
                        orderId: this.orderId,
                        bf: amount,
                        staffNo: staffNo
                        staffNo: staffNo,
                        initCjNum: this.order.initCjNum,        // 初始采集数
                        currentCjNum: this.order.currentCjNum   // 报工时采集数
                    }
                }).then(res => {
                    if (res.status == 1) { this.$showMessage(res.message); return; }