摘要: #region 计算经纬度距离 public const double EARTH_RADIUS = 6377.830;//地球半径(千米) /// <summary> /// 角度换算成弧度 /// </summary> /// <param name="d">角度</param> /// <re 阅读全文
posted @ 2020-06-23 16:43 十里之地 阅读(1621) 评论(0) 推荐(1)
摘要: /// <summary> /// 导出任务清单树木 /// </summary> /// <param name="transplantId">移栽任务编号</param> /// <returns></returns> public ActionResult ExportFrom(string 阅读全文
posted @ 2020-06-23 16:37 十里之地 阅读(258) 评论(0) 推荐(0)
摘要: /// <summary> /// 导出excel表 /// </summary> /// <returns></returns> public FileContentResult export_CheckTree(string CheckInfoId) { var CheckName = _rep 阅读全文
posted @ 2020-06-23 16:34 十里之地 阅读(406) 评论(0) 推荐(0)
摘要: #region 经纬度获取地址 public class BaiDuGeoCoding { public int Status { get; set; } public Result Result { get; set; } } public class Result { public Locati 阅读全文
posted @ 2020-06-23 16:25 十里之地 阅读(919) 评论(0) 推荐(1)
摘要: public ActionResult KyzPrint(string KeyValue) { HttpResponseMessage result = new HttpResponseMessage(HttpStatusCode.OK); Aqjd_Jcjl jcjl = _repo.Find<A 阅读全文
posted @ 2020-06-10 10:16 十里之地 阅读(1263) 评论(1) 推荐(0)