From fbab232b1711be9f990b2d23eae37228dfd68c97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E5=BA=86?= <18331150170@163.com>
Date: Fri, 14 Nov 2025 23:15:30 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E9=87=87=E8=B4=AD=E6=94=B6?=
=?UTF-8?q?=E8=B4=A7=20=E5=8D=95=E4=BB=B7=E5=A2=9E=E5=8A=A0=E8=BE=93?=
=?UTF-8?q?=E5=85=A5=E9=80=89=E6=8B=A9=E8=A1=8C=E5=9B=9E=E8=BD=A6=E8=BF=9B?=
=?UTF-8?q?=E5=85=A5=E4=B8=8B=E4=B8=80=E8=A1=8C=E5=8A=9F=E8=83=BD=EF=BC=8C?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=89=E6=8B=A9=E8=A1=8C=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=89=93=E5=8D=B0=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../heli/purchaseorderno/partReceived.vue | 74 ++++++++++++++++---
.../src/views/heli/purchaseorderno/print.vue | 9 ++-
2 files changed, 67 insertions(+), 16 deletions(-)
diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/partReceived.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/partReceived.vue
index 1a8dc1ff..20b1e8b3 100644
--- a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/partReceived.vue
+++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/partReceived.vue
@@ -86,6 +86,7 @@ v-model="queryParams.supplierName" placeholder="供应商" clearable @keyup.ente
订单明细
收货
+ 打印
-
+
@@ -118,21 +119,20 @@ v-model="queryParams.supplierName" placeholder="供应商" clearable @keyup.ente
-
-
-
-
-
-
-
单价
handleInput(val,scope.row)"
+ @keyup.enter="(e)=>handleEnterUnitPrice(e,scope.row)"
+ :id="'unitPrice'+scope.row.id"
/>
@@ -177,6 +177,7 @@ v-model="queryParams.supplierName" placeholder="供应商" clearable @keyup.ente
+