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