From 15f9efb992997023a44c91edfcc20c3a99c1192d Mon Sep 17 00:00:00 2001 From: qmj <37242163+qmj666@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:47:46 +0800 Subject: [PATCH] 修改报工任务默认“未上报页签” --- src/mes/common/commonModelComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 427388c..e25a9c9 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -587,7 +587,7 @@ const useCommonModelEvent = props => { ? now.subtract(1, "days").format("YYYY-MM-DD") : now.format("YYYY-MM-DD"), runningShift = props.app?.userinfo?.sShift.toString(), - iShowType = 1 + iShowType = 0 } = props; conditonValues.tCreateTime = runningTime; conditonValues.sShiftNew = runningShift; -- libgit2 0.22.2