From 15af3921a63b6dddb631d88a5d1e06164d12c6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Thu, 7 Aug 2025 16:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=B7=A5=E8=BF=94=E4=BF=AE=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=EF=BC=9A=E8=BF=94=E4=BF=AE=E6=8A=A5=E5=B7=A5=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A0=87=E7=AD=BE=20=20=E6=97=B6=E9=97=B4=E5=8F=96?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/reworkRecord.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/modules/production/reworkRecord.vue b/src/views/modules/production/reworkRecord.vue index cd77574..d9042d0 100644 --- a/src/views/modules/production/reworkRecord.vue +++ b/src/views/modules/production/reworkRecord.vue @@ -306,11 +306,10 @@ export default { this.printDataList = data.rows this.printDataList.forEach(item => { - item.receiveDate = this.saveRework.reworkEndDate + item.receiveDate = this.saveRework.createTime2 item.inspector = this.saveRework.operatorId item.unitQty = this.saveRework.qtyApprove }) - this.$message.success(this.printDataList) if (data && data.code === 0) { printPackageLabelNoPreview(this.printDataList); } else {