只有顺序阅片的时显示是否复制后续任务阅片表单
parent
835aedc800
commit
21bcd1fddb
|
|
@ -214,7 +214,7 @@
|
|||
</el-form-item>
|
||||
<!-- 是否复制阅片表单 -->
|
||||
<el-form-item :label="$t('trials:readTask:title:IsCopyLesionAnswer')"
|
||||
v-if="ApplyforReasonForm.IsCopyOrigenalForms && rowData.ReadingCategory === 1" prop="IsCopyFollowForms" :rules="[
|
||||
v-if="ApplyforReasonForm.IsCopyOrigenalForms && rowData.ReadingCategory === 1 && otherInfo.IsReadingTaskViewInOrder === 1" prop="IsCopyFollowForms" :rules="[
|
||||
{ required: true, message: $t('common:ruleMessage:select') },
|
||||
]">
|
||||
<el-radio-group v-model="ApplyforReasonForm.IsCopyFollowForms">
|
||||
|
|
@ -491,9 +491,9 @@ export default {
|
|||
if (!valid) return
|
||||
this.loading = true
|
||||
this.btnLoading = true
|
||||
// if (!this.ApplyforReasonForm.IsCopyOrigenalForms || !this.isTumor) {
|
||||
// this.ApplyforReasonForm.IsCopyFollowForms = false
|
||||
// }
|
||||
if (!this.ApplyforReasonForm.IsCopyOrigenalForms) {
|
||||
this.ApplyforReasonForm.IsCopyFollowForms = false
|
||||
}
|
||||
var params = {
|
||||
TaskIdList: [
|
||||
this.rowData.Id
|
||||
|
|
@ -505,6 +505,7 @@ export default {
|
|||
// IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms,
|
||||
RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '阅片记录错误'
|
||||
}
|
||||
console.log(params)
|
||||
applyReReading(params).then(res => {
|
||||
this.loading = false
|
||||
this.btnLoading = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue