双重预防项目-国泰新华二开定制版
16639036659
2023-07-13 4e3b339f87c3161f68a4c56e9e5abe5f2870219f
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>