Browse Source

公共服务分类

master
jiangyy 3 years ago
parent
commit
c39541a898
  1. 6
      src/views/modules/communityService/fuwujilu/addForm.vue
  2. 2
      src/views/modules/communityService/fuwujilu/detailForm.vue
  3. 11
      src/views/modules/communityService/fuwujilu/fuwuList.vue
  4. 51
      src/views/modules/communityService/fuwujilu/fuwuList00.vue
  5. 51
      src/views/modules/communityService/fuwujilu/fuwuList01.vue
  6. 51
      src/views/modules/communityService/fuwujilu/fuwuList02.vue
  7. 51
      src/views/modules/communityService/fuwujilu/fuwuList03.vue
  8. 51
      src/views/modules/communityService/fuwujilu/fuwuList04.vue
  9. 51
      src/views/modules/communityService/fuwujilu/fuwuList05.vue
  10. 51
      src/views/modules/communityService/fuwujilu/fuwuList06.vue
  11. 51
      src/views/modules/communityService/fuwujilu/fuwuList07.vue

6
src/views/modules/communityService/fuwujilu/addForm.vue

@ -583,7 +583,7 @@ export default {
const url = '/heart/icServiceRecordV2/add'
// const url = 'http://yapi.elinkservice.cn/mock/245/heart/icServiceProject/service/initiate'
let params = {
serviceCategoryKey: this.serviceCategoryKey,
...this.formData
}
@ -926,6 +926,10 @@ export default {
type: String,
required: ''
},
serviceCategoryKey: {
type: String,
required: ''
},
serviceProjectName: {//
type: String,
required: false,

2
src/views/modules/communityService/fuwujilu/detailForm.vue

@ -398,7 +398,7 @@ export default {
this.feedbackFormData = { ...data.feedback }
this.fileList = []
if (data.feedback.fileList && data.feedback.fileList.length > 0) {
if (data.feedback && data.feedback.fileList && data.feedback.fileList.length > 0) {
data.feedback.fileList.forEach(element => {
let obj = {
name: element.name,

11
src/views/modules/communityService/fuwujilu/fuwuList.vue

@ -230,6 +230,7 @@
@closed="showAdd = false">
<add-form ref="ref_add_form"
:formType="formType"
:serviceCategoryKey="serviceCategoryKey"
:statusArray="statusArray"
:satisfyArray="satisfyArray"
:serviceRecordId="serviceRecordId"
@ -541,6 +542,7 @@ export default {
const { data, code, msg } = await requestPost(url, {
pageSize,
pageNo,
serviceCategoryKey: this.serviceCategoryKey,
...formData,
});
@ -620,6 +622,15 @@ export default {
// this.getTableData()
},
},
props: {
serviceCategoryKey: {
type: String,
required: 'true'
},
}
};
</script>

51
src/views/modules/communityService/fuwujilu/fuwuList00.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '00'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList01.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '01'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList02.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '02'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList03.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '03'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList04.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '04'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList05.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '05'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList06.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '06'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>

51
src/views/modules/communityService/fuwujilu/fuwuList07.vue

@ -0,0 +1,51 @@
<template>
<div>
<fuwu-list :serviceCategoryKey="serviceCategoryKey"></fuwu-list>
</div>
</template>
<script>
import fuwuList from "./fuwuList";
export default {
components: { fuwuList },
data () {
return {
serviceCategoryKey: '07'
};
},
computed: {
},
watch: {
// "formData.serviceTimeEnd": function (val) {
// if (val && val != '') {
// let arrayTemp = val.split(' ')
// this.formData.serviceTimeEnd = arrayTemp[0] + ' 23:59:59'
// }
// },
},
mounted () {
},
methods: {
},
props: {
}
};
</script>
<style lang="scss" scoped>
</style>
Loading…
Cancel
Save