diff --git a/.gitignore b/.gitignore
index ffed323..ddaf27f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+unpackage/
node_modules/
dist/
uploadfiles/
diff --git a/apis/modules/ly.js b/apis/modules/ly.js
index 5b7566a..3dca82d 100644
--- a/apis/modules/ly.js
+++ b/apis/modules/ly.js
@@ -1,6 +1,30 @@
import request from '../../service/request.js'
import utils from '../../service/utils.js'
-export default {
+export default {
+ // 修改界桩
+ removeplie(data){
+ return request.put('/areBoundary/plie',data)
+ },
+ // 添加界桩
+ addplie(data){
+ return request.post('/areBoundary/plie',data)
+ },
+ // 获取地名类别
+ getregional(data){
+ return request.get('/arePlaceName/regional/list',data)
+ },
+ // 获取处理地名类别
+ gettreeselect(data){
+ return request.get('/arePlaceName/regional/treeselect',data)
+ },
+ // 添加国家地理
+ toponym(data){
+ return request.post('/arePlaceName/toponym',data)
+ },
+ // 获取国家地理
+ gettoponym(data){
+ return request.get('/arePlaceName/toponym/list',data)
+ },
// 申报巡检
addpatrol(data){
return request.post('/areBoundary/patrol',data)
diff --git a/pages.json b/pages.json
index be6a62a..0b67a98 100644
--- a/pages.json
+++ b/pages.json
@@ -140,12 +140,12 @@
}, {
"path": "pages/map1/map",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "地名查询服务"
}
}, {
"path": "pages/mapstakeline/mapstakeline",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "界桩界线管护"
}
}, {
"path": "pages/mapstakelinedetail/mapstakelinedetail",
@@ -427,6 +427,33 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "pages/declaration/newDeclaration",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/declaration/newDeclarationdetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/mapstakelinedetail/addmapstakelinedetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
}
],
"globalStyle": {
diff --git a/pages/declaration/declaration.vue b/pages/declaration/declaration.vue
index 464647b..648e18b 100644
--- a/pages/declaration/declaration.vue
+++ b/pages/declaration/declaration.vue
@@ -19,7 +19,7 @@
行政区划
bindPickerChange1(e,3)" :value="index" :range="array3">
- {{community.adminArea?community.adminArea:'请选择'}}
+ {{community.adminArea?community.adminArea:'请选择'}}
@@ -33,7 +33,7 @@
地名类别
bindPickerChange1(e,1)" :value="index" :range="array1">
-
+
{{community.placeNameCategory?community.placeNameCategory:'请选择'}}
@@ -48,7 +48,7 @@
类型
bindPickerChange1(e,2)" :value="index" :range="array2">
- {{community.types?community.types:'请选择'}}
+ {{community.types?community.types:'请选择'}}
@@ -63,7 +63,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -75,7 +75,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -87,7 +87,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -99,7 +99,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -111,7 +111,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -123,7 +123,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -133,7 +133,7 @@
详细地址
- {{community.address?community.address:'请选择'}}
+ {{community.address?community.address:'请选择'}}
@@ -143,7 +143,7 @@
有效起始时间
- {{community.validStartDate?community.validStartDate:'请选择'}}
+ {{community.validStartDate?community.validStartDate:'请选择'}}
@@ -154,7 +154,7 @@
有效终止日期
- {{community.validEndDate?community.validEndDate:'请选择'}}
+ {{community.validEndDate?community.validEndDate:'请选择'}}
@@ -167,7 +167,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -179,7 +179,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -192,7 +192,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -202,7 +202,7 @@
设立时间
- {{community.establishTime?community.establishTime:'请选择'}}
+ {{community.establishTime?community.establishTime:'请选择'}}
@@ -216,7 +216,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -229,7 +229,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -242,7 +242,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -254,7 +254,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -267,7 +267,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -281,7 +281,7 @@
行政区划
bindPickerChange1(e,4)" :value="index" :range="array3">
- {{street.adminArea?street.adminArea:'请选择'}}
+ {{street.adminArea?street.adminArea:'请选择'}}
@@ -296,7 +296,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -308,7 +308,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -320,7 +320,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -332,7 +332,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -344,7 +344,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -356,7 +356,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -369,7 +369,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -379,7 +379,7 @@
有效起始时间
- {{street.validStartDate?street.validStartDate:'请选择'}}
+ {{street.validStartDate?street.validStartDate:'请选择'}}
@@ -389,7 +389,7 @@
有效终止日期
- {{street.validEndDate?street.validEndDate:'请选择'}}
+ {{street.validEndDate?street.validEndDate:'请选择'}}
@@ -399,7 +399,7 @@
开始位置
- {{street.startLocation?street.startLocation:'请选择'}}
+ {{street.startLocation?street.startLocation:'请选择'}}
@@ -409,7 +409,7 @@
结束位置
- {{street.endLocation?street.endLocation:'请选择'}}
+ {{street.endLocation?street.endLocation:'请选择'}}
@@ -422,7 +422,7 @@
行政区划
bindPickerChange1(e,5)" :value="index" :range="array3">
- {{build.adminArea?build.adminArea:'请选择'}}
+ {{build.adminArea?build.adminArea:'请选择'}}
@@ -437,7 +437,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -449,7 +449,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -461,7 +461,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -473,7 +473,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -483,7 +483,7 @@
详细地址
- {{build.locationPoint?build.locationPoint:'请选择'}}
+ {{build.locationPoint?build.locationPoint:'请选择'}}
@@ -493,7 +493,7 @@
有效起始时间
- {{build.validStartDate?build.validStartDate:'请选择'}}
+ {{build.validStartDate?build.validStartDate:'请选择'}}
@@ -503,7 +503,7 @@
有效终止日期
- {{build.validEndDate?build.validEndDate:'请选择'}}
+ {{build.validEndDate?build.validEndDate:'请选择'}}
@@ -515,7 +515,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -527,7 +527,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -542,7 +542,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -554,7 +554,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -567,7 +567,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -578,7 +578,7 @@
详细地址
- {{applicatio.address?applicatio.address:'请选择'}}
+ {{applicatio.address?applicatio.address:'请选择'}}
@@ -590,7 +590,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -600,11 +600,39 @@
+ 申报类型
+
+ bindPickerChange1(e,6)" :value="index" :range="array4">
+ {{array4type?array4type:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ 类型
+
+ bindPickerChange1(e,7)" :value="index" :range="array5">
+ {{doorplate.cellType?doorplate.cellType:'请选择'}}
+
+
+
+
+
+
+
+
+
+
小区名称
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -616,7 +644,7 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
@@ -629,13 +657,13 @@
+ placeholder-style="color: #909090;font-size: 26rpx;" />
-
+
@@ -648,6 +676,19 @@
+
+
+
+
+ 资料附件(建筑物平面dwg格式、国土地)
+
+
+
+
+
+
+
+