企业信息上报加密改造,系统bug修改

This commit is contained in:
hanqi 2025-10-11 16:32:12 +08:00
parent ccba408407
commit 16c1d34b96
3 changed files with 7 additions and 1 deletions

View File

@ -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"

View File

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

View File

@ -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 47542017 dto.setGmjjhyfldm(enterprise.getEconCategoryTypec());//国民经济行业分类代码国民经济行业分类GB/T 47542017
else if (StringUtils.hasText(enterprise.getEconCategoryTypeb())) else if (StringUtils.hasText(enterprise.getEconCategoryTypeb()))