+
+ ">
-
+ ]">
-
+
-
+
-
+
-
+
-
+
- {{
- $fd('Bodypart', bodyPart, 'Code', BodyPart, 'Name')
- }}
+ {{
+ $fd('Bodypart', bodyPart, 'Code', BodyPart, 'Name')
+ }}
@@ -800,40 +515,21 @@
-
+
-
+
@@ -1119,7 +815,7 @@ export default {
})
var validFilesCount = 0
for (var i = 0; i < files.length; ++i) {
- ;(function (index) {
+ ; (function (index) {
p = p.then(function () {
if (files[index].name.toUpperCase().indexOf('DICOMDIR') === -1) {
validFilesCount = validFilesCount + 1
@@ -1523,7 +1219,7 @@ export default {
'trials:uploadDicomList:label:confirm'
),
dangerouslyUseHTMLString: true,
- callback: (action) => {},
+ callback: (action) => { },
})
this.btnLoading = false
}
@@ -1660,7 +1356,7 @@ export default {
dicomUploadInProgress({
trialId: scope.trialId,
studyInstanceUid: dicomInfo.studyUid,
- }).then((res) => {})
+ }).then((res) => { })
}, 5000)
scope.myInterval.push(t)
let Record = {
@@ -1739,16 +1435,14 @@ export default {
dicomInfo.failedFileCount++
Record.FileCount++
} else {
- let path = `/${params.trialId}/Image/${
- params.subjectId
- }/${params.subjectVisitId}/${
- dicomInfo.studyUid
- }/${scope.getGuid(
- dicomInfo.studyUid +
+ let path = `/${params.trialId}/Image/${params.subjectId
+ }/${params.subjectVisitId}/${dicomInfo.studyUid
+ }/${scope.getGuid(
+ dicomInfo.studyUid +
v.seriesUid +
o.instanceUid +
params.trialId
- )}`
+ )}`
if (scope.isClose) return
let res = await dcmUpload(
{
@@ -2061,7 +1755,7 @@ export default {
this.studyLoading = true
})
})
- .catch(() => {})
+ .catch(() => { })
},
// 删除已上传的某个检查
handleDeleteStudy(row) {
@@ -2092,7 +1786,7 @@ export default {
this.studyLoading = true
})
})
- .catch(() => {})
+ .catch(() => { })
},
// cancel按钮回调
cancel() {
@@ -2161,22 +1855,27 @@ export default {
overflow-y: auto;
}
}
+
.delete-row {
text-decoration-line: line-through;
color: #c0c4cc;
}
+
.previewActive:hover {
cursor: pointer;
color: #428bca;
}
+
#inputForm label {
font-weight: normal;
}
+
#inputForm .file-input {
position: relative;
overflow: hidden;
display: inline-block;
}
+
#inputForm .file-input input[type='file'] {
position: absolute;
top: 0;
@@ -2195,9 +1894,11 @@ export default {
#inputForm #listWrapper a {
text-decoration: none;
}
+
#inputForm .text-left {
text-align: left;
}
+
.colorOfRed {
color: #f44336;
}
From d4ae366fa6bb97993cfa6b24c97277cdbf295123 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 15 Apr 2025 11:13:52 +0800
Subject: [PATCH 2/6] =?UTF-8?q?=E9=9D=9Edicom=E4=B8=8A=E4=BC=A0=E5=8E=BB?=
=?UTF-8?q?=E9=99=A4=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../crc-upload/components/uploadNonDicomFiles.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue
index e1dec7a7..ec01ed3a 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadNonDicomFiles.vue
@@ -102,8 +102,8 @@
-
-
+
-
+
-
+
+
From 7d2af46845a0dbba3abe987449ad38d3dc7c74ae Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 15 Apr 2025 16:29:56 +0800
Subject: [PATCH 4/6] =?UTF-8?q?=E9=80=9A=E7=94=A8=E5=9F=B9=E8=AE=AD?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../attachment/components/SignatureTemplate/TemplateForm.vue | 2 ++
.../attachment/components/SignatureTemplate/attachmentForm.vue | 3 ++-
src/views/trials/trials-workbench/index.vue | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
index 8189de54..5f30ba3f 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
@@ -139,6 +139,8 @@ export default {
this.form.IsDeleted = this.data.IsDeleted
this.form.SignViewMinimumMinutes = this.data.SignViewMinimumMinutes
this.form.DocUserSignType = this.data.DocUserSignType
+ this.form.CurrentStaffTrainDays = this.data.CurrentStaffTrainDays
+ this.form.NewStaffTrainDays = this.data.NewStaffTrainDays
}
this.loading = false
},
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentForm.vue b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentForm.vue
index 579ba515..b0498eeb 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentForm.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentForm.vue
@@ -16,7 +16,7 @@
:http-request="handleUploadFile" :on-preview="handlePreview" :on-remove="handleRemoveFile"
:show-file-list="true" :file-list="fileList" :limit="1" :on-exceed="handleExceed">
{{ $t('common:button:check')
- }}
+ }}
({{ $t('trials:signature:label:type').replace("xxx", this.accept.join(", ")) }})
@@ -128,6 +128,7 @@ export default {
path: this.$getObjectName(res.url),
url: this.$getObjectName(res.url),
})
+ this.form.Name = param.file.name
this.form.FileName = param.file.name
this.form.FilePath = this.$getObjectName(res.url)
this.form.FileSize = param.file.size
diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue
index e0ce0fd6..2361da74 100644
--- a/src/views/trials/trials-workbench/index.vue
+++ b/src/views/trials/trials-workbench/index.vue
@@ -370,7 +370,7 @@