diff --git a/apis/modules/ly.js b/apis/modules/ly.js
index 3dca82d..b13e617 100644
--- a/apis/modules/ly.js
+++ b/apis/modules/ly.js
@@ -1,9 +1,13 @@
import request from '../../service/request.js'
import utils from '../../service/utils.js'
export default {
+ // 获取详情界桩
+ getariesInfo(data){
+ return request.get('/areBoundary/ariesInfo/'+data)
+ },
// 修改界桩
removeplie(data){
- return request.put('/areBoundary/plie',data)
+ return request.put('/areBoundary/ariesInfo',data)
},
// 添加界桩
addplie(data){
@@ -43,7 +47,7 @@ export default {
},
// 行政区
getplie(data){
- return request.get('/areBoundary/plie/list',data)
+ return request.get('/areBoundary/ariesInfo/list',data)
},
// 申报小区门牌
adddoorplate(data){
diff --git a/pages/declaration/declaration.vue b/pages/declaration/declaration.vue
index 648e18b..936773f 100644
--- a/pages/declaration/declaration.vue
+++ b/pages/declaration/declaration.vue
@@ -617,7 +617,7 @@
类型
bindPickerChange1(e,7)" :value="index" :range="array5">
- {{doorplate.cellType?doorplate.cellType:'请选择'}}
+ {{doorplate.gridman?doorplate.gridman:'请选择'}}
@@ -640,7 +640,7 @@
- 曾用名
+ 门牌号
- 历史地名
+ 门牌地址
历史地名
-
+
- {{info.cellType?info.cellType:'-'}}
+ {{info.gridman?info.gridman:'-'}}
类型
diff --git a/pages/declaration/list.vue b/pages/declaration/list.vue
index 7b264b7..1f7c392 100644
--- a/pages/declaration/list.vue
+++ b/pages/declaration/list.vue
@@ -41,7 +41,7 @@
- 界桩界线管护
+ 界桩管护
diff --git a/pages/declaration/newDeclaration.vue b/pages/declaration/newDeclaration.vue
index 090aa29..93f2912 100644
--- a/pages/declaration/newDeclaration.vue
+++ b/pages/declaration/newDeclaration.vue
@@ -270,6 +270,34 @@
+
+
+
+ {{item.name}}*
+
+ bindPickerChange3(e,index,'array6')" :range="array6">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}*
+
+ bindPickerChange3(e,index,'array7')" :range="array7">
+ {{item.cent?item.cent:'请选择'}}
+
+
+
+
+
+
+