YYC
2023-06-13 c7ba1ce89a2a552eee9b5edadc9a302d8aafb05b
igds-app/inout-out-record.html
@@ -23,7 +23,7 @@
         <div class="g-date_box">
            <span class="day prev" onclick="addAndReduceMonth(-1)">前一天</span>
            <div class="inpbox" onclick="chooseDate();">
               <input id="dateTime" type="text" value="2022-04-15" readonly class="inp" />
               <input id="dateTime" type="text" value="" readonly class="inp" />
            </div>
            <span class="day next" onclick="addAndReduceMonth(1)">后一天</span>
         </div>