From 43e224033e7bd75066692a0e8dc7be8ec49cb733 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 25 Aug 2022 09:05:19 +0800 Subject: [PATCH 01/19] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/icvaccineprarmeter-add-or-update.vue | 278 ++++++++ .../modules/sys/icvaccineprarmeter-check.vue | 192 +++++ src/views/modules/sys/icvaccineprarmeter.vue | 670 ++++++++++++++++++ 3 files changed, 1140 insertions(+) create mode 100644 src/views/modules/sys/icvaccineprarmeter-add-or-update.vue create mode 100644 src/views/modules/sys/icvaccineprarmeter-check.vue create mode 100644 src/views/modules/sys/icvaccineprarmeter.vue diff --git a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue new file mode 100644 index 000000000..7de8c63af --- /dev/null +++ b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue @@ -0,0 +1,278 @@ + + + diff --git a/src/views/modules/sys/icvaccineprarmeter-check.vue b/src/views/modules/sys/icvaccineprarmeter-check.vue new file mode 100644 index 000000000..9530bba4e --- /dev/null +++ b/src/views/modules/sys/icvaccineprarmeter-check.vue @@ -0,0 +1,192 @@ + + + diff --git a/src/views/modules/sys/icvaccineprarmeter.vue b/src/views/modules/sys/icvaccineprarmeter.vue new file mode 100644 index 000000000..06acdfdbb --- /dev/null +++ b/src/views/modules/sys/icvaccineprarmeter.vue @@ -0,0 +1,670 @@ + + + + From 40495bbbe2c54246431a8aeb4cd63e7a7aaffbbe Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 25 Aug 2022 09:20:19 +0800 Subject: [PATCH 02/19] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/icvaccineprarmeter-check.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/sys/icvaccineprarmeter-check.vue b/src/views/modules/sys/icvaccineprarmeter-check.vue index 9530bba4e..d44afb015 100644 --- a/src/views/modules/sys/icvaccineprarmeter-check.vue +++ b/src/views/modules/sys/icvaccineprarmeter-check.vue @@ -167,7 +167,7 @@ cancelButtonText: '取消', }).then(({ value }) => { params.checkReason = value - this.$http.post('/epmetuser/icresicollect/collectCheck', params).then(({ data: res }) => { + this.$http.post('/epmetuser/icVaccinePrarmeter/vaccineCheck', params).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } @@ -178,7 +178,7 @@ // 取消输入原因 }) } else { - this.$http.post('/epmetuser/icresicollect/collectCheck', params).then(({ data: res }) => { + this.$http.post('/epmetuser/icVaccinePrarmeter/vaccineCheck', params).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } From 68aa5e62835cc9c2f88965af2e7aadfa42f1d0a5 Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Thu, 25 Aug 2022 17:46:26 +0800 Subject: [PATCH 03/19] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/icvaccineprarmeter-add-or-update.vue | 663 ++++++++++++++---- 1 file changed, 542 insertions(+), 121 deletions(-) diff --git a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue index 7de8c63af..088537fa8 100644 --- a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue +++ b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue @@ -1,103 +1,197 @@ - - + + - - + + From b999e5663889c5b0d9c87d260a6e17fd5589e275 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Mon, 29 Aug 2022 16:31:46 +0800 Subject: [PATCH 17/19] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/icvaccineprarmeter-add-or-update.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue index 7527c1d79..1da25ea10 100644 --- a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue +++ b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue @@ -21,7 +21,19 @@ - + + + + + + + + + + + + + Date: Tue, 30 Aug 2022 10:40:39 +0800 Subject: [PATCH 18/19] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/icvaccineprarmeter-add-or-update.vue | 16 ++++++++++++++++ src/views/modules/sys/icvaccineprarmeter.vue | 1 + 2 files changed, 17 insertions(+) diff --git a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue index 1da25ea10..8a1c73255 100644 --- a/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue +++ b/src/views/modules/sys/icvaccineprarmeter-add-or-update.vue @@ -738,6 +738,22 @@ }) return false; } + if(this.dataForm.isVaccination === '1'){ + if(this.dataForm.firstVacTime === ''){ + this.$message({ + type: 'warning', + message: '请选择第一次接种时间' + }) + return false; + } + if(this.dataForm.firstVacSite === ''){ + this.$message({ + type: 'warning', + message: '请输入第一次接种地点' + }) + return false; + } + } await this.$refs['dataForm'].validate((valid) => { if (!valid) { diff --git a/src/views/modules/sys/icvaccineprarmeter.vue b/src/views/modules/sys/icvaccineprarmeter.vue index 6ed228b78..a2b1e8241 100644 --- a/src/views/modules/sys/icvaccineprarmeter.vue +++ b/src/views/modules/sys/icvaccineprarmeter.vue @@ -592,6 +592,7 @@ export default { isVaccination: '' }; this.pageNo = 1 + this.getDataList() }, // 上传文件之前的钩子 beforeUpload(file) { From 609e0e79329e5b797c99b76da3a59d32656d4116 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 30 Aug 2022 15:19:55 +0800 Subject: [PATCH 19/19] =?UTF-8?q?=E5=9F=8E=E5=B8=82=E5=9B=BE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/csgltc/csglDetail.vue | 2 +- src/views/modules/shequzhili/csgltc/csglForm.vue | 4 ++-- .../shequzhili/tuceng/zhonghe/baseTotal.vue | 16 +++++++++++----- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/views/modules/shequzhili/csgltc/csglDetail.vue b/src/views/modules/shequzhili/csgltc/csglDetail.vue index 39a61f484..f47ae68d7 100644 --- a/src/views/modules/shequzhili/csgltc/csglDetail.vue +++ b/src/views/modules/shequzhili/csgltc/csglDetail.vue @@ -143,7 +143,7 @@ export default { this.handleMoveCenter() }) this.handleMoveCenter() - this.convert() + // this.convert() }, setMarker (lat, lng) { diff --git a/src/views/modules/shequzhili/csgltc/csglForm.vue b/src/views/modules/shequzhili/csgltc/csglForm.vue index be715825f..4d3fe5195 100644 --- a/src/views/modules/shequzhili/csgltc/csglForm.vue +++ b/src/views/modules/shequzhili/csgltc/csglForm.vue @@ -322,8 +322,8 @@ export default { map.on('panend', () => { this.handleMoveCenter() }) - // this.handleMoveCenter() - this.convert() + this.handleMoveCenter() + // this.convert() }, setMarker (lat, lng) { diff --git a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue index b0bd49d61..b834b26e3 100644 --- a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue +++ b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue @@ -490,12 +490,18 @@ export default { this.jmlbOptions = [] this.jmlbOptions = data if (this.jmlbOptions.length > 0) { - this.fmData.category = this.jmlbOptions[0].value + this.fmData.category = 'anzhibangjiao' + // let temp = { + // queryType: this.jmlbOptions[0].queryType, + // tableName: this.jmlbOptions[0].tableName, + // columnName: this.jmlbOptions[0].columnName, + // columnValue: [this.jmlbOptions[0].columnValue], + // } let temp = { - queryType: this.jmlbOptions[0].queryType, - tableName: this.jmlbOptions[0].tableName, - columnName: this.jmlbOptions[0].columnName, - columnValue: [this.jmlbOptions[0].columnValue], + queryType: 'list_equal', + tableName: 'ic_special', + columnName: 'SPECIAL_RQLB', + columnValue: ["anzhibangjiao"], } this.elseParams.push(temp)