Bläddra i källkod

检查地址改变

xiaochan 1 år sedan
förälder
incheckning
4e73685ae8

+ 1 - 1
src/App.vue

@@ -92,7 +92,7 @@ function checkTheCallbacks({data, isAdd}) {
         <tr>
           <td colspan="2" style="text-ali">
             <ElLink type="primary" target="_blank"
-                    href={`http://172.16.32.122:8081/mReport?REQUISITIONID=${data.reqNo}`}>
+                    href={`http://172.16.32.122:8099/mReport?REQUISITIONID=${data.reqNo}`}>
               查看图像
             </ElLink>
           </td>

+ 1 - 1
src/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/IframeInspectImage.vue

@@ -10,7 +10,7 @@ const props = defineProps<{
 }>()
 
 const src = computed(() => {
-  return `http://172.16.32.122:8081/Clinical?inHospitalNum=${props.patNo}`
+  return `http://172.16.32.122:8099/index.htm?INHOSPITALNUM=${props.patNo}`
 })
 </script>
 

+ 2 - 2
src/views/hospitalization/zhu-yuan-yi-sheng/public-js/zhu-yuan-yi-sheng.ts

@@ -1077,11 +1077,11 @@ function ChangePatient(index: number, cb: () => void) {
 
 export const openPatientImage = (value: string | { patNo?: string, patientUid?: string }): void => {
     if (XEUtils.isString(value)) {
-        window.open(`http://172.16.32.122:8081/Clinical?inHospitalNum=${value}`, '_blank')
+        window.open(`http://172.16.32.122:8099/index.htm?INHOSPITALNUM=${value}`, '_blank')
     }
     if (XEUtils.isObject(value)) {
         if (value.patientUid) {
-            window.open(`http://172.16.32.122:8081/Clinical?patientUid=${value.patientUid}`, '_blank')
+            window.open(`http://172.16.32.122:8099/index.htm?CLINICALNUM=${value.patientUid}`, '_blank')
             return
         }
     }

+ 2 - 2
src/views/view/patient360/src/hosp.tsx

@@ -15,7 +15,7 @@ function request(options: AxiosRequestConfigV2) {
 export const yzData = ref([])
 export const emrData = ref([])
 export const jySrc = ref('http://172.16.32.178/apps/elims/#/query/report?mode=lis&rightId=1')
-export const jcSrc = ref('http://172.16.32.122:8081/Clinical')
+export const jcSrc = ref('http://172.16.32.122:8099/index.htm')
 
 interface MedicalTrackHosp extends MedicalTrack {
     patNo: string;
@@ -275,7 +275,7 @@ function hosp(medicalTrack: MedicalTrack) {
     getHzInfo()
     getFyqd();
     getZyFeeDetail(true)
-    jcSrc.value = `http://172.16.32.122:8081/Clinical?inHospitalNum=${patInfo.value.patNo}`
+    jcSrc.value = `http://172.16.32.122:8099/index.htm?INHOSPITALNUM=${patInfo.value.patNo}`
     // jySrc.value =
 }
 

+ 1 - 1
src/views/view/patient360/src/outPatient.ts

@@ -94,7 +94,7 @@ export function handleOutPatient(medicalTrack: any) {
     mzReceipts.mzVisit = {}
     mzReceipts.mzEmr = {}
 
-    mzReceipts.jcSrc = `http://172.16.32.122:8081/Clinical?clinicalNum=${medicalTrack.patNo}`
+    mzReceipts.jcSrc = `http://172.16.32.122:8099/index.htm?INHOSPITALNUM=${medicalTrack.patNo}`
     mzReceipts.jySrc = ''
 
     getMzReceipts()