From ae436e2cb0980af757511377215a454c17a35308 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 15 七月 2023 15:18:49 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 2b83814..b113565 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -168,6 +168,15 @@ console.log(rs); }); } + + // 璇诲彇Las鍧愭爣绯� + function ReadLasCs() { + var data = { token: token, ids: [10285, 10481, 10456, 10483], dircode: "00" }; + ajax("Convert/ReadLasCs", "POST", JSON.stringify(data), null, null, function (rs) { + alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); + console.log(rs); + }); + } </script> </head> <body> @@ -193,5 +202,8 @@ <input type="button" value="娴嬭瘯Las" onclick="toLas();" /> <input type="button" value="娴嬭瘯Laz" onclick="toLaz();" /> <input type="button" value="鐢熸垚Mpt" onclick="createMpt();" /> + <br /><br /> + + <input type="button" value="璇诲彇Las鍧愭爣绯�" onclick="ReadLasCs();" /> </body> </html> -- Gitblit v1.9.3