From 53fab3f56e8335fbf39fc07c4e10f6abdb0505bb Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 03 十二月 2025 18:48:11 +0800
Subject: [PATCH] 登记、化验、称重页面调整,及登记化验数据提交
---
fzzy-igdss-web/src/main/resources/static/group/gis-index.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/group/gis-index.js b/fzzy-igdss-web/src/main/resources/static/group/gis-index.js
index dc8b969..5648024 100644
--- a/fzzy-igdss-web/src/main/resources/static/group/gis-index.js
+++ b/fzzy-igdss-web/src/main/resources/static/group/gis-index.js
@@ -27,14 +27,14 @@
initMap();
//宸︿晶鍥捐〃
-/* pieChartLoad(
+ pieChartLoad(
[
{value: "0.000", name: '绋昏胺'},
{value: "0.000", name: '鐜夌背'},
{value: "0.000", name: '灏忛害'}
],
'breedChart'
- );*/
+ );
//娓叉煋閮ㄩ棬
//renderDepts();
@@ -42,9 +42,9 @@
//澶у睆鏍囪
//initDicSlogan();
- //renderAreas(610000);
+ //renderAreas(654000);
setTimeout(function () {
- renderAreas(610000);
+ renderAreas(654000);
}, 2000);
});
@@ -60,8 +60,8 @@
function initMap() {
map = new AMap.Map('map_container', {
- center: [108.953544, 34.265892],
- zoom: 6.6,
+ center: [81.323691, 43.917106],
+ zoom: 9,
mapStyle: 'amap://styles/41f8248740d3659ddc65dc363078592c',
// rotateEnable:true,
// pitchEnable:true,
@@ -74,7 +74,7 @@
new AMap.DistrictSearch({
extensions: 'all',
subdistrict: 0
- }).search('闄曡タ鐪�', function (status, result) {
+ }).search('浼婄妬鍝堣惃鍏嬭嚜娌诲窞', function (status, result) {
// 澶栧杈瑰舰鍧愭爣鏁扮粍鍜屽唴澶氳竟褰㈠潗鏍囨暟缁�
var outer = [
new AMap.LngLat(-360, 90, true),
@@ -105,7 +105,7 @@
//榛樿琛屾斂鍖哄煙缂栫爜
- //renderColor(defaultAreaCode);
+ renderColor(defaultAreaCode);
}
//socket淇℃伅杩斿洖铏曠悊
@@ -179,7 +179,7 @@
}
//鍒锋柊鏁版嵁
county = deptId;
- ajaxFoodNum();
+ // ajaxFoodNum();
} else {
console.log("娌℃湁鑾峰彇鍒拌琛屾斂鍖哄垝:" + deptId);
}
--
Gitblit v1.9.3