调整企业分级分类,增加企业信息导入功能
This commit is contained in:
parent
3f43cf36ee
commit
cd3a9fd6e4
|
|
@ -77,11 +77,6 @@
|
||||||
<el-link type="primary" @click="handleTune(r.data.row)" title="调整分级分类">调整分级分类</el-link>
|
<el-link type="primary" @click="handleTune(r.data.row)" title="调整分级分类">调整分级分类</el-link>
|
||||||
</template>
|
</template>
|
||||||
<template #dialogContent="{ dialogConfig: dc }" v-if="dialogConfig.mode === 'tune'">
|
<template #dialogContent="{ dialogConfig: dc }" v-if="dialogConfig.mode === 'tune'">
|
||||||
<el-row style="height: 600px; overflow: auto;">
|
|
||||||
<el-form :label-width="dc.formLabelWidth" label-position="left">
|
|
||||||
<qyjbxx :dc="dc"/>
|
|
||||||
</el-form>
|
|
||||||
</el-row>
|
|
||||||
<el-row style="padding-top: 15px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);">
|
<el-row style="padding-top: 15px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="企业分级" prop="businessRating">
|
<el-form-item label="企业分级" prop="businessRating">
|
||||||
|
|
|
||||||
|
|
@ -518,7 +518,7 @@ public class EnterpriseService {
|
||||||
} else if ("tune".equals(operate)) {
|
} else if ("tune".equals(operate)) {
|
||||||
save.setBusinessRating(enterprise.getBusinessRating());
|
save.setBusinessRating(enterprise.getBusinessRating());
|
||||||
save.setBusinessCategory(enterprise.getBusinessCategory());
|
save.setBusinessCategory(enterprise.getBusinessCategory());
|
||||||
msg = "分级分类调整";
|
msg = "分类调整";
|
||||||
}
|
}
|
||||||
EnterpriseHistory history = new EnterpriseHistory();
|
EnterpriseHistory history = new EnterpriseHistory();
|
||||||
BeanUtils.copyProperties(o, history);
|
BeanUtils.copyProperties(o, history);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue