Browse Source

update

master
awsl 1 month ago
parent
commit
f289632f2f
  1. 10
      jwtech-admin-page/public/static/信用承诺模板.docx
  2. 31
      jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue
  3. 2
      jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/dynamicCredit.vue
  4. 166
      jwtech-admin-page/src/views/projectStatistics/peasantWorkers/index.vue

10
jwtech-admin-page/public/static/信用承诺模板.docx

@ -0,0 +1,10 @@
--------------------------------------------------------------------------------
信用信息公开承诺书
我单位已仔细阅读《工程建设领域项目信息公开和诚信体系建设工作实施意见》(中纪发〔2011〕16号)《关于印发水利工程建设领域项目信息公开和诚信体系建设实施方案的通知》(水建管〔2011〕433号)《广东省社会信用条例》等文件要求,郑重承诺:
依法在广东省水利建设市场信用信息平台提供单位信用信息。我单位信用信息不包含涉及国家秘密、商业秘密、个人隐私以及涉及国家安全、公共安全、经济安全和社会稳定的内容。
严格遵守信息公开的有关规定,我单位信用信息形成之日起及时通过广东省水利建设市场信用信息平台填报、更新并向社会公开。
我单位信用信息均合法、真实、准确和有效,因提供虚假信用信息所产生的一切不良后果和法律责任由本企业自己承担。
我单位的信用信息自觉接受政府、行业组织、社会公众、新闻舆论的监督。
我单位同意《信用信息公开承诺书》向社会公开。
企业名称(盖章): 法定代表人(签字):

31
jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/basePage.vue

