Tony Kang 14 часов назад
Родитель
Сommit
3f51ccc229

+ 12 - 0
web/building_saas/pm/js/pm_newMain.js

@@ -5522,6 +5522,18 @@ function doAfterImport(projectDatas) {
   }
 }
 
+const isGlYun = $('title').text().includes("纵横公路云造价");
+const appTitle = isGlYun ? "纵横公路云造价" : "纵横公路养护云造价";
+
+// 养护云提示以下内容:
+const message = `尊敬的用户:<br>
+${appTitle}将于2026年9月24日停止使用,感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,${appTitle}已升级为大司空云计价。<br>
+请联系当地客服免费升级账号,把所有项目迁移到大司空云计价。<br>
+当地服务热线:联系当地客服<br>
+全国服务热线:0756-3850888,企业QQ:800003850<br>
+请点链接进入大司空云计价:<a href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a>`;
+window.alert(message);
+
 if (isShow) {
   let showTime = parseInt($("#showTime").val());
   if (showTime > 0) {

+ 1 - 0
web/building_saas/standard_interface/export/view.js

@@ -53,6 +53,7 @@ const EXPORT_VIEW = (() => {
           window.alert(message);
           return;
         }
+
         if (dom.options[dom.selectedIndex].text === '广西') {
           if ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
             throw '请输入验证码。';