Tony Kang 2 тижнів тому
батько
коміт
7a166b8c6f

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

@@ -38,6 +38,16 @@ const EXPORT_VIEW = (() => {
       const pr = new SCComponent.InitProgressBar();
       const pr = new SCComponent.InitProgressBar();
       try {
       try {
         let dom = $('#export-parent-area')[0];
         let dom = $('#export-parent-area')[0];
+        if (dom.options[dom.selectedIndex].text === '山东') {
+          const message = `尊敬的用户:<br>
+          感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,纵横公路养护云造价已升级为大司空云计价。<br>
+          请联系当地客服免费升级账号,使用大司空云计价继续导出导入电子招投标文件。<br>
+          当地服务热线:联系当地客服<br>
+          全国服务热线:0756-3850888,企业QQ:800003850<br>
+          请点链接进入大司空云计价:<a href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a>`;
+          window.alert(message);
+          return;
+        }
         if (dom.options[dom.selectedIndex].text === '广西') {
         if (dom.options[dom.selectedIndex].text === '广西') {
           if ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
           if ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
             throw '请输入验证码。';
             throw '请输入验证码。';

+ 10 - 0
web/building_saas/standard_interface/import/view.js

@@ -62,6 +62,16 @@ const IMPORT_VIEW = (() => {
         if (!parentArea || !subArea) {
         if (!parentArea || !subArea) {
           throw '请选择有效地区。';
           throw '请选择有效地区。';
         }
         }
+        if (parentArea === '山东') {
+          const message = `尊敬的用户:<br>
+          感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,纵横公路养护云造价已升级为大司空云计价。<br>
+          请联系当地客服免费升级账号,使用大司空云计价继续导出导入电子招投标文件。<br>
+          当地服务热线:联系当地客服<br>
+          全国服务热线:0756-3850888,企业QQ:800003850<br>
+          请点链接进入大司空云计价:<a href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a>`;
+          window.alert(message);
+          return;
+        }
         const curAreaKey = `${parentArea}@${subArea}`;
         const curAreaKey = `${parentArea}@${subArea}`;
         if (!(importData && areaKey && areaKey === curAreaKey)) {
         if (!(importData && areaKey && areaKey === curAreaKey)) {
           areaKey = curAreaKey;
           areaKey = curAreaKey;