diff --git a/src/views/dataBoard/sida/cpts/fwqd.vue b/src/views/dataBoard/sida/cpts/fwqd.vue
index abfb219ad..933585ef5 100644
--- a/src/views/dataBoard/sida/cpts/fwqd.vue
+++ b/src/views/dataBoard/sida/cpts/fwqd.vue
@@ -71,17 +71,36 @@ export default {
this.getPie();
}
},
+
handleClickItem(item) {
- // const { type, name } = item;
- // this.$router.push({
- // path: '/dataBoard/renfang/resi-analyze',
- // query: {
- // org_id: this.orgId,
- // type,
- // type_category: this.currentTab,
- // type_name: name
- // }
- // });
+ let typeArr = { "全部": "all",
+ "志愿者": "volunteer",
+ "社区自组织": "community_org",
+ "联建单位": "party_unit",
+ "安全应急设备":"safety_emergency_equipment",
+ "公共服务设备":"common_service_equipment",
+ "安全生产场所":"enterprise",
+ "应急场所":"emergency_sites",
+ "城市管理":"city_management" };
+ // 场所资源
+ let path = '';
+ if (this.currentTab == '个性服务列表') {
+ path = 'gexingList';
+ } else if (this.currentTab == '公共服务列表') {
+ path = 'gonggongList';
+ }
+ this.getInfo();
+ console.log("item.name",item.name)
+ this.$router.push({
+ path: `/dataBoard/sida/fw/${path}`,
+ query: {
+ org_id: this.orgId,
+ type: this.currentTab,
+ type2: typeArr[item.name],
+ start_date: this.searchDate[0],
+ end_date: this.searchDate[1]
+ }
+ });
},
// 获取房屋总数等
async getInfo() {
diff --git a/src/views/dataBoard/sida/cpts/zyqd.vue b/src/views/dataBoard/sida/cpts/zyqd.vue
index 70675da7d..0e2e3f23c 100644
--- a/src/views/dataBoard/sida/cpts/zyqd.vue
+++ b/src/views/dataBoard/sida/cpts/zyqd.vue
@@ -19,7 +19,7 @@
+
+
diff --git a/src/views/dataBoard/sida/fuwu/gexingList.vue b/src/views/dataBoard/sida/fuwu/gexingList.vue
new file mode 100644
index 000000000..d1ebbdfcf
--- /dev/null
+++ b/src/views/dataBoard/sida/fuwu/gexingList.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataBoard/sida/fuwu/gonggongDetail.vue b/src/views/dataBoard/sida/fuwu/gonggongDetail.vue
new file mode 100644
index 000000000..ddabee70d
--- /dev/null
+++ b/src/views/dataBoard/sida/fuwu/gonggongDetail.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
政策依据:
+
{{ info.policy_name }}
+
+
+
+
联系方式:
+
{{ info.principal_contact }}
+
+
+
+
经办人:
+
{{ info.principal_name }}
+
+
+
+
备注:
+
{{ info.remark }}
+
+
+
+
服务范围:
+
{{ info.scope_name }}
+
+
+
+
服务名称:
+
{{ info.service_name }}
+
+
+
+
服务组织:
+
{{ info.service_org_name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataBoard/sida/fuwu/gonggongList.vue b/src/views/dataBoard/sida/fuwu/gonggongList.vue
new file mode 100644
index 000000000..a776362b9
--- /dev/null
+++ b/src/views/dataBoard/sida/fuwu/gonggongList.vue
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataBoard/sida/fuwu/list.vue b/src/views/dataBoard/sida/fuwu/list.vue
new file mode 100644
index 000000000..b916a5d3e
--- /dev/null
+++ b/src/views/dataBoard/sida/fuwu/list.vue
@@ -0,0 +1,295 @@
+
+
+
+
+
+

+
{{ tableTitle }}
+
+
+
+ 个性需求
+ 共性需求
+
+
+
+ 全部
+
+ 商家支撑
+ 服务支撑
+ 政府支撑
+
+
+ 社区养老
+ 社会保障
+ 社区救助
+ 健康医疗
+ 社区安全
+ 社区卫生
+ 社区环境
+ 社区治安
+ 社区文化
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataBoard/sida/fuwu/need-detail.vue b/src/views/dataBoard/sida/fuwu/need-detail.vue
new file mode 100644
index 000000000..3dafde384
--- /dev/null
+++ b/src/views/dataBoard/sida/fuwu/need-detail.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+ 事件详情
+
+
+
+
+
项目标题:
+
{{ info.title }}
+
+
+
+
+
项目方案:
+
{{ info.content }}
+
+
+
+
+
内部备注:
+
{{ info.remark }}
+
+
+
+
+
当前处理部门:
+
{{ info.department }}
+
+
+
+
+
分类:
+
{{ info.class }}{{ info.sub_class }}
+
+
+
+
+
标签:
+
{{ info.label }}
+
+
+
+
+
+
+
+ 处理进展
+
+
+
+
+
+
{{ item.type }}
+
{{ item.type }}
+
{{ item.date }}
+
+
+
处理部门:
+
{{ item.department }}
+
+
+
说明:
+
{{ item.remark }}
+
+
+
+
+
+
+
+
+
+
所属网格:
+
{{ info.grid }}
+
+
+
需求类型:
+
{{ info.parent_category }} {{ info.category }}
+
+
+
上报类型:
+
{{ info.report_type }}
+
+
+
上报人:
+
{{ info.report_user_name }}
+
+
+
上报时间:
+
{{ info.report_time }}
+
+
+
上报人联系电话:
+
{{ info.report_user_mobile }}
+
+
+
+
+
+
需求人:
+
{{ info.demand_user_name }}
+
+
+
服务时间:
+
{{ info.want_service_time }}
+
+
+
需求内容:
+
{{ info.content }}
+
+
+
+
+
+
服务方:
+
{{ info.server_name }}
+
+
+
实际服务时间:
+
{{ info.service_start_time }}{{ info.service_end_time }}
+
+
+
完成情况:
+
{{ info.finish_result }}
+
+
+
评价:
+
{{ info.score }}
+
+
+
+
+
+
+
需求类别:
+
{{ info.parent_type_name }} {{ info.child_type_name }}
+
+
+
需求标题 :
+
{{ info.title }}
+
+
+
详细说明:
+
{{ info.content }}
+
+
+
查找有该需求人员 :
+
{{ info.resi_search_tag_name }}
+
+
+
服务方 :
+
{{ info.service_name }}
+
+
+
服务范围 :
+
{{ info.scope_name }}
+
+
+
服务时间:
+
{{ info.start_service_time }}至{{ info.end_service_time }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataBoard/sida/zy/goodsResList.vue b/src/views/dataBoard/sida/zy/goodsResList.vue
index f2cbb5ee3..d46422cdd 100644
--- a/src/views/dataBoard/sida/zy/goodsResList.vue
+++ b/src/views/dataBoard/sida/zy/goodsResList.vue
@@ -8,9 +8,9 @@
- 全部
-
-
+
+
+
diff --git a/src/views/dataBoard/sida/zy/placeResList.vue b/src/views/dataBoard/sida/zy/placeResList.vue
index de1d7feb6..9cdc4d750 100644
--- a/src/views/dataBoard/sida/zy/placeResList.vue
+++ b/src/views/dataBoard/sida/zy/placeResList.vue
@@ -142,7 +142,7 @@ export default {
if (!this.searchDate) {
this.searchDate = ['', ''];
}
-
+
this.getList(), this.getCount();
},
getDate() {
@@ -178,9 +178,8 @@ export default {
// 安全生产场所,城市管理,应急场所,对应enterprise,city_management,emergency_sites
-
this.detailType = this.type2;
- console.log("this.detailId",this.detailId)
+ console.log('this.detailId', this.detailId);
},
handlePageNoChange(page_num) {
@@ -388,9 +387,9 @@ export default {
if (this.type2 == 'enterprise') {
url = 'place_resour_safe_product_total';
} else if (this.type2 == 'city_management') {
- url = 'place_resour_safe_product_total';
+ url = 'place_resour_city_management_total';
} else {
- url = 'place_resour_safe_product_total';
+ url = 'place_resour_emergency_sites_total';
}
let danger_name = this.type2;
diff --git a/src/views/modules/shequzhili/tuceng/yingji/changsuo/record.vue b/src/views/modules/shequzhili/tuceng/yingji/changsuo/record.vue
deleted file mode 100644
index f226d91af..000000000
--- a/src/views/modules/shequzhili/tuceng/yingji/changsuo/record.vue
+++ /dev/null
@@ -1,447 +0,0 @@
-
-
-
检查记录
-
-
-
-
-
-
-
-
-
- {{ scope.row.inspectTime }}
-
-
-
-
-
-
-
-
- {{ scope.row.inspectStaffName }}
-
-
-
-
-
-
- {{ scope.row.inspectStaffMobile }}
-
-
-
-
-
-
-
-
- {{ scope.row.inspectResult == 1 ? '正常' : '异常' }}
-
-
-
-
-
-
-
-
-
-
- 最多三张图片
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.nextInspectTime }}
-
-
-
-
-
-
- 保存
- 取消
-
-
-
- 修改
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/modules/shequzhili/tuceng/yingji/wuzi/index.vue b/src/views/modules/shequzhili/tuceng/yingji/wuzi/index.vue
index a3d297b81..b6d262c3c 100644
--- a/src/views/modules/shequzhili/tuceng/yingji/wuzi/index.vue
+++ b/src/views/modules/shequzhili/tuceng/yingji/wuzi/index.vue
@@ -143,7 +143,7 @@ export default {
gridList: [], //所属网格list--场所区域
placeTypeList: [], //场所类型
tableData: [],
- resultArray: [{ value: '0', label: '正常' }, { value: '1', label: '异常' }],
+ resultArray: [{ value: '1', label: '正常' }, { value: '0', label: '异常' }],
equipmentCategoryCodeArray: [],
pageNo: 1,
pageSize: window.localStorage.getItem('pageSize') || 20,