自动化立体仓库 - WMS系统
lsh
7 天以前 bdda9270eaf456fb6d50a9a6b4889a31671f3ce0
*30===>10
1个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/views/index.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html
@@ -123,7 +123,7 @@
    <div class="popup-content">
        <h2 style="font-size: 28px;margin-bottom: 10px;">许可证即将过期</h2>
        <div id="popup-text" style="font-size: 28px;color: red"></div>
        <p style="font-size: 26px;margin-bottom: 20px;margin-top: 20px;color: blue">请联系立库公司商务续约!!!</p>
<!--        <p style="font-size: 26px;margin-bottom: 20px;margin-top: 20px;color: blue">请联系立库公司商务续约!!!</p>-->
        <button style="background-color: #007bff;color: #fff;border: none;padding: 10px 20px;border-radius: 5px;cursor: pointer;font-size: 16px;"
                onclick="hidePopup()">关闭
        </button>
@@ -170,7 +170,7 @@
            success: function (res) {
                if (res.code == 200) {
                    let days = res.data
                    if (days <= 30) {
                    if (days <= 10) {
                        showPopup(res.data)
                    } else {
                        showPopup("");
@@ -240,7 +240,7 @@
            success: function (res) {
                if (res.code == 200) {
                    let days = res.data
                    if (days <= 30) {
                    if (days <= 10) {
                        $("#licenseShow").show()
                        $("#licenseDays").html(days)
                    }