Browse Source

fix:[资源库管理][试剂管理]档案

lkf
HanLong 2 months ago
parent
commit
a0f76b9026
8 changed files with 10 additions and 9 deletions
  1. +1
    -1
      src/views/business/resource/gsp/comps/gsp/Xgkc.vue
  2. +1
    -1
      src/views/business/resource/sj/comps/Bj.vue
  3. +1
    -1
      src/views/business/resource/sj/comps/Gd.vue
  4. +1
    -1
      src/views/business/resource/sj/comps/Jd.vue
  5. +1
    -1
      src/views/business/resource/sj/comps/Js.vue
  6. +3
    -2
      src/views/business/resource/sj/comps/Jy.vue
  7. +1
    -1
      src/views/business/resource/sj/comps/Sd.vue
  8. +1
    -1
      src/views/business/resource/sj/comps/Xgkc.vue

+ 1
- 1
src/views/business/resource/gsp/comps/gsp/Xgkc.vue View File

@ -111,7 +111,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.gsp.xgkc'), qmyy: this.$t('page.business.resource.gsp.xgkc'),
sdrmm: null,
qmrmm: null,
kc: '', kc: '',
kcdw: '', kcdw: '',
} }

+ 1
- 1
src/views/business/resource/sj/comps/Bj.vue View File

@ -143,7 +143,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('form.edit'), qmyy: this.$t('form.edit'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },

+ 1
- 1
src/views/business/resource/sj/comps/Gd.vue View File

@ -94,7 +94,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.sqgd'), qmyy: this.$t('page.business.resource.sj.sqgd'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },

+ 1
- 1
src/views/business/resource/sj/comps/Jd.vue View File

@ -93,7 +93,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.sqjd'), qmyy: this.$t('page.business.resource.sj.sqjd'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },

+ 1
- 1
src/views/business/resource/sj/comps/Js.vue View File

@ -81,7 +81,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.jssj'), qmyy: this.$t('page.business.resource.sj.jssj'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },

+ 3
- 2
src/views/business/resource/sj/comps/Jy.vue View File

@ -3,7 +3,7 @@
<!-- 借阅弹窗 --> <!-- 借阅弹窗 -->
<el-dialog :title="$t('page.business.resource.sj.jieyue')" :visible.sync="open" width="500px" append-to-body <el-dialog :title="$t('page.business.resource.sj.jieyue')" :visible.sync="open" width="500px" append-to-body
:close-on-click-modal="false"> :close-on-click-modal="false">
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form ref="form" :model="form" :rules="rules" label-width="80px" v-show="open">
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<el-form-item :label="$t('page.business.resource.sj.jieyuesj')" prop="qmyy"> <el-form-item :label="$t('page.business.resource.sj.jieyuesj')" prop="qmyy">
@ -107,7 +107,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.sqjy'), qmyy: this.$t('page.business.resource.sj.sqjy'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },
@ -119,6 +119,7 @@ export default {
this.form.id = row.id this.form.id = row.id
this.form.mc = row.mc this.form.mc = row.mc
this.form.bh = row.bh this.form.bh = row.bh
this.daterange = []
this.open = true this.open = true
}, },
save() { save() {

+ 1
- 1
src/views/business/resource/sj/comps/Sd.vue View File

@ -93,7 +93,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.sdsj'), qmyy: this.$t('page.business.resource.sj.sdsj'),
sdrmm: null
qmrmm: null
} }
this.resetForm("form") this.resetForm("form")
}, },

+ 1
- 1
src/views/business/resource/sj/comps/Xgkc.vue View File

@ -109,7 +109,7 @@ export default {
mc: null, mc: null,
bh: null, bh: null,
qmyy: this.$t('page.business.resource.sj.xgkc'), qmyy: this.$t('page.business.resource.sj.xgkc'),
sdrmm: null,
qmrmm: null,
kc: '', kc: '',
kcdw: '', kcdw: '',
} }

Loading…
Cancel
Save