@ -413,7 +413,11 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="信用承诺书" prop="certificateInformation" style="position: relative;">
<el-form-item
label="信用承诺书"
prop="certificateInformation"
style="position: relative"
>
<el-upload
class="upload-demo"
action="thinking/common/upload"
@ -437,9 +441,20 @@
支持jpg/png/pdf/word/excel文件等不超过200M
</div>
</el-upload>
<span @click=" downloadTemplate('项目法人版广东省智慧水利一期-水工程建设管理模块操作手册.pdf',
'(项目法人版)广东省智慧水利一期-水工程建设管理模块操作手册.pdf')" style="color: #2679bc;font-size: 14px;position: absolute;top: 10px;
left: 120px;cursor: pointer;">下载模板</span>
<span
@click="
downloadTemplate('信用承诺模板.docx', '信用承诺模板.docx')
"
style="
color: #2679bc;
font-size: 14px;
position: absolute;
top: 10px;
left: 120px;
cursor: pointer;
"
>下载模板</span
>
</el-form-item>
</el-col>
<el-col :span="12">
@ -686,7 +701,7 @@ export default {
});
},
methods: {
downloadTemplate(filename, name){
downloadTemplate(filename, name) {
let a = document.createElement("a");
console.log(999, process.env.NODE_ENV);
a.href = "/jgThinking/static/" + filename;
@ -765,8 +780,8 @@ export default {
if (this.form.safetyProductionAttachment) {
this.fileList2 = JSON.parse(this.form.safetyProductionAttachment);
}
if (this.form.certificateInformation){
this.fileList5=JSON.parse(this.form.certificateInformation)
if (this.form.certificateInformation) {
this.fileList5 = JSON.parse(this.form.certificateInformation);
}
});
},
@ -862,7 +877,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)
this.form.certificateInformation = JSON.stringify(this.fileList5);
if (this.form.id != null) {
updateEnterpriseInfo(this.form).then((response) => {
if (response.code === 200) {

2
jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/dynamicCredit.vue

@ -2,7 +2,7 @@
<div class="app-container">
<!-- 良好行为加分申报 -->
<div class="listTitle">
<span>良好行为加分申报</span>
<span>良好行为加分申报111</span>
<span
class="addBtn"
@click="handleAdd('0')"

166
jwtech-admin-page/src/views/projectStatistics/peasantWorkers/index.vue

@ -1,7 +1,7 @@
<template>
<!-- 项目基本信息-->
<div>
<el-row class="query-row" :gutter="20" style="margin-top: 30px;">
<el-row class="query-row" :gutter="20" style="margin-top: 30px">
<el-col v-show="showSearch" :span="16">
<el-form
:model="queryParams"
@ -51,7 +51,6 @@
>
</el-cascader>
</el-form-item>
</el-form>
</el-col>
<el-col :span="16">
@ -114,52 +113,34 @@
</el-form-item>
<el-form-item>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
>重置</el-button
>重置</el-button
>
</el-form-item>
</el-form>
</el-col>
</el-row>
<h2 style="color:#515a6e;text-align: center; font-weight: bold; width: 100%;background-color: #f8f9fb;margin-bottom: 0;height: 40px;line-height: 40px">合计</h2>
<el-table style="width: 100%" title="合计" v-loading="totalLoading">
<el-table-column label="投资总金额" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.total }}</span>
</template>
</el-table-column>
<h2
style="
color: #515a6e;
text-align: center;
font-weight: bold;
width: 100%;
background-color: #f8f9fb;
margin-bottom: 0;
height: 40px;
line-height: 40px;
"
>
合计
</h2>
<el-table-column label="合同总金额" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.conPay }}</span>
</template>
</el-table-column>
<el-table-column label="农民工总数" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.worksTotal }}</span>
</template>
</el-table-column>
<el-table-column label="农民工在场数" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.enterNum }}</span>
</template>
</el-table-column>
<div class="totalData-wrap" v-loading="totalLoading">
<div class="totalData-item" v-for="i in totalDataType" :key="i.key">
<div class="lab">{{ i.lab }}</div>
<div class="val">{{ i.val }}</div>
</div>
</div>
<el-table-column label="农民工退场数" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.exitNum }}</span>
</template>
</el-table-column>
<el-table-column label="发放工资总数(万元)" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.payTotal }}</span>
</template>
</el-table-column>
<el-table-column label="总拖欠工资" align="center" width="200">
<template #default="{ row }">
<span style="font-weight: bold">{{ totalData.unPayTotal }}</span>
</template>
</el-table-column>
</el-table>
<el-table v-loading="loading" :data="infoList">
<!-- <el-table-column type="selection" width="55" align="center" fixed /> -->
<el-table-column
@ -267,7 +248,6 @@
min-width="180"
/>
<el-table-column
label="操作"
align="right"
@ -282,9 +262,8 @@
icon="el-icon-view"
v-hasPermi="['projectStatisticsSort:info:view']"
@click="viewInfo(scope.row)"
>查看</el-button
>查看</el-button
>
</template>
</el-table-column>
</el-table>
@ -312,21 +291,26 @@
</template>
<script>
import { listProjectManage, listProjectExport,getNmgList,getNmgTotal } from "@/api/warn/earlyWarning";
import {
listProjectManage,
listProjectExport,
getNmgList,
getNmgTotal,
} from "@/api/warn/earlyWarning";
import { regionData, codeToText, TextToCode } from "element-china-area-data";
import {getAreasData} from "../../../api/areas";
import { getAreasData } from "../../../api/areas";
export default {
name: "earlyWarin",
props: ["changeType"],
watch: {
queryParams(newValue) {
this.send() // prop
}
this.send(); // prop
},
},
data() {
return {
elementByValue:4,
tjQuery:this.query,
elementByValue: 4,
tjQuery: this.query,
//
loading: true,
//
@ -377,13 +361,13 @@ export default {
},
//
form: {},
totalLoading:false,
totalLoading: false,
engineeringGradeOptions: [],
isMajorProjectOptions:[],
isMajorProjectOptions: [],
//
rules: {},
proMsg: {},
totalData:{},
totalData: {},
//
routeList: [
{
@ -400,12 +384,22 @@ export default {
emitPath: false,
checkStrictly: true, //
},
totalDataType: [
{ lab: "投资总金额", key: "total", val: 0 },
{ lab: "合同总金额", key: "conPay", val: 0 },
{ lab: "农民工总数", key: "worksTotal", val: 0 },
{ lab: "农民工在场数", key: "enterNum", val: 0 },
{ lab: "农民工退场数", key: "exitNum", val: 0 },
{ lab: "发放工资总数(万元)", key: "payTotal", val: 0 },
{ lab: "发放工资总数(万元)", key: "payTotal", val: 0 },
{ lab: "总拖欠工资", key: "unPayTotal", val: 0 },
],
};
},
created() {
this.getTreeData()
this.getTreeData();
this.getList();
this.getNmgTotal()
this.getNmgTotal();
this.getDicts("whether").then((response) => {
this.isMajorProjectOptions = response.data;
this.isApprovalOptions = response.data;
@ -465,13 +459,16 @@ export default {
},
},
methods: {
getNmgTotal(){
this.totalLoading=true
getNmgTotal(this.queryParams).then(res=>{
this.totalData=res.data
console.log(this.totalData,'totalData')
this.totalLoading=false
})
getNmgTotal() {
this.totalLoading = true;
getNmgTotal(this.queryParams).then((res) => {
this.totalData = res.data;
this.totalDataType.forEach((item) => {
item.val = res.data[item.key] || 0;
});
this.totalLoading = false;
});
},
getTreeData() {
getAreasData().then((items) => {
@ -497,7 +494,7 @@ export default {
});
},
send() {
this.$bus.$emit("queryParams",this.queryParams)
this.$bus.$emit("queryParams", this.queryParams);
},
engineeringGradeFormat(row, column) {
return this.selectDictLabel(
@ -517,7 +514,7 @@ export default {
});
},
changeProjectType() {
this.send()
this.send();
this.handleQuery();
// console.log(555, this.queryParams.data.projectType.slice(0, 2));
const key = this.queryParams.data.projectType?.slice(0, 2);
@ -616,7 +613,7 @@ export default {
handleQuery() {
this.queryParams.pageNum = 1;
this.getList();
this.getNmgTotal()
this.getNmgTotal();
},
/** 重置按钮操作 */
resetQuery() {
@ -706,6 +703,45 @@ export default {
<style lang="scss" scoped>
@import "@/assets/css/dialog.scss";
.totalData-wrap {
width: 100%;
display: flex;
margin: 20px 0;
.totalData-item {
flex: 1;
display: flex;
height: 105px;
margin-right: 16px;
background-image: linear-gradient(
rgb(199, 243, 227),
rgba(199, 243, 227, 0.3)
);
border-radius: 10px;
box-shadow: 0px 2px 8px 0px #2d78ed1a;
align-items: center;
flex-direction: column;
justify-content: center;
&:nth-last-child(1) {
margin-right: 0;
}
.lab {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 16px;
}
.val {
margin-top: 10px;
font-weight: 600;
color: #36b29e;
}
}
}
::v-deep {
.el-dialog {
margin-top: 2vh !important;

Loading…
Cancel
Save