| | |
| | | <Content Include="Sources\shps\VALVEHOUSEPOINT.shx" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Content Include="Sources\Template.qpt" /> |
| | | <Content Include="Sources\Template.qpt"> |
| | | <SubType>Designer</SubType> |
| | | </Content> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Properties\PublishProfiles\Release.pubxml" /> |
| | |
| | | var app = {}; |
| | | var path = "20221128010101"; |
| | | var url = "http://127.0.0.1:12316/server/"; |
| | | var token = "278301c9-366f-424e-a77e-5c4b9d89bb66"; |
| | | var token = "f174edc5-8640-4490-a159-e2d181d2cef7"; |
| | | |
| | | $(function () { |
| | | $("#pathSpan").html(path); |
| | |
| | | alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); |
| | | }); |
| | | } |
| | | |
| | | function insertApply() { |
| | | var obj = { |
| | | ids: [20, 21, 22], |
| | | pwd: aesEncrypt("Test!321&456"), |
| | | tabs: ["城市点", "行政区划线", "居民地面"], |
| | | entities: ["dlgagnp", "dlg25wboul", "dlg25wresa"], |
| | | wkt: aesEncrypt("POLYGON ((115.94927385452 32.3754479115071 0,121.989371092554 32.2766788010181 0,121.850621222894 29.6874200067864 0,115.9727267226 29.7835368627922 0,115.94927385452 32.3754479115071 0))"), |
| | | descr: "用于生产项目,请批准" |
| | | }; |
| | | |
| | | ajax(getUrl("apply/insertApply"), "POST", JSON.stringify(obj), null, null, function (rs) { |
| | | console.log(rs); |
| | | alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); |
| | | }); |
| | | } |
| | | </script> |
| | | </head> |
| | | <body> |
| | |
| | | |
| | | 数据申请: |
| | | <input value="查询DB中溢出的单位ID" type="button" onclick="selectDbOverflowDep();" /> |
| | | <input value="插入数据申请" type="button" onclick="insertApply();" /> |
| | | <hr /> |
| | | <br /> |
| | | </form> |