diff --git a/src/views/modules/base/epidemic/natFocus/natFocusAdd.vue b/src/views/modules/base/epidemic/natFocus/natFocusAdd.vue index 49d2df70..390d0cb5 100644 --- a/src/views/modules/base/epidemic/natFocus/natFocusAdd.vue +++ b/src/views/modules/base/epidemic/natFocus/natFocusAdd.vue @@ -46,6 +46,17 @@ v-model="formData1.idCard"> + + + + + - @@ -76,7 +88,8 @@ --> - @@ -216,6 +229,17 @@ style="display: block"> {{selectionAll.length}} + + + + + - @@ -246,7 +271,8 @@ --> - @@ -302,10 +328,11 @@ export default { }, formData1: { - attentionType: 1, + attentionType: 2, name: '', idCard: '', mobile: '', + reason: '', remark: '', isSelChannel: false, channel: [], @@ -314,7 +341,8 @@ export default { }, formData2: { - attentionType: 1, + attentionType: 2, + reason: '', remark: '', isSelChannel: false, channel: [], @@ -644,15 +672,17 @@ export default { name: '', idCard: '', mobile: '', + reason: '', remark: '', isSelChannel: false, channel: [], content: '', - attentionType: 1, + attentionType: 2, } this.formData2 = { - attentionType: 1, + attentionType: 2, + reason: '', remark: '', isSelChannel: false, channel: [], diff --git a/src/views/modules/base/epidemic/natFocus/natFocusEdit.vue b/src/views/modules/base/epidemic/natFocus/natFocusEdit.vue index 0c12d5e0..56962ffb 100644 --- a/src/views/modules/base/epidemic/natFocus/natFocusEdit.vue +++ b/src/views/modules/base/epidemic/natFocus/natFocusEdit.vue @@ -44,6 +44,17 @@ v-model="formData.idCard"> --> + + + + +
- @@ -75,7 +87,8 @@ --> - @@ -125,10 +138,11 @@ export default { btnDisable: false, formData: { - attentionType: 1, + attentionType: 2, name: '', idCard: '', mobile: '', + reason: '', remark: '', isSelChannel: false, channel: [], @@ -142,6 +156,10 @@ export default { }, + destroyed () { + + }, + methods: { async initForm (formType, row) { @@ -149,6 +167,7 @@ export default { this.$refs['ref_form1'].resetFields(); row.channel = [] row.content = '' + row.attentionType = 2 row.isSelChannel = false this.formData = JSON.parse(JSON.stringify(row)) @@ -210,9 +229,11 @@ export default { this.veroId = '' this.formData = { + attentionType: 2, name: '', idCard: '', mobile: '', + reason: '', remark: '', isSelChannel: false, channel: [], diff --git a/src/views/modules/base/epidemic/natFocus/natFocusList.vue b/src/views/modules/base/epidemic/natFocus/natFocusList.vue index 087c6fe7..8e4f7f67 100644 --- a/src/views/modules/base/epidemic/natFocus/natFocusList.vue +++ b/src/views/modules/base/epidemic/natFocus/natFocusList.vue @@ -38,19 +38,24 @@ + + + - - - - - + + + + @@ -94,7 +99,8 @@ size="small" @click="handleExport">导出 - 发送通知 @@ -140,10 +146,10 @@ label="身份证" min-width="170"> - - @@ -24,7 +25,8 @@ --> - diff --git a/src/views/modules/base/epidemic/natFocus/nfVisiteList.vue b/src/views/modules/base/epidemic/natFocus/nfVisiteList.vue index 67448435..b8e765f0 100644 --- a/src/views/modules/base/epidemic/natFocus/nfVisiteList.vue +++ b/src/views/modules/base/epidemic/natFocus/nfVisiteList.vue @@ -133,7 +133,7 @@ export default { idCard: '', name: '', mobile: '', - origin: '1' + origin: '2' }, dialogVisible: false, @@ -168,7 +168,7 @@ export default { idCard: this.formData.idCard, pageNo: this.pageNo, pageSize: this.pageSize, - origin: '1' + origin: '2' } const { data, code, msg } = await requestPost(url, params) @@ -223,7 +223,7 @@ export default { let params = { idCard: this.formData.idCard, name: this.formData.name, - + origin: '2' } app.ajax.exportFilePost( diff --git a/src/views/modules/base/epidemic/natInfo/natForm.vue b/src/views/modules/base/epidemic/natInfo/natForm.vue index 4307a74e..c5e6878a 100644 --- a/src/views/modules/base/epidemic/natInfo/natForm.vue +++ b/src/views/modules/base/epidemic/natInfo/natForm.vue @@ -123,7 +123,7 @@ @@ -160,7 +160,8 @@ - @@ -168,16 +169,17 @@ 小程序通知 - + - @@ -607,7 +609,7 @@ export default { { required: false }, ], natResult: [ - { required: true }, + { required: true, message: '检测结果不能为空', trigger: 'blur' }, ], channel: [ diff --git a/src/views/modules/base/epidemic/veroFocus/veroFocusAdd.vue b/src/views/modules/base/epidemic/veroFocus/veroFocusAdd.vue index 1c53f8e1..136f7061 100644 --- a/src/views/modules/base/epidemic/veroFocus/veroFocusAdd.vue +++ b/src/views/modules/base/epidemic/veroFocus/veroFocusAdd.vue @@ -60,7 +60,8 @@ v-model="formData1.remark"> - @@ -76,7 +77,8 @@ --> - @@ -230,7 +232,8 @@ v-model="formData2.remark"> - @@ -246,7 +249,8 @@ --> - diff --git a/src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue b/src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue index 2fe5f77d..03cb831e 100644 --- a/src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue +++ b/src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue @@ -59,7 +59,8 @@ v-model="formData.remark">
- @@ -149,7 +150,7 @@ export default { this.$refs['ref_form1'].resetFields(); row.channel = [] row.content = '' - row.attentionType = '1' + row.attentionType = 1 row.isSelChannel = false this.formData = JSON.parse(JSON.stringify(row)) diff --git a/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue b/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue index 3150e874..5fd827d0 100644 --- a/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue +++ b/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue @@ -94,7 +94,8 @@ size="small" @click="handleExport">导出 - 发送通知 @@ -210,7 +211,7 @@ @@ -223,6 +224,7 @@ - @@ -24,7 +25,8 @@ --> - @@ -73,7 +75,7 @@ export default { btnDisable: false, formData: { - origin: '1', + origin: '2', isSelChannel: false, channel: [], content: '',