diff --git a/src/api/tblist/patientexamlist/index.ts b/src/api/tblist/patientexamlist/index.ts
index 42972702..8177ef9c 100644
--- a/src/api/tblist/patientexamlist/index.ts
+++ b/src/api/tblist/patientexamlist/index.ts
@@ -76,8 +76,13 @@ export const PatientexamlistApi = {
return await request.put({ url: `/tblist/patientexamlist/examineupdate`, data })
},
- // 超声审核
- examine: async (id: String) => {
+ // 超声审核
+ examine: async (id: String) => {
return await request.get({ url: `/tblist/patientexamlist/examine?id=` + id })
},
+
+ // dicom数据同步
+ dicomDataSync: async () => {
+ return await request.get({ url: `/tblist/patientexamlist/dicomDataSync` })
+ },
}
diff --git a/src/views/tblist/patientexamlist/index.vue b/src/views/tblist/patientexamlist/index.vue
index ea93f4ae..ef020a9a 100644
--- a/src/views/tblist/patientexamlist/index.vue
+++ b/src/views/tblist/patientexamlist/index.vue
@@ -264,6 +264,7 @@
>
导出
+ 同步
@@ -287,7 +288,7 @@
-
+
-
-
+
+
@@ -321,7 +322,7 @@
:formatter="dateFormatter"
width="180px"
/>
-
+
{
dicomViewRef.value.open(id, orgid, regid,examId)
-}
+
/** 表格行点击 */
const clickNumber = ref(0)
function handleEdit(row) {
console.log(111111121212)
+
if(!row.deviceType.includes("US"))//US是超声类
{
opendicomViewFrom(row.id,row.orgId,row.regId,row.examId)
- }
-
+
/* clickNumber.value++;
if (clickNumber.value == 2) {
@@ -466,6 +468,7 @@ function handleEdit(row) {
}
clickNumber.value = 0; */
}
+}
/** aaaaa **/
const examDate_picker = ref(null)
@@ -520,6 +523,10 @@ const getList = async () => {
}
}
+const dicomDataSync = async () => {
+ PatientexamlistApi.dicomDataSync()
+}
+
/** 搜索按钮操作 */
const handleQuery = () => {
queryParams.pageNo = 1
diff --git a/src/views/tblist/patientexamlistultrasonic/index.vue b/src/views/tblist/patientexamlistultrasonic/index.vue
index e2f5e6d2..aa9bad6e 100644
--- a/src/views/tblist/patientexamlistultrasonic/index.vue
+++ b/src/views/tblist/patientexamlistultrasonic/index.vue
@@ -26,7 +26,7 @@
class="!w-160px"
/>
-
-
-
-
-
- 今天
- 昨天
- 三天内
- 一周
-
-
-
-
+
+
+
+ 今天
+ 昨天
+ 三天内
+ 一周
+
+
+
+
-
-
-
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
- {{ scope.row.reportstatus }}
-
-
-
-
+
+
+ {{ scope.row.reportstatus }}
+
+
+
+
-
-
-
+
+
+
-
-
+
+
申请
-
-
-
+
+