+
+ ">
-
+ ]">
-
+
-
+
-
+
-
+
-
+
- {{
- $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;
}