管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-05-05 098cb4c514bf44fbb76d0eeb29f921e2e7f5c2e4
1
已修改1个文件
10 ■■■■■ 文件已修改
ExportMap/export.html 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/export.html
@@ -119,6 +119,15 @@
        console.log(rs);
      });
    }
    // 测试Terra
    function toTerra() {
      var data = { token: token, ids: [7088, 7089, 7090], depcode: "00", dircode: "0C00000003", userId: 1 };
      ajax("Convert/ToTerra", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);
      });
    }
  </script>
</head>
<body>
@@ -139,5 +148,6 @@
  <input type="button" value="测试Fbx" onclick="convert2();" />
  <input type="button" value="测试Ifc" onclick="convert3();" />
  <input type="button" value="测试SG" onclick="toSG();" />
  <input type="button" value="测试Terra" onclick="toTerra();" />
</body>
</html>