pengjun 11 months ago
parent
commit
5903d522dc
  1. 7
      src/components/doctorCheck/CheckPicture.vue

7
src/components/doctorCheck/CheckPicture.vue

@ -512,13 +512,18 @@ export default {
btnOkBigtext() { btnOkBigtext() {
console.log('this.pacsParams', this.pacsParams) console.log('this.pacsParams', this.pacsParams)
// this.doctorCheck.checkItemList[0].result = this.pacsParams.result // this.doctorCheck.checkItemList[0].result = this.pacsParams.result
/*
this.doctorCheck.checkSummaryList = [{ this.doctorCheck.checkSummaryList = [{
id: Math.random(), id: Math.random(),
registerCheckId: this.doctorCheck.RegisterCheckEdit.id, registerCheckId: this.doctorCheck.RegisterCheckEdit.id,
summary: this.pacsParams.summary, summary: this.pacsParams.summary,
summaryFlag: 'N', summaryFlag: 'N',
}] }]
*/
if(this.doctorCheck.checkSummaryList.length == 0){
this.$message.warning({showClose:true,message:"请填写检查结论"})
return
}
this.save() this.save()
this.dialogDcm = false this.dialogDcm = false

Loading…
Cancel
Save