diff --git a/src/views/modules/sys/icvaccineprarmeter-check.vue b/src/views/modules/sys/icvaccineprarmeter-check.vue index d44afb015..e91393ca7 100644 --- a/src/views/modules/sys/icvaccineprarmeter-check.vue +++ b/src/views/modules/sys/icvaccineprarmeter-check.vue @@ -1,86 +1,255 @@ + diff --git a/src/views/modules/sys/icvaccineprarmeter.vue b/src/views/modules/sys/icvaccineprarmeter.vue index 66a5bd94a..cc6d02fe6 100644 --- a/src/views/modules/sys/icvaccineprarmeter.vue +++ b/src/views/modules/sys/icvaccineprarmeter.vue @@ -237,6 +237,23 @@ @dialogOk="addFormOk"> + + + + @@ -279,7 +296,11 @@ export default { optionsD: [], optionsG: [], checkVisible: false, - formTitle:"新增" + formTitle:"新增", + // 审核 + formShow: false, + formTitle_shenhe: "审核", + // 审核 end } }, components: { @@ -308,6 +329,19 @@ export default { this.getValiheList() }, methods:{ + // 审核 s + diaClose() { + // this.$refs.icvaccineprarmeter_check.resetData(); + this.formShow = false; + }, + addFormCancle() { + this.formShow = false; + }, + addFormOk_shenhe() { + this.formShow = false; + this.getDataList(); + }, + // 审核 end //新增 handleAdd() { this.formTitle = "新增"; @@ -371,14 +405,25 @@ export default { this.$message.success(data.msg); }else{ // 打开审核页面 - this.checkVisible = true + // this.checkVisible = true + // this.$nextTick(() => { + // this.$refs.checkPage.dataForm.id = row.id + // // 是否新增房屋:0:否;1:是 + // this.$refs.checkPage.isAdd = data.isAdd + // // 单元ID + // this.$refs.checkPage.unitId = data.unitId + // this.$refs.checkPage.init() + // }) + // 打开审核页面 + this.formShow = true; this.$nextTick(() => { - this.$refs.checkPage.dataForm.id = row.id - // 是否新增房屋:0:否;1:是 - this.$refs.checkPage.isAdd = data.isAdd - // 单元ID - this.$refs.checkPage.unitId = data.unitId - this.$refs.checkPage.init() + this.$refs.icvaccineprarmeter_check.initForm("add", row.id, data.isAdd, data.unitId, data); + // this.$refs.checkPage.dataForm.id = row.id + // // 是否新增房屋:0:否;1:是 + // this.$refs.checkPage.isAdd = data.isAdd + // // 单元ID + // this.$refs.checkPage.unitId = data.unitId + // this.$refs.checkPage.init() }) } diff --git a/src/views/modules/sys/roomForm.vue b/src/views/modules/sys/roomForm.vue new file mode 100644 index 000000000..d7a3f6723 --- /dev/null +++ b/src/views/modules/sys/roomForm.vue @@ -0,0 +1,461 @@ + + + +