|
|
|
@ -18,7 +18,7 @@ |
|
|
|
</div> |
|
|
|
<div class="edit-content"> |
|
|
|
<div class="content-left"> |
|
|
|
<TemplateTable ref="templateTable" emitName="onApplyFhCallback" @onApplyFhCallback="onApplyFhCallback" :sn="form.templateSn" :templateData="form" fillType="qc" /> |
|
|
|
<TemplateTable ref="templateTable" emitName="onApplyFhCallback" @onApplyFhCallback="onApplyFhCallback" :sn="form.templateSn" :templateData="form" fillType="qc" /> |
|
|
|
<div class="content-title"> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormApply.qmxx') }}</div> |
|
|
|
@ -168,13 +168,12 @@ export default { |
|
|
|
studyFormApply_updateZdgxjl( |
|
|
|
{ |
|
|
|
id: this.form.id, |
|
|
|
zdgxjl: JSON.stringify(data.fieldCheckObj) |
|
|
|
zdgxjl: data.fieldCheckObj |
|
|
|
} |
|
|
|
).then(response => { |
|
|
|
}) |
|
|
|
} |
|
|
|
else if (data.type == 'content') { |
|
|
|
// {"type":"content","newRecord":{"userNameCn":"谭飞","userNameEn":"tf","key":"_versionNum","field":"试验基本信息-版本号","title":"复核意见","time":"2026-01-14 20:23:30","content":"qweqe"},"resourceList":[{"userNameCn":"谭飞","userNameEn":"tf","key":"_versionNum","field":"试验基本信息-版本号","title":"复核意见","time":"2026-01-14 20:23:30","content":"qweqe"},{"userNameCn":"谭飞","userNameEn":"tf","key":"_methodCode","field":"试验基本信息-方法编号","title":"复核意见","time":"2026-01-14 20:23:28","content":"qweqw"}]} |
|
|
|
studyFormApply_updateFhyjjl( |
|
|
|
{ |
|
|
|
id: this.form.id, |
|
|
|
@ -184,17 +183,6 @@ export default { |
|
|
|
).then(response => { |
|
|
|
}) |
|
|
|
} |
|
|
|
else if (data.type == 'reply') { |
|
|
|
// {"type":"reply","newRecord":{"userNameCn":"谭飞","userNameEn":"tf","key":"_versionNum","field":"试验基本信息-版本号","title":"复核意见","time":"2026-01-14 20:23:30","content":"qweqe"},"resourceList":[{"userNameCn":"谭飞","userNameEn":"tf","key":"_versionNum","field":"试验基本信息-版本号","title":"复核意见","time":"2026-01-14 20:23:30","content":"qweqe"},{"userNameCn":"谭飞","userNameEn":"tf","key":"_methodCode","field":"试验基本信息-方法编号","title":"复核意见","time":"2026-01-14 20:23:28","content":"qweqw"}]} |
|
|
|
studyFormApply_updateFhyjjl( |
|
|
|
{ |
|
|
|
id: this.form.id, |
|
|
|
reply: JSON.stringify(data.newRecord), |
|
|
|
fhyjjl: JSON.stringify(data.resourceList) |
|
|
|
} |
|
|
|
).then(response => { |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
getJjcgjList(val) { |
|
|
|
this.$modal.loading() |
|
|
|
|