From 2cb45ae0ff4be7d0f62ba2c29cd9062aca6b273c Mon Sep 17 00:00:00 2001
From: zth <1205836521@qq.com>
Date: Thu, 3 Apr 2025 19:06:43 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=9B=9E=E5=BD=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jwtech-admin-page/src/main.js | 28 +++++++++++++++
.../options/generalView.vue | 2 +-
.../options/basePage.vue | 24 ++++++-------
.../options/components/newBadCredit.vue | 22 +++++++++---
.../options/components/newGoodCredit.vue | 10 +++---
.../goodConductAudit/index.vue | 2 +-
.../peasantWorkers/index.vue | 1 +
.../src/views/announcement/index.vue | 3 ++
.../components/actionList.vue | 1 +
.../descriptionsEnterpriseTable.vue | 4 +--
.../components/lineCredit.vue | 26 +++++++++-----
.../components/personalTable.vue | 17 ++++++----
.../components/realTimeCredit.vue | 34 +++++++++----------
.../enterprise/domain/dto/DisclosureDto.java | 2 ++
.../mapper/BsSgcYxjdDynamicCreditMapper.java | 4 ++-
.../BsSgcYxjdDynamicCreditService.java | 4 +--
.../kms/statistics/domain/NmgListTotal.java | 3 ++
.../BsSgcJsjdBuiSalaryStatisticsService.java | 10 +++---
.../build/BsSgcjsjdBuiProInfoMapper.xml | 4 ++-
.../BsSgcYxjdDynamicCreditMapper.xml | 3 +-
20 files changed, 135 insertions(+), 69 deletions(-)
diff --git a/jwtech-admin-page/src/main.js b/jwtech-admin-page/src/main.js
index c4cd0882..cfe73449 100644
--- a/jwtech-admin-page/src/main.js
+++ b/jwtech-admin-page/src/main.js
@@ -97,6 +97,33 @@ Vue.prototype.$formatAdcd=function(row) {
return codeToText[provinceCode];
}
}
+
+ if (row.declarationManagementZones) {
+ let provinceCode = row.declarationManagementZones.slice(0, 2);
+ let cityCode = row.declarationManagementZones.slice(2, 4);
+ let areaCode = row.declarationManagementZones.slice(4);
+ if (areaCode != "00"|| areaCode.length > 2) {
+ if (codeToText[provinceCode + cityCode + areaCode]){
+ return (
+ codeToText[provinceCode] +
+ "-" +
+ codeToText[provinceCode + cityCode] +
+ "-" +
+ codeToText[provinceCode + cityCode + areaCode]
+ )}
+ else {
+ return codeToText[provinceCode] +
+ "-" +
+ codeToText[provinceCode + cityCode]
+ }
+ } else if (cityCode != "00") {
+ return (
+ codeToText[provinceCode] + "-" + codeToText[provinceCode + cityCode]
+ );
+ } else {
+ return codeToText[provinceCode];
+ }
+ }
}
@@ -137,6 +164,7 @@ Vue.prototype.$ButtonClickDiff = function(index) {
type: 'warning',
dangerouslyUseHTMLString: true,
callback: action => {
+ console.log(index,'2222222222')
if (action === 'confirm') {
const refName = `uploadTemplate${index}`;
this.$refs[refName].$refs['upload-inner'].handleClick();
diff --git a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue
index b2ee2bab..7f928349 100644
--- a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue
+++ b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue
@@ -72,7 +72,7 @@
{{ projectInfo.wageDeposit }}
-
+
{{ projectInfo.totalSalary }}
diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
index 0d17d1aa..a1a80bbb 100644
--- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
+++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
@@ -304,7 +304,7 @@
label="统一社会信用代码证"
prop="socialCreditCodeAttachment"
>
-
-
+
点击上传
@@ -334,7 +334,7 @@
label="安全生产许可证附件"
prop="safetyProductionAttachment"
>
-
-
+
点击上传
@@ -361,7 +361,7 @@
-
-
+
点击上传
@@ -388,7 +388,7 @@
-
-
+
点击上传
@@ -419,7 +419,7 @@
prop="certificateInformation"
style="position: relative"
>
-
-
+
点击上传
@@ -460,7 +460,7 @@
-
-
+
点击上传
diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newBadCredit.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newBadCredit.vue
index fc6f3299..5b66f2f0 100644
--- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newBadCredit.vue
+++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/newBadCredit.vue
@@ -239,13 +239,18 @@
filterable
:filter-method="filterBehavior"
default-first-option
+
>
+ >
+
+ {{ dict.dictLabel }}
+
+
@@ -425,7 +430,7 @@
:labelStyle="{
'text-align': 'left',
width: '180px',
- height: '50px',
+ height: '60px',
}"
:contentStyle="{ minWidth: '350px' }"
>
@@ -713,7 +718,6 @@ export default {
});
this.getDicts("bad_level").then((response) => {
this.badLevelOptions = response.data;
- this.filteredBadCreditOptions = this.badCreditOptions;
});
this.getDicts("demerit_value").then((response) => {
@@ -725,6 +729,8 @@ export default {
});
this.getDicts("bad_credit_behavior").then((response) => {
this.badCreditOptions = response.data;
+ this.filteredBadCreditOptions = this.badCreditOptions;
+
});
listPerformanceRecord({ data: { enterpriseId: this.enterpriseId } }).then(
(response) => {
@@ -740,8 +746,7 @@ export default {
return item.dictLabel.toLowerCase().includes(query.toLowerCase());
});
} else {
- this.behaviorKeyword = '';
- this.filteredBadCreditOptions = this.badCreditOptions;
+ return this.badCreditOptions
}
},
@@ -1147,6 +1152,13 @@ export default {
};