From 16295b8b15a4cfc6bc7d2e03495e7788db078651 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 26 Sep 2024 15:10:59 +0800 Subject: [PATCH] dj --- package.json | 2 +- src/components/doctorCheck/PacsCutPic.vue | 1525 +++++------------ .../patientRegister/PatientRegisterList.vue | 5 +- src/main.js | 2 + 4 files changed, 432 insertions(+), 1102 deletions(-) diff --git a/package.json b/package.json index 4650630..1101088 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "sortablejs": "^1.15.0", "vue": "^2.6.14", "vue-contextmenujs": "^1.4.9", - "vue-img-cutter": "^3.0.5", + "vue-img-cutter": "^3.0.5", "vue-json-excel": "^0.3.0", "vue-meta": "^2.4.0", "vue-print-nb": "^1.7.5", diff --git a/src/components/doctorCheck/PacsCutPic.vue b/src/components/doctorCheck/PacsCutPic.vue index 896ad77..908ebfb 100644 --- a/src/components/doctorCheck/PacsCutPic.vue +++ b/src/components/doctorCheck/PacsCutPic.vue @@ -1,1131 +1,458 @@ diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index eea73b2..37596cc 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -1296,6 +1296,7 @@ export default { this.dialogEditMedicalStartDate = true }, + // 批量修改体检日期 btnEditMedicalStartDate() { let body = { //"completeFlag": "string", @@ -1305,7 +1306,7 @@ export default { this.multipleSelection.forEach(e => { body.patientRegisterIds.push(e.id) }); - postapi('/api/app/patientregister/updatepatientregistercompleteflagormedicalstartdate',body) + postapi('/api/app/PatientRegister/UpdatePatientRegisterMedicalStartDate',body) .then(res => { if(res.code > -1){ let lfind = 0 @@ -1314,7 +1315,7 @@ export default { lfind = arrayExistObj(this.tableData,'id',e.id) if(lfind > -1) this.tableData.medicalStartDate = body.medicalStartDate }); - this.editMedicalStartDate = false + this.dialogEditMedicalStartDate = false } }) }, diff --git a/src/main.js b/src/main.js index 84f4293..837a26d 100644 --- a/src/main.js +++ b/src/main.js @@ -96,6 +96,8 @@ new Vue({ }).$mount("#app"); + + //监听页面大小改变 window.addEventListener('resize', onResize);