From 6f7e7ae5db4d7d451bde80e285fb0e9896569172 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 十月 2025 13:23:15 +0800
Subject: [PATCH] 生产明细采购单价改为采购总价

---
 src/views/production/operationScheduling/components/ProductionDetailsTable.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/production/operationScheduling/components/ProductionDetailsTable.vue b/src/views/production/operationScheduling/components/ProductionDetailsTable.vue
index 72b4064..2df336b 100644
--- a/src/views/production/operationScheduling/components/ProductionDetailsTable.vue
+++ b/src/views/production/operationScheduling/components/ProductionDetailsTable.vue
@@ -317,7 +317,7 @@
     const defaultRow = {
       process: "宸ュ簭1",
       unit: "椤�",
-      schedulingNum: "",
+      schedulingNum: 0,
       workHours: "",
       schedulingDate: "",
       schedulingUserId: "",

--
Gitblit v1.9.3