Browse Source

fix:[资源库]操作日志

lkf
15881625488@163.com 2 months ago
parent
commit
7292f29174
12 changed files with 15 additions and 3 deletions
  1. +1
    -0
      src/views/business/resource/gyzj/comps/ffjl/Xq.vue
  2. +1
    -0
      src/views/business/resource/gyzj/comps/ffjlList.vue
  3. +1
    -0
      src/views/business/resource/gyzj/comps/gyzj/Xq.vue
  4. +1
    -0
      src/views/business/resource/gyzj/comps/gyzjList.vue
  5. +1
    -0
      src/views/business/resource/gyzj/index.vue
  6. +3
    -0
      src/views/business/resource/mjy/comps/ffjl/Xq.vue
  7. +1
    -0
      src/views/business/resource/mjy/comps/ffjlList.vue
  8. +2
    -1
      src/views/business/resource/mjy/comps/mjy/Xq.vue
  9. +1
    -0
      src/views/business/resource/mjy/comps/mjyList.vue
  10. +1
    -0
      src/views/business/resource/mjy/index.vue
  11. +1
    -1
      src/views/business/study/comp/wzlb/gyzjList.vue
  12. +1
    -1
      src/views/business/study/comp/wzlb/mjyList.vue

+ 1
- 0
src/views/business/resource/gyzj/comps/ffjl/Xq.vue View File

@ -221,6 +221,7 @@ export default {
this.form = response.data
this.open = true
this.getJjcgjList()
this.saveSimpleLog({name:row.bh,nameEn:row.bh,jcmc:'给药制剂发放回收详情',jcmcEn:'Formulation In-and-Out Record Detail'})
}).finally(() => {
this.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/gyzj/comps/ffjlList.vue View File

@ -397,6 +397,7 @@ export default {
a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate)))
a.click()
that.$modal.closeLoading()
that.saveSimpleLog({name:'',nameEn:'',jcmc:'给药制剂发放回收导出',jcmcEn:'Formulation In-and-Out Record Export'})
}).finally(() => {
that.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/gyzj/comps/gyzj/Xq.vue View File

@ -226,6 +226,7 @@ export default {
this.form = response.data
this.open = true
this.getTzList()
this.saveSimpleLog({name:row.bh,nameEn:row.bh,jcmc:'给药制剂详情',jcmcEn:'Formulation Detail'})
}).finally(() => {
this.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/gyzj/comps/gyzjList.vue View File

@ -414,6 +414,7 @@ export default {
a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate)))
a.click()
that.$modal.closeLoading()
that.saveSimpleLog({name:'',nameEn:'',jcmc:'给药制剂导出',jcmcEn:'Formulation Export'})
}).finally(() => {
that.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/gyzj/index.vue View File

@ -43,6 +43,7 @@ export default {
changeTab(item) {
if (this.active !== item.key) {
this.active = item.key
this.saveSimpleLog({name:this.$t(item.name,'zh_CN'),nameEn:this.$t(item.name,'en_US'),jcmc:this.$t('system.enterPage','zh_CN'),jcmcEn:this.$t('system.enterPage','en_US')})
}
},
showDetailCallback(val) {

+ 3
- 0
src/views/business/resource/mjy/comps/ffjl/Xq.vue View File

@ -222,6 +222,9 @@ export default {
this.form = response.data
this.open = true
this.getJjcgjList()
this.saveSimpleLog({name:row.bh,nameEn:row.bh,jcmc:'麻精药发放回收详情',jcmcEn:'Controlled Drug In-and-Out Record Detail'})
}).finally(() => {
this.$modal.closeLoading()
})
}
}

+ 1
- 0
src/views/business/resource/mjy/comps/ffjlList.vue View File

@ -397,6 +397,7 @@ export default {
a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate)))
a.click()
that.$modal.closeLoading()
that.saveSimpleLog({name:'',nameEn:'',jcmc:'麻精药发放回收导出',jcmcEn:'Controlled Drug In-and-Out Record Export'})
}).finally(() => {
that.$modal.closeLoading()
})

+ 2
- 1
src/views/business/resource/mjy/comps/mjy/Xq.vue View File

@ -221,8 +221,9 @@ export default {
this.$modal.loading()
info({ id: row.id }).then(response => {
this.form = response.data
this.getTzList()
this.open = true
this.getTzList()
this.saveSimpleLog({name:row.bh,nameEn:row.bh,jcmc:'麻精药详情',jcmcEn:'Controlled Drug Detail'})
}).finally(() => {
this.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/mjy/comps/mjyList.vue View File

@ -413,6 +413,7 @@ export default {
a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate)))
a.click()
that.$modal.closeLoading()
that.saveSimpleLog({name:'',nameEn:'',jcmc:'麻精药导出',jcmcEn:'Controlled Drug Export'})
}).finally(() => {
that.$modal.closeLoading()
})

+ 1
- 0
src/views/business/resource/mjy/index.vue View File

@ -43,6 +43,7 @@ export default {
changeTab(item) {
if (this.active !== item.key) {
this.active = item.key
this.saveSimpleLog({name:this.$t(item.name,'zh_CN'),nameEn:this.$t(item.name,'en_US'),jcmc:this.$t('system.enterPage','zh_CN'),jcmcEn:this.$t('system.enterPage','en_US')})
}
},
showDetailCallback(val) {

+ 1
- 1
src/views/business/study/comp/wzlb/gyzjList.vue View File

@ -102,7 +102,7 @@
</template>
</template>
<!-- 入库 -->
<el-button type="text" v-if="scope.row.zjzt == 2 && scope.row.rksqzt == 1" @click="handleRk(scope.row)"
<el-button type="text" v-if="scope.row.zjzt == 2 && scope.row.rksqzt == 1&& scope.row.cczt == 1" @click="handleRk(scope.row)"
v-hasPermi="['business:studyGyzj:rk', 'business:nonTrialGyzj:rk', 'business:drugGyzj:rk']">{{
$t('page.business.resource.gyzj.ruku') }}</el-button>
<!-- 取出 -->

+ 1
- 1
src/views/business/study/comp/wzlb/mjyList.vue View File

@ -93,7 +93,7 @@
$t('page.business.resource.mjy.xgkc') }}</el-button>
</template>
<!-- 取出 -->
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==3" @click="handleQc(scope.row)"
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==3&& scope.row.cczt == 1" @click="handleQc(scope.row)"
v-hasPermi="['business:studyMjy:qc', 'business:nonTrialMjy:qc', 'business:drugMjy:qc']">{{
$t('page.business.resource.gyzj.quchu') }}</el-button>
<!-- 存储 -->

Loading…
Cancel
Save