diff --git a/public/electron/windows/latest.yml b/public/electron/windows/latest.yml new file mode 100644 index 0000000..17ce37f --- /dev/null +++ b/public/electron/windows/latest.yml @@ -0,0 +1,9 @@ +version: 0.3.5 +files: + - url: shentun_0.3.5.exe + sha512: MA5V3NabKv2axJuFvih1vJ36b3gDx/6AUnam7YcZUtzSKeXBMK5BXpiiggoSWlvJY7opkB/aLGssxmXuvrM6bw== + size: 132509010 +path: shentun_0.3.5.exe +sha512: MA5V3NabKv2axJuFvih1vJ36b3gDx/6AUnam7YcZUtzSKeXBMK5BXpiiggoSWlvJY7opkB/aLGssxmXuvrM6bw== +releaseNotes: 增加报表、读卡、摄像头拍照接口 +releaseDate: '2024-07-11T03:42:25.810Z' diff --git a/public/electron/readme.md b/public/electron/windows/readme.md similarity index 100% rename from public/electron/readme.md rename to public/electron/windows/readme.md diff --git a/public/electron/windows/shentun_0.3.5.exe b/public/electron/windows/shentun_0.3.5.exe new file mode 100644 index 0000000..3fec865 Binary files /dev/null and b/public/electron/windows/shentun_0.3.5.exe differ diff --git a/public/electron/windows/shentun_0.3.5.exe.blockmap b/public/electron/windows/shentun_0.3.5.exe.blockmap new file mode 100644 index 0000000..6fe2d04 Binary files /dev/null and b/public/electron/windows/shentun_0.3.5.exe.blockmap differ diff --git a/public/sysConfig.json b/public/sysConfig.json index 602505c..5cf6547 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,4 +1,4 @@ { - "apiurl": "http://192.168.2.67:9529", + "apiurl": "http://140.143.162.39:9529", "softName": "神豚体检管理系统" } \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index c862f24..d95823d 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -690,7 +690,7 @@ export default { for (let i = 0; i < this.multipleSelection.length; i++) { let row = this.multipleSelection[i] try { - await printGuideLisPacs(row) + await this.printGuideLisPacs(row) } catch (error) { console.log('printPromise', error) } @@ -986,6 +986,7 @@ export default { this.dataTransOpts.tableS.patient_register.id = '' this.tableDataCurrentRow = {} // 清除选择 this.tableData = [] + setTimeout(() => { this.dataTransOpts.refresh.register_check_asbitem.M++ //触发所选组合项目刷新 }, 10); @@ -1034,8 +1035,11 @@ export default { if (this.patientRegister.query.patientName) body.patientName = this.patientRegister.query.patientName; - if (this.patientRegister.query.completeFlag) - body.completeFlag = this.patientRegister.query.completeFlag; + if (this.patientRegister.query.medicalTypeIds && this.patientRegister.query.medicalTypeIds.length > 0) + body.medicalTypeIds = this.patientRegister.query.medicalTypeIds; + + if (this.patientRegister.query.completeFlags && this.patientRegister.query.completeFlags.length > 0) + body.completeFlags = this.patientRegister.query.completeFlags; //StartDate EndDate if (