-
{{isUserList?'切换用户':'用户组织'}}
-
-
+
+ {{ isUserList ? "切换用户" : "用户组织" }}
+
+
+
+
+
+
+ {{ item.companyName }}
+
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
-
-
-
-
- 中国建筑第八工程局第三建设有限公司
- 个人租户
-
-
-
-
+
@@ -85,67 +68,93 @@
\ No newline at end of file
+
diff --git a/src/store/index.js b/src/store/index.js
index 67abeeae..6313746a 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -20,6 +20,8 @@ export default new Vuex.Store({
projectManageMenuList: val.projectManageMenuList,
isShowBackIndex: val.isShowBackIndex,
projectSn: val.projectSn,
+ selectedGroupSn: val.selectedGroupSn,
+ groupTreeList: val.groupTreeList,
currentLanguage: val.currentLanguage,
currentProDetail: val.currentProDetail,
currentMoudle: val.currentMoudle,
@@ -48,6 +50,7 @@ export default new Vuex.Store({
// FILEURL:' http://101.43.164.214:11111/image/',// 百色
UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄
FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄
+ WORKFLOWURL: 'http://192.168.34.155:88/#/workspace/forms',//测试
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
// FILEURL:'http://10.0.1.43:6023/image/',//测试
// BASEURL: baseUrl
@@ -124,6 +127,8 @@ export default new Vuex.Store({
projectManageMenuList: [], // 项目管理页菜单列表
isShowBackIndex: false,
projectSn: null, //项目后台 里的 项目 sn
+ selectedGroupSn: "",
+ groupTreeList: [],
currentLanguage: "zh",
currentProDetail: null,
currentMoudle: null,
@@ -207,6 +212,12 @@ export default new Vuex.Store({
setProjectSn(state, data) {
state.projectSn = data;
},
+ setSelectedGroupSn(state, data) {
+ state.selectedGroupSn = data;
+ },
+ setGroupTreeList(state, data) {
+ state.groupTreeList = data;
+ },
setLang(state, data) {
state.currentLanguage = data;
},
diff --git a/src/views/home/login_v2.vue b/src/views/home/login_v2.vue
index dc84a932..18f2eadc 100644
--- a/src/views/home/login_v2.vue
+++ b/src/views/home/login_v2.vue
@@ -855,7 +855,7 @@ export default {
: [];
var companyModule = [];
var projectModule = [];
- if (moduleList.length == 0 && data.accountType != 1) {
+ if (moduleList.length == 0 && (data.accountType != 1 && data.accountType != 10)) {
this.$message.warning("当前账号还没分配权限");
return false;
}
@@ -934,6 +934,7 @@ export default {
break;
case 5:
case 6:
+ case 10:
case 11:
// 中建四局
this.$store.commit("setMenuList", projectModule);
diff --git a/src/views/infoCenter/allInfo/componentsModule/dataListData.vue b/src/views/infoCenter/allInfo/componentsModule/dataListData.vue
index b781aabe..95f3234a 100644
--- a/src/views/infoCenter/allInfo/componentsModule/dataListData.vue
+++ b/src/views/infoCenter/allInfo/componentsModule/dataListData.vue
@@ -1,150 +1,143 @@
-
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+ 消息列表
+ 标为已读
+ 删除
+
+
+
+
+
+
+ {{
+ scope.row.title
+ }}
+
+
+
+
+ {{ scope.row.type | typeText(searchBtnList) }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 消息列表
- 标为已读
- 删除
-
-
-
-
-
- 标题内容
-
-
-
-
-
-
-
-
-
-
-
-
- 返回
-
-
-
人员未在场预警
-
-
应用:劳务管理系统
-
标签:预警信息
-
接收时间:2024/03/03 23:50:00
+
+
+
+ 返回
+
+
+
人员未在场预警
+
+ 应用:劳务管理系统
+ 标签:预警信息
+ 接收时间:2024/03/03 23:50:00
+
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
@@ -396,32 +363,32 @@ export default {
color: #000000;
}
}
-.info-content{
- .back-operate{
+.info-content {
+ .back-operate {
display: flex;
align-items: center;
- color: #5282F6;
+ color: #5282f6;
height: 40px;
- border-bottom: 2px solid #C8C8C8;
+ border-bottom: 2px solid #c8c8c8;
padding-bottom: 5px;
cursor: pointer;
- .el-icon-arrow-left{
- color: #5282F6;
+ .el-icon-arrow-left {
+ color: #5282f6;
margin-left: 15px;
}
- >span{
+ > span {
margin-left: 5px;
}
}
- .info-content-detail{
+ .info-content-detail {
margin-top: 80px;
- .detail-title{
+ .detail-title {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 18px;
text-align: center;
}
- .detail-sub-title{
+ .detail-sub-title {
display: flex;
align-items: center;
justify-content: center;
@@ -430,11 +397,11 @@ export default {
font-size: 16px;
margin-top: 30px;
margin-bottom: 30px;
- span:not(:last-child){
+ span:not(:last-child) {
margin-right: 25px;
}
}
- .detail-content{
+ .detail-content {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 14px;
diff --git a/src/views/infoCenter/hadRead/componentsModule/dataListData.vue b/src/views/infoCenter/hadRead/componentsModule/dataListData.vue
index e56589a1..48f7da85 100644
--- a/src/views/infoCenter/hadRead/componentsModule/dataListData.vue
+++ b/src/views/infoCenter/hadRead/componentsModule/dataListData.vue
@@ -1,149 +1,142 @@
-
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+ 消息列表
+ 删除
+
+
+
+
+
+
+ {{
+ scope.row.title
+ }}
+
+
+
+
+ {{ scope.row.type | typeText(searchBtnList) }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 消息列表
- 删除
-
-
-
-
-
- 标题内容
-
-
-
-
-
-
-
-
-
-
-
-
- 返回
-
-
-
人员未在场预警
-
-
应用:劳务管理系统
-
标签:预警信息
-
接收时间:2024/03/03 23:50:00
+
+
+
+ 返回
+
+
+
人员未在场预警
+
+ 应用:劳务管理系统
+ 标签:预警信息
+ 接收时间:2024/03/03 23:50:00
+
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
@@ -395,32 +320,32 @@ export default {
color: #000000;
}
}
-.info-content{
- .back-operate{
+.info-content {
+ .back-operate {
display: flex;
align-items: center;
- color: #5282F6;
+ color: #5282f6;
height: 40px;
- border-bottom: 2px solid #C8C8C8;
+ border-bottom: 2px solid #c8c8c8;
padding-bottom: 5px;
cursor: pointer;
- .el-icon-arrow-left{
- color: #5282F6;
+ .el-icon-arrow-left {
+ color: #5282f6;
margin-left: 15px;
}
- >span{
+ > span {
margin-left: 5px;
}
}
- .info-content-detail{
+ .info-content-detail {
margin-top: 80px;
- .detail-title{
+ .detail-title {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 18px;
text-align: center;
}
- .detail-sub-title{
+ .detail-sub-title {
display: flex;
align-items: center;
justify-content: center;
@@ -429,11 +354,11 @@ export default {
font-size: 16px;
margin-top: 30px;
margin-bottom: 30px;
- span:not(:last-child){
+ span:not(:last-child) {
margin-right: 25px;
}
}
- .detail-content{
+ .detail-content {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 14px;
diff --git a/src/views/infoCenter/notRead/componentsModule/dataListData.vue b/src/views/infoCenter/notRead/componentsModule/dataListData.vue
index b781aabe..95f3234a 100644
--- a/src/views/infoCenter/notRead/componentsModule/dataListData.vue
+++ b/src/views/infoCenter/notRead/componentsModule/dataListData.vue
@@ -1,150 +1,143 @@
-
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+ 消息列表
+ 标为已读
+ 删除
+
+
+
+
+
+
+ {{
+ scope.row.title
+ }}
+
+
+
+
+ {{ scope.row.type | typeText(searchBtnList) }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 消息列表
- 标为已读
- 删除
-
-
-
-
-
- 标题内容
-
-
-
-
-
-
-
-
-
-
-
-
- 返回
-
-
-
人员未在场预警
-
-
应用:劳务管理系统
-
标签:预警信息
-
接收时间:2024/03/03 23:50:00
+
+
+
+ 返回
+
+
+
人员未在场预警
+
+ 应用:劳务管理系统
+ 标签:预警信息
+ 接收时间:2024/03/03 23:50:00
+
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
+
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
人员未在场预警
-
@@ -396,32 +363,32 @@ export default {
color: #000000;
}
}
-.info-content{
- .back-operate{
+.info-content {
+ .back-operate {
display: flex;
align-items: center;
- color: #5282F6;
+ color: #5282f6;
height: 40px;
- border-bottom: 2px solid #C8C8C8;
+ border-bottom: 2px solid #c8c8c8;
padding-bottom: 5px;
cursor: pointer;
- .el-icon-arrow-left{
- color: #5282F6;
+ .el-icon-arrow-left {
+ color: #5282f6;
margin-left: 15px;
}
- >span{
+ > span {
margin-left: 5px;
}
}
- .info-content-detail{
+ .info-content-detail {
margin-top: 80px;
- .detail-title{
+ .detail-title {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 18px;
text-align: center;
}
- .detail-sub-title{
+ .detail-sub-title {
display: flex;
align-items: center;
justify-content: center;
@@ -430,11 +397,11 @@ export default {
font-size: 16px;
margin-top: 30px;
margin-bottom: 30px;
- span:not(:last-child){
+ span:not(:last-child) {
margin-right: 25px;
}
}
- .detail-content{
+ .detail-content {
font-family: PingFang SC, PingFang SC;
color: #000000;
font-size: 14px;
diff --git a/src/views/projectFront/projectSummary/supplierAudit.vue b/src/views/projectFront/projectSummary/supplierAudit.vue
index 64570be9..500df2d5 100644
--- a/src/views/projectFront/projectSummary/supplierAudit.vue
+++ b/src/views/projectFront/projectSummary/supplierAudit.vue
@@ -5,24 +5,21 @@
-
-
- {{
+ {{
$t("message.laborMange.inquire")
}}
{{
@@ -45,49 +39,62 @@
-
+
-
-
+
+
+
+ {{
+ scope.row.applyStatus == 1
+ ? "待审批"
+ : scope.row.applyStatus == 2
+ ? "已审批"
+ : scope.row.applyStatus == 3
+ ? "已驳回"
+ : scope.row.applyStatus == 4
+ ? "已撤销"
+ : ""
+ }}
+
+
-
-
+

@@ -134,6 +141,7 @@
审批回复
@@ -142,58 +150,78 @@
- {{
- $t("message.qualificationApply.companyName")
+ 企业名称
+ {{
+ supplierDetail.enterpriseName
}}
- 坤之企业
企业类型
- 企业分包
+ {{
+ supplierDetail.companyTypeName
+ }}
开户行
- 123
+ {{ supplierDetail.bankname }}
注册人申请电话
- 123456
+ {{
+ supplierDetail.registerPersonPhoneTel
+ }}
法人电话
- 123456
+ {{
+ supplierDetail.legalPersonTel
+ }}
营业执照截止日期
- 2024-03-05
+ {{
+ supplierDetail.businessLicenseEndDate
+ }}
企业邮箱
- 123@qq.com
+ {{
+ supplierDetail.enterpriseEmail
+ }}
劳资证书号
- 123456
+ {{
+ supplierDetail.qualificationNumber
+ }}
单位性质
- 国有企业
+ {{
+ supplierDetail.enterpriseProperty == 1
+ ? "国有企业"
+ : supplierDetail.enterpriseProperty == 2
+ ? "三资企业"
+ : supplierDetail.enterpriseProperty == 3
+ ? "集体企业"
+ : supplierDetail.enterpriseProperty == 4
+ ? "私营企业"
+ : ""
+ }}
项目负责人
- 叶起中
+ {{
+ supplierDetail.projectDirectorName
+ }}
- {{
- $t("message.qualificationApply.qualificationImg")
- }}
-
-
-
+ />
法定代表人
- 小坤坤
+ {{
+ supplierDetail.enterpriseLegalPerson
+ }}
统一社会信用代码
- 111222333
+ {{ supplierDetail.socialCode }}
注册资金(万元)
- 123
+ {{
+ supplierDetail.registeredCapital
+ }}
银行账号
- 123
+ {{
+ supplierDetail.bankcardnumber
+ }}
营业执照注册号
- 123
+ {{
+ supplierDetail.businessNumber
+ }}
企业地址
- 123
+ {{
+ supplierDetail.enterpriseAddress
+ }}
安全生产许可证
- 123
+ {{
+ supplierDetail.enterpriseSafeAllow
+ }}
logo
-
123
+
项目负责人电话
- 123456
+ {{
+ supplierDetail.projectDirectorPhone
+ }}
@@ -250,41 +304,42 @@
-
-
+
+
+
![]()
+
-