|
|
@ -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() { |
|
|
|