Browse Source

feat: [试验管理] 修改签名意义

master
memorylkf 3 days ago
parent
commit
19a7edbd61
6 changed files with 14 additions and 14 deletions
  1. +1
    -1
      src/views/business/form/drug/comp/edit.vue
  2. +1
    -1
      src/views/business/form/drug/comp/ytbdList.vue
  3. +5
    -5
      src/views/business/form/drug/list.vue
  4. +1
    -1
      src/views/business/form/nonTrial/comp/edit.vue
  5. +1
    -1
      src/views/business/form/nonTrial/comp/ytbdList.vue
  6. +5
    -5
      src/views/business/form/nonTrial/list.vue

+ 1
- 1
src/views/business/form/drug/comp/edit.vue View File

@ -116,7 +116,7 @@ export default {
if (valid) { if (valid) {
this.infoDialog.formData.status = status this.infoDialog.formData.status = status
if(status === 3){ if(status === 3){
this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.drug.submit'):this.$t('page.business.study.drug.xgsy'),this.oldStatus==1?'创建试验':'修改试验')
this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.drug.submit'):this.$t('page.business.study.drug.xgsy'),this.oldStatus==1?'创建麻精药文件夹':'修改麻精药文件夹')
}else{ }else{
this.doSave({}) this.doSave({})
} }

+ 1
- 1
src/views/business/form/drug/comp/ytbdList.vue View File

@ -393,7 +393,7 @@ export default {
drug_checkSd({ drug_checkSd({
study:{id:this.study.id}, study:{id:this.study.id},
}).then(() => { }).then(() => {
this.$refs.fsySignRef.show(this.$t('page.business.study.drug.sdsy'),this.$t('page.business.study.drug.sdsy'))
this.$refs.fsySignRef.show(this.$t('page.business.study.drug.sdsy'),'锁定麻精药文件夹')
}).finally(() => { }).finally(() => {
this.$modal.closeLoading() this.$modal.closeLoading()
}) })

+ 5
- 5
src/views/business/form/drug/list.vue View File

@ -248,7 +248,7 @@ export default {
del(row) { del(row) {
this.operate = 'del' this.operate = 'del'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.drug.scsy'),this.$t('page.business.study.drug.scsy'))
this.$refs.signRef.show(this.$t('page.business.study.drug.scsy'),'删除麻精药文件夹')
}, },
doDel(signInfo) { doDel(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -268,7 +268,7 @@ export default {
gd(row) { gd(row) {
this.operate = 'gd' this.operate = 'gd'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.drug.sqgd'),this.$t('page.business.study.drug.sqgd'))
this.$refs.signRef.show(this.$t('page.business.study.drug.sqgd'),'申请归档')
}, },
doGd(signInfo) { doGd(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -288,7 +288,7 @@ export default {
js(row) { js(row) {
this.operate = 'js' this.operate = 'js'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.drug.jssy'),this.$t('page.business.study.drug.jssy'))
this.$refs.signRef.show(this.$t('page.business.study.drug.jssy'),'解锁麻精药文件夹')
}, },
doJs(signInfo) { doJs(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -308,7 +308,7 @@ export default {
jd(row) { jd(row) {
this.operate = 'jd' this.operate = 'jd'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.drug.sqjd'),this.$t('page.business.study.drug.sqjd'))
this.$refs.signRef.show(this.$t('page.business.study.drug.sqjd'),'申请解档')
}, },
doJd(signInfo) { doJd(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -328,7 +328,7 @@ export default {
jy(row) { jy(row) {
this.operate = 'jy' this.operate = 'jy'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.drug.sqjy'),this.$t('page.business.study.drug.sqjy'),true)
this.$refs.signRef.show(this.$t('page.business.study.drug.sqjy'),'申请借阅',true)
}, },
doJy(signInfo) { doJy(signInfo) {
this.$modal.loading() this.$modal.loading()

+ 1
- 1
src/views/business/form/nonTrial/comp/edit.vue View File

@ -116,7 +116,7 @@ export default {
if (valid) { if (valid) {
this.infoDialog.formData.status = status this.infoDialog.formData.status = status
if(status === 3){ if(status === 3){
this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.nonTrial.submit'):this.$t('page.business.study.nonTrial.xgsy'),this.oldStatus==1?'创建试验':'修改试验')
this.$refs.editSignRef.show(this.oldStatus==1?this.$t('page.business.study.nonTrial.submit'):this.$t('page.business.study.nonTrial.xgsy'),this.oldStatus==1?'创建试验':'修改试验')
}else{ }else{
this.doSave({}) this.doSave({})
} }

+ 1
- 1
src/views/business/form/nonTrial/comp/ytbdList.vue View File

@ -392,7 +392,7 @@ export default {
nonTrial_checkSd({ nonTrial_checkSd({
study:{id:this.study.id}, study:{id:this.study.id},
}).then(() => { }).then(() => {
this.$refs.fsySignRef.show(this.$t('page.business.study.nonTrial.sdsy'),this.$t('page.business.study.nonTrial.sdsy'))
this.$refs.fsySignRef.show(this.$t('page.business.study.nonTrial.sdsy'),'锁定非试验')
}).finally(() => { }).finally(() => {
this.$modal.closeLoading() this.$modal.closeLoading()
}) })

+ 5
- 5
src/views/business/form/nonTrial/list.vue View File

@ -248,7 +248,7 @@ export default {
del(row) { del(row) {
this.operate = 'del' this.operate = 'del'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.scsy'),this.$t('page.business.study.nonTrial.scsy'))
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.scsy'),'删除非试验')
}, },
doDel(signInfo) { doDel(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -268,7 +268,7 @@ export default {
gd(row) { gd(row) {
this.operate = 'gd' this.operate = 'gd'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqgd'),this.$t('page.business.study.nonTrial.sqgd'))
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqgd'),'申请归档')
}, },
doGd(signInfo) { doGd(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -288,7 +288,7 @@ export default {
js(row) { js(row) {
this.operate = 'js' this.operate = 'js'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.jssy'),this.$t('page.business.study.nonTrial.jssy'))
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.jssy'),'解锁非试验')
}, },
doJs(signInfo) { doJs(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -308,7 +308,7 @@ export default {
jd(row) { jd(row) {
this.operate = 'jd' this.operate = 'jd'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqjd'),this.$t('page.business.study.nonTrial.sqjd'))
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqjd'),'申请解档')
}, },
doJd(signInfo) { doJd(signInfo) {
this.$modal.loading() this.$modal.loading()
@ -328,7 +328,7 @@ export default {
jy(row) { jy(row) {
this.operate = 'jy' this.operate = 'jy'
this.operateRow = row this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqjy'),this.$t('page.business.study.nonTrial.sqjy'),true)
this.$refs.signRef.show(this.$t('page.business.study.nonTrial.sqjy'),'申请借阅',true)
}, },
doJy(signInfo) { doJy(signInfo) {
this.$modal.loading() this.$modal.loading()

Loading…
Cancel
Save