From 39bfbe0ac817239a6f85ff2026b3cdfabec5b9d6 Mon Sep 17 00:00:00 2001 From: yxq Date: Sat, 5 Aug 2023 12:06:02 +0800 Subject: [PATCH] =?UTF-8?q?web=E8=80=83=E5=8B=A4=E8=A7=84=E5=88=99?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/ADR_Restriction/Form.cshtml | 162 +++++++++++++++++- .../Views/ADR_Restriction/Index.js | 4 +- 2 files changed, 163 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml index bf5832caa..23b07dead 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.cshtml @@ -89,7 +89,167 @@
地图
-
+
+ +
+
+
请输入地址进行搜索:
+ +
+
+
+ + +
+ +
经度*
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js index c07a7f913..703a11498 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Index.js @@ -54,8 +54,8 @@ var bootstrap = function ($, learun) { id: 'form', title: '编辑', url: top.$.rootUrl + '/PersonnelManagement/ADR_Restriction/Form?keyValue=' + keyValue, - width: 600, - height: 520, + width: 880, + height: 960, callBack: function (id) { return top[id].acceptClick(refreshGirdData); }