|
|
|
@ -32,59 +32,23 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.cctj')"> |
|
|
|
<el-input type="text" v-model="form.cctj" maxlength="50" disabled /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.ccwz')"> |
|
|
|
<el-input type="text" v-model="form.ccwz" maxlength="50" disabled /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.ckl')"> |
|
|
|
<el-input type="text" v-model="form.ckl" maxlength="50" disabled> <template slot="append">{{ form.ckldw |
|
|
|
}}</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.lqsj')"> |
|
|
|
<el-input type="text" v-model="form.ffrq" maxlength="50" disabled /> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.zytj')" prop="rkzytj"> |
|
|
|
<BusinessSelect v-model="form.rkzytj" dictType="business_zytj"></BusinessSelect> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.md')"> |
|
|
|
<el-input type="text" v-if="form.mdOther != '' && form.mdMcs != ''" :value="form.mdMcs + ',' + form.mdOther" |
|
|
|
disabled /> |
|
|
|
<el-input type="text" v-else :value="form.mdMcs + form.mdOther" disabled /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.zytj')" prop="ghzytj"> |
|
|
|
<BusinessSelect v-model="form.ghzytj" dictType="business_zytj"></BusinessSelect> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.rkwz')" prop="rkwz"> |
|
|
|
<BusinessSelect v-model="form.rkwz" dictType="business_rkwz"></BusinessSelect> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.rkwz')" prop="rkwz"> |
|
|
|
<BusinessSelect v-model="form.rkwz" dictType="business_ccwz"></BusinessSelect> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.rktj')" prop="rktj"> |
|
|
|
<BusinessSelect v-model="form.rktj" dictType="business_cctj"></BusinessSelect> |
|
|
|
<BusinessSelect v-model="form.rktj" dictType="business_rktj"></BusinessSelect> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.rkl')" prop="rkl"> |
|
|
|
<el-input type="number" v-model="form.rkl" maxlength="50" :placeholder="$t('form.placeholderInput')"> |
|
|
|
@ -92,13 +56,6 @@ |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.gyzj.rkmz')" prop="rkmz"> |
|
|
|
<el-input type="number" v-model="form.rkmz" maxlength="50" :placeholder="$t('form.placeholderInput')"> |
|
|
|
<template slot="append">{{ form.ckldw }}</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
@ -157,9 +114,9 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<div slot="footer" class="dialog-footer" style="text-align: center;"> |
|
|
|
<el-button type="danger" @click="save(1)">{{ $t('form.reject') }}</el-button> |
|
|
|
<el-button type="primary" @click="save(10)">{{ $t('form.confirm') }}</el-button> |
|
|
|
<el-button type="primary" @click="save(10)">{{ $t('form.approve') }}</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
@ -192,12 +149,7 @@ export default { |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
ghzytj: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
}], |
|
|
|
rkmz: [{ |
|
|
|
rkzytj: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
@ -244,6 +196,7 @@ export default { |
|
|
|
reset() { |
|
|
|
this.form = { |
|
|
|
qmyy: null, |
|
|
|
rkl:null, |
|
|
|
qmyyMc: this.$t('page.business.resource.gyzj.tyjjrk'), |
|
|
|
} |
|
|
|
this.resetForm("form") |
|
|
|
@ -253,6 +206,7 @@ export default { |
|
|
|
let that = this |
|
|
|
info({ id: row.id }).then(response => { |
|
|
|
that.form = _.merge({},this.form,response.data) |
|
|
|
this.form.rkl=this.form.kc |
|
|
|
that.open = true |
|
|
|
}) |
|
|
|
}, |
|
|
|
|