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 78faca44..6c5de1e8 100644
--- a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue
+++ b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/generalView.vue
@@ -15,7 +15,7 @@
开工日期:{{ projectInfo.commencementDate }} |
开设工资专用账户时间:{{ projectInfo.payrollAccountTime }}
- {{ projectInfo.dedicatedAccountWarning }}
+ {{ projectInfo.dedicatedAccountWarning }}
{{ projectInfo.dedicatedAccountWarning }}
|
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 4dcc41f4..c56b01f5 100644
--- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
+++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
@@ -413,7 +413,7 @@
-
+
+ 下载模板
@@ -683,6 +686,15 @@ export default {
});
},
methods: {
+ downloadTemplate(filename, name){
+ let a = document.createElement("a");
+ console.log(999, process.env.NODE_ENV);
+ a.href = "/jgThinking/static/" + filename;
+ // a.href = "/jgThinking/static/" + filename;
+ //路径中'/'为根目录,即index.html所在的目录
+ a.download = name;
+ a.click();
+ },
// 资质类别字典翻译
enterpriseTypeFormat(row, column) {
return this.selectDictLabel(
@@ -753,6 +765,9 @@ export default {
if (this.form.safetyProductionAttachment) {
this.fileList2 = JSON.parse(this.form.safetyProductionAttachment);
}
+ if (this.form.certificateInformation){
+ this.fileList5=JSON.parse(this.form.certificateInformation)
+ }
});
},
// 取消按钮
@@ -847,6 +862,7 @@ export default {
if (valid) {
this.form.socialCreditCodeAttachment = JSON.stringify(this.fileList1);
this.form.safetyProductionAttachment = JSON.stringify(this.fileList2);
+ this.form.certificateInformation=JSON.stringify(this.fileList5)
if (this.form.id != null) {
updateEnterpriseInfo(this.form).then((response) => {
if (response.code === 200) {
diff --git a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/badCredit.vue b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/badCredit.vue
index 52c7d5f8..53cca25e 100644
--- a/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/badCredit.vue
+++ b/jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/badCredit.vue
@@ -190,7 +190,7 @@
v-model="form.qualificationCategory"
placeholder="请选择资质类别"
style="width: 100%"
- disabled
+
>
+
+
+
+
+
-
-
-
-
{
this.totalData=res.data
+ console.log(this.totalData,'totalData')
this.totalLoading=false
})
},
diff --git a/jwtech-admin-page/vue.config.js b/jwtech-admin-page/vue.config.js
index 050174ea..670a9356 100644
--- a/jwtech-admin-page/vue.config.js
+++ b/jwtech-admin-page/vue.config.js
@@ -43,7 +43,7 @@ module.exports = {
// target: "http://127.0.0.1:18082",
// target: "http://192.168.2.108:18080",
// target: "http://192.168.2.103:18082",
- target: "http://localhost:18082",
+ target: "http://192.168.31.26:18082",
// target: "http://192.168.2.108:18080",
// target: "http://192.168.1.20:8084",
changeOrigin: true,
diff --git a/jwtech-pc-page/config/index.js b/jwtech-pc-page/config/index.js
index bd60b3d5..a6fd2b99 100644
--- a/jwtech-pc-page/config/index.js
+++ b/jwtech-pc-page/config/index.js
@@ -33,7 +33,7 @@ module.exports = {
proxyTable: {
'/jgThinking/thinking': {
// target: 'http://127.0.0.1:18080/kms-pc-web',
- target: 'http://localhost:18080',
+ target: 'http://19.25.74.73:8096',
// target: 'http://192.168.2.100:18082/tianhui-admin-web',
changeOrigin: true,
pathRewrite: {
diff --git a/jwtech-pc-page/src/api/enterpriseInformation.js b/jwtech-pc-page/src/api/enterpriseInformation.js
index 6194b6f8..68bc7557 100644
--- a/jwtech-pc-page/src/api/enterpriseInformation.js
+++ b/jwtech-pc-page/src/api/enterpriseInformation.js
@@ -139,3 +139,11 @@ export function getInfoTotal(){
method: 'get'
})
}
+
+
+export function getZhxxById(id){
+ return request({
+ url: '/enterprise/zhxx/'+id,
+ method: 'get'
+ })
+}
diff --git a/jwtech-pc-page/src/views/announcement/index.vue b/jwtech-pc-page/src/views/announcement/index.vue
index e14711c3..61b868de 100644
--- a/jwtech-pc-page/src/views/announcement/index.vue
+++ b/jwtech-pc-page/src/views/announcement/index.vue
@@ -3,9 +3,9 @@
@@ -48,7 +48,7 @@
-
+