From 2c324f759cca1c6ef8542e22797891d9b32a664b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 13 五月 2024 16:28:29 +0800
Subject: [PATCH] 1.生产报工不良数量可以输入多个

---
 pages/znfx/scjd.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/znfx/scjd.vue b/pages/znfx/scjd.vue
index 45cce90..c5b73aa 100644
--- a/pages/znfx/scjd.vue
+++ b/pages/znfx/scjd.vue
@@ -248,7 +248,7 @@
 
 				// calendarRange: new Date().toISOString().slice(0, 10) + '~' + new Date().toISOString().slice(0,
 				// 10), //绯荤粺褰撳墠鏃ユ湡
-				calendarRange: new Date().getFullYear() + '-' + (new Date().getMonth() - 1).toString().padStart(
+				calendarRange: new Date().getFullYear() + '-' + (new Date().getMonth() + 1).toString().padStart(
 					2, '0') + '-01' + '~' + new Date().toISOString().slice(0, 10), //褰撴湀鏃ユ湡
 
 

--
Gitblit v1.9.3