企业信息上报加密改造,系统bug修改
This commit is contained in:
parent
ccba408407
commit
16c1d34b96
|
|
@ -24,7 +24,9 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
<el-table-column header-align="center" align="center" type="index" label="序号" min-width="80"/>
|
<el-table-column header-align="center" align="center" type="index" label="序号" min-width="80"/>
|
||||||
|
<el-table-column header-align="center" align="center" prop="agencyName" label="组织机构" min-width="300"/>
|
||||||
|
<el-table-column header-align="center" align="center" prop="total" label="总数" min-width="100"
|
||||||
|
class-name="can-click"/>
|
||||||
<el-table-column header-align="center" align="center"
|
<el-table-column header-align="center" align="center"
|
||||||
v-for="col in DICTITEMS.HYLB_OPTIONS"
|
v-for="col in DICTITEMS.HYLB_OPTIONS"
|
||||||
:prop="col.value"
|
:prop="col.value"
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right-container">
|
<div class="right-container">
|
||||||
<div class="right-top-container">
|
<div class="right-top-container">
|
||||||
<div class="fxczfzs">
|
<div class="fxczfzs">
|
||||||
|
|
@ -458,6 +459,7 @@ const goDzzxxc = (event) => {
|
||||||
|
|
||||||
// 企业接入统计
|
// 企业接入统计
|
||||||
const qysj = reactive({jrzs: 0, ssjkqys: 0, spjkqys: 0, jkdzxl: 0})
|
const qysj = reactive({jrzs: 0, ssjkqys: 0, spjkqys: 0, jkdzxl: 0})
|
||||||
|
|
||||||
function findQyjrtj() {
|
function findQyjrtj() {
|
||||||
api.findQyjrtj().then(res => {
|
api.findQyjrtj().then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|
|
||||||
|
|
@ -374,6 +374,8 @@ public class EnterpriseAuditService {
|
||||||
if (industryType.equals("7")) dto.setGllx("1");
|
if (industryType.equals("7")) dto.setGllx("1");
|
||||||
else dto.setGllx(null);
|
else dto.setGllx(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (StringUtils.hasText(enterprise.getEconCategoryTypec()))
|
if (StringUtils.hasText(enterprise.getEconCategoryTypec()))
|
||||||
dto.setGmjjhyfldm(enterprise.getEconCategoryTypec());//国民经济行业分类代码《国民经济行业分类》(GB/T 4754—2017)
|
dto.setGmjjhyfldm(enterprise.getEconCategoryTypec());//国民经济行业分类代码《国民经济行业分类》(GB/T 4754—2017)
|
||||||
else if (StringUtils.hasText(enterprise.getEconCategoryTypeb()))
|
else if (StringUtils.hasText(enterprise.getEconCategoryTypeb()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue