|
@@ -600,7 +600,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
-
|
|
|
+ // 顶部四大卡片数据查询
|
|
|
getAreaData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sbdkmj").then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -620,6 +620,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省属企业土地获取方式占比
|
|
|
getPieData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/tdhqfs", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -634,6 +635,7 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
// },
|
|
|
+ // 省属企业土地地块面积获取方式占比
|
|
|
getPieData2() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/tdhqfsArea", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -641,6 +643,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省直单位土地获取方式占比
|
|
|
getPieDatasz() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/tdhqfssz", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -648,6 +651,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省直单位权证登记比例情况
|
|
|
getDougatass() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/qzdjblss", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -656,6 +660,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ // 省属企业权证登记比例情况
|
|
|
getDougatasz() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/qzdjblsz", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -664,7 +669,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- //统计-土地使用现状占比
|
|
|
+ //统计-土地使用现状占比/省属企业土地使用现状占比
|
|
|
getTdsyxzDougatasz() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/tdsyxzzb", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -672,6 +677,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省直单位土地批准用途情况
|
|
|
getBarsz() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sjyttjsz", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -680,6 +686,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ // 省属企业土地实际用途情况
|
|
|
getBarss() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sjyttjss", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -694,6 +701,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ // 省直单位地块统计
|
|
|
getMapSzData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/szdtdktj").then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -703,6 +711,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ // 省属企业地块统计
|
|
|
getMapSsData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/ssdtdktj").then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -710,6 +719,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省属企业实际占用面积
|
|
|
getBarssSjzyData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sszytdmjtj", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -718,6 +728,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 省直单位实际占用面积
|
|
|
getBarszSjzyData() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/szzytdmjtj", {xzqh: this.tem_xzqh}).then(res => {
|
|
|
if (res.code == 200) {
|