|
|
|
@ -248,7 +248,7 @@ export default { |
|
|
|
del(row) { |
|
|
|
this.operate = 'del' |
|
|
|
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) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -268,7 +268,7 @@ export default { |
|
|
|
gd(row) { |
|
|
|
this.operate = 'gd' |
|
|
|
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) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -288,7 +288,7 @@ export default { |
|
|
|
js(row) { |
|
|
|
this.operate = 'js' |
|
|
|
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) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -308,7 +308,7 @@ export default { |
|
|
|
jd(row) { |
|
|
|
this.operate = 'jd' |
|
|
|
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) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -328,7 +328,7 @@ export default { |
|
|
|
jy(row) { |
|
|
|
this.operate = 'jy' |
|
|
|
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) { |
|
|
|
this.$modal.loading() |
|
|
|
|