diff --git a/src/assets/scss/modules/management/form-main.scss b/src/assets/scss/modules/management/form-main.scss new file mode 100644 index 00000000..6e0cfa6f --- /dev/null +++ b/src/assets/scss/modules/management/form-main.scss @@ -0,0 +1,83 @@ + + +.div_form { + width: 100%; + margin-top:20px; + + .data-tag{ + margin-left:10px; + } + + .item_width_1{ + width: 480px; + } + .item_width_2{ + width: 220px; + } + + .list_item_width_1 { + width: 165px; + } + .list_item_width_2 { + width: 135px; + } +} + + +.div-mult-form { + margin-top: 20px; + + .div_person { + display: flex; + font-size: 14px; + padding-bottom: 20px; + + .person_title { + text-align: right; + flex: 0 0 100px; + + line-height: 36px; + padding: 0 12px 0 0; + } + + .tag_item { + margin-right: 10px; + margin-top: 10px; + } + .tag_tip { + margin-top: 10px; + color: #9c9c9c; + } + } +} + + + +.twoline { + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} + +.div_btn { + margin-top: 20px; + text-align: center; +} + +.d-h3{ + margin-left:20px; +} + +.div_map { + margin-top:10px; + position: relative; +} +.div_searchmap { + z-index: 1000; + position: absolute; + top: 5px; + left: 5px; + display: flex; + justify-content: flex-start; +} \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 8895ffb6..81ca73ed 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -109,15 +109,6 @@ export const moduleShujuRoutes = { title: "主入口布局", }, children: [ - { - path: "/home2", - component: () => import("@/views/modules/home"), - name: "home2", - meta: { - title: "主页2", - isTab: false, - }, - }, { path: "/main-shuju/visual-basicinfo-people/:uid", props: true, diff --git a/src/views/modules/communityService/fuwujilu/addForm.vue b/src/views/modules/communityService/fuwujilu/addForm.vue new file mode 100644 index 00000000..85d4d109 --- /dev/null +++ b/src/views/modules/communityService/fuwujilu/addForm.vue @@ -0,0 +1,991 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + + + + + + + + + + + + + + + {{feedbackFormData.serviceProjectName}} + -- + + + + + + + + + + + + + + + + + 已完成 + + + + + + + + + + + + + + + + + + + + + + + + 查询 + + + + + + + + + 点击上传 + 支持图片、word、pdf + + + + + + + + 取 消 + 确 定 + + + + + + + + diff --git a/src/views/modules/communityService/fuwujilu/detailForm.vue b/src/views/modules/communityService/fuwujilu/detailForm.vue new file mode 100644 index 00000000..5ed9abe5 --- /dev/null +++ b/src/views/modules/communityService/fuwujilu/detailForm.vue @@ -0,0 +1,496 @@ + + + + + + + + {{formData.serviceCategoryName}} + + + + + + {{formData.serviceProjectName}} + + + + + {{formData.serviceOrgName}} + + + + + + + {{item.objectName}} + + + + + + + + + + + + + + + + + 至 + + + + + + + + + + + + + + 取 消 + 确 定 + + + + + + + + diff --git a/src/views/modules/communityService/fuwujilu/fuwuList.vue b/src/views/modules/communityService/fuwujilu/fuwuList.vue new file mode 100644 index 00000000..de27fac6 --- /dev/null +++ b/src/views/modules/communityService/fuwujilu/fuwuList.vue @@ -0,0 +1,600 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + 发起服务 + + + + + + + + + + + + + + + + + + + + {{scope.row.serviceTimeStart}}-{{scope.row.serviceTimeEnd}} + + + + + + {{scope.row.serviceStatus==='in_service'?'进行中':'已完成'}} + + + + + + + + + 详情 + 编辑 + 反馈 + 取消 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/communityService/fuwuxiangmu/cpts/edit.vue b/src/views/modules/communityService/fuwuxiangmu/cpts/edit.vue new file mode 100644 index 00000000..96ee1ecb --- /dev/null +++ b/src/views/modules/communityService/fuwuxiangmu/cpts/edit.vue @@ -0,0 +1,413 @@ + + + + + + + + + + {{ fmData.serviceCategory || "--" }} + + + + + + {{ fmData.serviceName || "--" }} + + + + + {{ fmData.serviceContent || "--" }} + + + + + + + + {{ fmData.policyLevelName || "--" }} + + + + + {{ fmData.policyGround || "--" }} + + + + + + + + + + + + 取 消 + 确 定 + + + + + + + diff --git a/src/views/modules/communityService/fuwuxiangmu/index.vue b/src/views/modules/communityService/fuwuxiangmu/index.vue new file mode 100644 index 00000000..93321bd0 --- /dev/null +++ b/src/views/modules/communityService/fuwuxiangmu/index.vue @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + 编辑 + + + 删除 + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/communityService/fuwuzuzhi/cpts/edit.vue b/src/views/modules/communityService/fuwuzuzhi/cpts/edit.vue new file mode 100644 index 00000000..0dff383d --- /dev/null +++ b/src/views/modules/communityService/fuwuzuzhi/cpts/edit.vue @@ -0,0 +1,467 @@ + + + + + + + + + + {{ fmData.serviceTypeName }} + + + + + + {{ fmData.orgName || '--' }} + + + + + {{ fmData.orgDescribe || '--' }} + + + + + {{ fmData.principalName || '--' }} + + + + + {{ fmData.principalMobile || '--' }} + + + + + + + 查询 + + + 经度 + + + 纬度 + + + + + + + + + {{ fmData.remark || '--' }} + + + + + + 取 消 + 确 定 + + + + + + + diff --git a/src/views/modules/communityService/fuwuzuzhi/index.vue b/src/views/modules/communityService/fuwuzuzhi/index.vue new file mode 100644 index 00000000..e3417769 --- /dev/null +++ b/src/views/modules/communityService/fuwuzuzhi/index.vue @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + 编辑 + + 删除 + + + + + + + + + + + + + + + + + + + + + +