|
|
@@ -38,6 +38,16 @@ const EXPORT_VIEW = (() => {
|
|
|
const pr = new SCComponent.InitProgressBar();
|
|
|
try {
|
|
|
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 ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
|
|
|
throw '请输入验证码。';
|