From 4c4844e2bb640d8c17260f0119b04dfcd7f39d63 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 05 一月 2026 18:15:48 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/sta/StaEdit.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zy-acs-flow/src/page/sta/StaEdit.jsx b/zy-acs-flow/src/page/sta/StaEdit.jsx
index 46cec22..a203a00 100644
--- a/zy-acs-flow/src/page/sta/StaEdit.jsx
+++ b/zy-acs-flow/src/page/sta/StaEdit.jsx
@@ -152,14 +152,14 @@
                             <NumberInput
                                 label="table.field.sta.rsvInCnt"
                                 source="rsvInCnt"
-                                InputProps={{ readOnly: true }}
-                                disabled
+                                // InputProps={{ readOnly: true }}
+                                // disabled
                             />
                             <NumberInput
                                 label="table.field.sta.rsvOutCnt"
                                 source="rsvOutCnt"
-                                InputProps={{ readOnly: true }}
-                                disabled
+                                // InputProps={{ readOnly: true }}
+                                // disabled
                             />
                         </Stack>
                     </Grid>

--
Gitblit v1.9.1