16639036659
2023-07-13 c567595f7894e1d032b7054d0bff3025c829282d
src/main/resources/templates/tr/overhaulLog/add.html
@@ -57,14 +57,14 @@
            }
        }
        $("input[name='stopStartTime']").datetimepicker({
            format: "yyyy-mm-dd",
            minView: "month",
            format: "yyyy-mm-dd HH:mm",
            // minView: "month",
            autoclose: true
        });
        $("input[name='stopEndTime']").datetimepicker({
            format: "yyyy-mm-dd",
            minView: "month",
            format: "yyyy-mm-dd HH:mm",
            // minView: "month",
            autoclose: true
        });
    </script>