diff --git a/src/api/trials/study.js b/src/api/trials/study.js
index 78f74c1..c9dc3a0 100644
--- a/src/api/trials/study.js
+++ b/src/api/trials/study.js
@@ -17,4 +17,13 @@ export function getTrialPatientStudyList(data) {
method: 'post',
data
})
+}
+
+// 检查列表->未绑定
+export function getTrialUnbindSubjectVisitStudyList(data) {
+ return request({
+ url: '/Patient/getTrialUnbindSubjectVisitStudyList',
+ method: 'post',
+ data
+ })
}
\ No newline at end of file
diff --git a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
index 5b56976..ad60b0e 100644
--- a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
+++ b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue
@@ -17,14 +17,14 @@
{{ $t("trials:hirVisit:titleMessage:currentStudy") }}
-
+
+
+
+
+
{
+const defaultSearchData = () => {
return {
SubjectCode: null,
PatientIdStr: null,
@@ -295,7 +295,7 @@ export default {
searchData: defaultSearchData(),
dateValue: [],
// 列表
- list: [{ SubmitTime: 1 }],
+ list: [],
loading: false,
total: 0,
diff --git a/src/views/trials/trials-panel/study/components/not-bind-study.vue b/src/views/trials/trials-panel/study/components/not-bind-study.vue
new file mode 100644
index 0000000..88d6224
--- /dev/null
+++ b/src/views/trials/trials-panel/study/components/not-bind-study.vue
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common:button:search") }}
+
+
+
+ {{ $t("common:button:reset") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("trials:studyList:button:view") }}
+
+ {{ $t("trials:study:button:bindVisit") }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/trials/trials-panel/study/index.vue b/src/views/trials/trials-panel/study/index.vue
index d61a2a9..8aea5ae 100644
--- a/src/views/trials/trials-panel/study/index.vue
+++ b/src/views/trials/trials-panel/study/index.vue
@@ -1,6 +1,12 @@
+
+
+
@@ -54,27 +55,19 @@
-
-
- {{ item.PatientIdStr }}
-
-
-
-
- {{ $t("common:button:add") }}
-
-
+
+
+ {{ $t("common:button:add") }}
+