Browse Source

feat:[资源库管理]给药制剂 详情导出

lkf
15881625488@163.com 3 months ago
parent
commit
141d1127c1
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      src/lang/en/business/resource/gyzj.js
  2. +1
    -1
      src/views/business/resource/gyzj/comps/gyzj/Xq.vue

+ 1
- 0
src/lang/en/business/resource/gyzj.js View File

@ -124,4 +124,5 @@ export default {
sdffjl: '锁定发放记录', sdffjl: '锁定发放记录',
quchu: 'Take Out', quchu: 'Take Out',
cunchu: 'Storage', cunchu: 'Storage',
sfcc:'是否存储'
} }

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

@ -197,7 +197,7 @@ export default {
methods: { methods: {
exportExcel() { exportExcel() {
this.$modal.loading() this.$modal.loading()
exportDetail({ id: this.form.id }).then(response => {
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => {
window.open(this.baseUrl +response.msg) window.open(this.baseUrl +response.msg)
this.$modal.closeLoading() this.$modal.closeLoading()
}).finally(() => { }).finally(() => {

Loading…
Cancel
Save