Browse Source

fix:[表单管理]操作日志

lkf
15881625488@163.com 2 months ago
parent
commit
65b1702154
4 changed files with 12 additions and 5 deletions
  1. +3
    -1
      src/views/business/study/comp/jhbd/Bj.vue
  2. +3
    -1
      src/views/business/study/comp/sqbd/Bj.vue
  3. +3
    -1
      src/views/business/study/comp/tbbd/Bj.vue
  4. +3
    -2
      src/views/business/study/comp/ytbd/Bj.vue

+ 3
- 1
src/views/business/study/comp/jhbd/Bj.vue View File

@ -285,7 +285,9 @@ export default {
this.showIndex = 1
this.form = _.merge({}, this.form, row)
this.templateData = deepClone(this.form)
this.saveSimpleLog({jcmc:'计划表单新增',jcmcEn:'Create',jcnr:'',jcmcEn:''})
let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单')
let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug')
this.saveSimpleLog({jcmc:'计划表单新增',jcmcEn:'Plan Table Create',name:name,nameEn:nameEn})
this.open = true
}
},

+ 3
- 1
src/views/business/study/comp/sqbd/Bj.vue View File

@ -287,7 +287,9 @@ export default {
this.showIndex = 1
this.form = _.merge({}, this.form, row)
this.templateData = deepClone(this.form)
this.saveSimpleLog({jcmc:'领取申请单新增',nameEn:'Create',name:'',nameEn:''})
let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单')
let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug')
this.saveSimpleLog({jcmc:'领取申请单新增',jcmcEn:'Material Application Table Create',name:name,nameEn:nameEn})
this.open = true
}
},

+ 3
- 1
src/views/business/study/comp/tbbd/Bj.vue View File

@ -608,7 +608,9 @@ export default {
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') })
this.$tab.updatePage(obj);
this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Create',name:'',nameEn:''})
let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单')
let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug')
this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Record Create',name:name,nameEn:nameEn})
this.$modal.closeLoading()
})
}

+ 3
- 2
src/views/business/study/comp/ytbd/Bj.vue View File

@ -285,11 +285,12 @@ export default {
} else {
this.showIndex = 1
this.form = _.merge({}, this.form, row)
this.saveSimpleLog({name:this.form.bdbh,nameEn:this.form.bdbh,jcmc:'新增表单',jcmcEn:'Create'})
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') })
this.$tab.updatePage(obj);
this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Create',name:'',jcmcEn:''})
let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单')
let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug')
this.saveSimpleLog({jcmc:'预填表单新增',jcmcEn:'Preset Create',name:name,nameEn:nameEn})
this.open = true
}
},

Loading…
Cancel
Save