From eb0b9d6fb824f6e1cbf86f533ea6d1e29e008b63 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 29 May 2026 10:08:57 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94?=
=?UTF-8?q?=E8=A1=A8=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../site-research/components/ImageManual.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
index 76d39978..ad07bc68 100644
--- a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
+++ b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
@@ -56,7 +56,7 @@
{{ item.label
- }}
+ }}
@@ -199,6 +199,14 @@ export default {
EfficacyEvaluatorType: false,
IsFollowStudyParameters: false,
NotFollowReson: false,
+ IsRoutineMRIPDEE: false,
+ MRIPDFFScanTime: false,
+ MRIPDFFLeadTime: false,
+ MRIPDFFOther: false,
+ IsAuthorizeRadiologistsParticipate: false,
+ AssignFixedTechnologists: false,
+ ISStrictManualBurnFlag: false,
+ NotStrictManualBurnFlagReason: false,
},
loading: false
}
From 6b8711232e45ce4ec38364755b8bcb1e37fdc1dc Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 29 May 2026 10:13:55 +0800
Subject: [PATCH 2/4] 1
---
.../attachments/site-research/components/ImageManual.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
index ad07bc68..f047032a 100644
--- a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
+++ b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue
@@ -206,7 +206,7 @@ export default {
IsAuthorizeRadiologistsParticipate: false,
AssignFixedTechnologists: false,
ISStrictManualBurnFlag: false,
- NotStrictManualBurnFlagReason: false,
+ NotStrictManualBurnFlagReason: false,
},
loading: false
}
From 6e6e2d11d037cfee7e3ab3858faf078edaa61a92 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 29 May 2026 17:29:22 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=97=E8=AF=95=E8=80=85=E7=8A=B6=E6=80=81?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-panel/visit/crc-upload/index.vue | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue
index 81a801ae..17f1ac4d 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/index.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue
@@ -39,8 +39,9 @@
-
-
+
+
@@ -875,6 +876,7 @@ const searchDataDefault = () => {
SubmitState: null,
ChallengeState: null,
IsSubjectQuit: "",
+ SubjectStatus: null
// SortField: '',
// Asc: false
}
@@ -1022,7 +1024,7 @@ export default {
methods: {
// 申请影像退回
async imageBack(row) {
- try {
+ try {
let title = `${this.$t('trials:crcUpload:confirmMessage:imageBackTitle').replace('xxx', row.SubjectCode).replace('yyy', row.VisitName)}`
this.$prompt(`
${title}
*${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}`, this.$t("trials:crcUpload:confirmMessage:imageBack"), {
confirmButtonText: this.$t("common:button:save"),
From 2d99e074b82e553ca0f367c42a1d16c20a479eb4 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 1 Jun 2026 14:51:19 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E5=90=8E=E5=A4=84=E7=90=86=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/uploadDicomAndNonedicom/dicomFile.vue | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/components/uploadDicomAndNonedicom/dicomFile.vue b/src/components/uploadDicomAndNonedicom/dicomFile.vue
index 9104e453..7bc26431 100644
--- a/src/components/uploadDicomAndNonedicom/dicomFile.vue
+++ b/src/components/uploadDicomAndNonedicom/dicomFile.vue
@@ -112,7 +112,7 @@
{{ scope.row.dicomInfo.modality.join('、')
- }},
+ }},
N/A,
@@ -1130,6 +1130,7 @@ export default {
return new Promise(function (resolve, reject) {
try {
let subjectVisitId = null
+ let dicomInfo = {}
if (scope.VisitTaskId) {
scope.StudyInstanceUidList.forEach((item) => {
if (item.VisitTaskId === scope.VisitTaskId) {
@@ -1159,7 +1160,7 @@ export default {
.then(async (res) => {
scope.uploadQueues[index].dicomInfo.failedFileCount = 0
scope.$set(scope.uploadQueues[index].dicomInfo, 'isInit', true)
- let dicomInfo = scope.uploadQueues[index].dicomInfo
+ dicomInfo = scope.uploadQueues[index].dicomInfo
let seriesNum = scope.uploadQueues[index].seriesList.length
let fileNum = scope.uploadQueues[index].fileList.length
let seriesList = scope.uploadQueues[index].seriesList
@@ -1206,7 +1207,7 @@ export default {
patientId: dicomInfo.patientId,
patientName: '',
patientAge: dicomInfo.patientAge,
- patientSex: config.DicomStoreInfo.SubjectSex || dicomInfo.patientSex,
+ patientSex: config?.DicomStoreInfo.SubjectSex || dicomInfo.patientSex,
accessionNumber: dicomInfo.accNumber,
patientBirthDate: '',
acquisitionTime: dicomInfo.acquisitionTime,