From 28d2e9987f406e27a846fbf488d3e34de2e550be Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 30 一月 2026 14:32:00 +0800
Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management into dev_New

---
 src/views/productionManagement/productionCosting/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 67167c7..30635e4 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -68,7 +68,7 @@
 const tableColumn = ref([
 	{
 		label: "鐢熶骇鏃ユ湡",
-		prop: "scheduleDate",
+		prop: "schedulingDate",
     minWidth: 100,
 	},
 	{
@@ -266,8 +266,8 @@
     searchForm.value.entryDate = dayjs().format("YYYY-MM-DD");
     searchForm.value.dateRange = searchForm.value.entryDate
   } else {
-    searchForm.value.entryDateStart = dayjs().format("YYYY-MM-DD");
-    searchForm.value.entryDateEnd = dayjs().add(1, "day").format("YYYY-MM-DD");
+    searchForm.value.entryDateStart = dayjs().startOf("month").format("YYYY-MM-DD");
+    searchForm.value.entryDateEnd = dayjs().endOf("month").format("YYYY-MM-DD");
     searchForm.value.dateRange = [searchForm.value.entryDateStart, searchForm.value.entryDateEnd]
   }
 

--
Gitblit v1.9.3