禅道bug修复
This commit is contained in:
parent
75bab7b671
commit
0f0656d42f
|
|
@ -135,7 +135,7 @@ export default {
|
|||
{
|
||||
label: '分公司',
|
||||
value: '',
|
||||
queryKey: 'subCompanyId',
|
||||
queryKey: 'subComId',
|
||||
isPersonFilter: 'all',
|
||||
radioGroupHeight: 0,
|
||||
radioGroupShowHeight: 38,
|
||||
|
|
@ -450,7 +450,7 @@ export default {
|
|||
volLevel: '',
|
||||
proStatus: '',
|
||||
lightStatus: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
}
|
||||
this.filterQueryList.forEach((item) => {
|
||||
query[item.queryKey] = item.value
|
||||
|
|
|
|||
|
|
@ -184,10 +184,10 @@ export default {
|
|||
getTeamProjectListAPI,
|
||||
getWorkerProjectListAPI,
|
||||
queryParams_team: {
|
||||
subCompanyId: this.selectCompany,
|
||||
subComId: this.selectCompany,
|
||||
},
|
||||
queryParams: {
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
proStatus: '',
|
||||
volLevel: '',
|
||||
proType: '',
|
||||
|
|
@ -261,7 +261,7 @@ export default {
|
|||
// 获取筛选条件
|
||||
handelSettingQuery(query) {
|
||||
const {
|
||||
subCompanyId,
|
||||
subComId,
|
||||
proStatus,
|
||||
volLevel,
|
||||
proType,
|
||||
|
|
@ -280,7 +280,7 @@ export default {
|
|||
this.queryParams.endAge = ''
|
||||
}
|
||||
|
||||
this.queryParams.subCompanyId = subCompanyId
|
||||
this.queryParams.subComId = subComId
|
||||
this.queryParams.proStatus = proStatus
|
||||
this.queryParams.volLevel = volLevel
|
||||
this.queryParams.proType = proType
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ export default {
|
|||
],
|
||||
|
||||
queryParamsProject: {
|
||||
subCompanyId: this.selectCompany,
|
||||
subComId: this.selectCompany,
|
||||
proStatus: '',
|
||||
volLevel: '',
|
||||
proType: '',
|
||||
|
|
@ -399,7 +399,7 @@ export default {
|
|||
// 查询分包信息
|
||||
subQueryParams: {
|
||||
proId: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
mainProId: '',
|
||||
},
|
||||
|
||||
|
|
@ -407,7 +407,7 @@ export default {
|
|||
teamQueryParams: {
|
||||
proId: '',
|
||||
subId: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
mainProId: '',
|
||||
},
|
||||
|
||||
|
|
@ -418,7 +418,7 @@ export default {
|
|||
teamId: '',
|
||||
proId: '',
|
||||
lightStatus: '',
|
||||
subCompanyId: this.selectCompany,
|
||||
subComId: this.selectCompany,
|
||||
mainProId: '',
|
||||
},
|
||||
|
||||
|
|
@ -527,15 +527,15 @@ export default {
|
|||
|
||||
// 获取筛选条件 查询工程
|
||||
handelSettingQueryProject(query) {
|
||||
const { subCompanyId, proStatus, volLevel, proType } = query
|
||||
this.queryParamsProject.subCompanyId = subCompanyId
|
||||
const { subComId, proStatus, volLevel, proType } = query
|
||||
this.queryParamsProject.subComId = subComId
|
||||
this.queryParamsProject.proStatus = proStatus
|
||||
this.queryParamsProject.volLevel = volLevel
|
||||
this.queryParamsProject.proType = proType
|
||||
|
||||
this.subQueryParams.subCompanyId = subCompanyId
|
||||
this.teamQueryParams.subCompanyId = subCompanyId
|
||||
this.queryParamsPerson.subCompanyId = subCompanyId
|
||||
this.subQueryParams.subComId = subComId
|
||||
this.teamQueryParams.subComId = subComId
|
||||
this.queryParamsPerson.subComId = subComId
|
||||
},
|
||||
|
||||
// 查看分包数量
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
:formLabel="subFormLabel"
|
||||
:columnsList="subColumnsList"
|
||||
:request-api="getSubProjectListAPI"
|
||||
:sendParams="{ subCompanyId: selectCompany }"
|
||||
:sendParams="{ subComId: selectCompany }"
|
||||
>
|
||||
<template slot="btn" slot-scope="{ queryParams }">
|
||||
<el-button
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
:columnsList="teamColumnsList"
|
||||
:request-api="getTeamProjectListAPI"
|
||||
:sendParams="{
|
||||
subCompanyId: selectCompany,
|
||||
subComId: selectCompany,
|
||||
subId: subId,
|
||||
proId: proId,
|
||||
}"
|
||||
|
|
@ -264,7 +264,7 @@ export default {
|
|||
isAtt: '',
|
||||
subId: '',
|
||||
proId: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
proStatus: '',
|
||||
volLevel: '',
|
||||
proType: '',
|
||||
|
|
|
|||
|
|
@ -356,7 +356,7 @@ export default {
|
|||
queryParams: {},
|
||||
|
||||
queryParamsProject: {
|
||||
subCompanyId: this.selectCompany,
|
||||
subComId: this.selectCompany,
|
||||
proStatus: this.proStatus,
|
||||
volLevel: this.volLevel,
|
||||
proType: this.proType,
|
||||
|
|
@ -364,14 +364,14 @@ export default {
|
|||
// 查询分包信息
|
||||
subQueryParams: {
|
||||
proId: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
},
|
||||
|
||||
// 查询班组信息
|
||||
teamQueryParams: {
|
||||
proId: '',
|
||||
subId: '',
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
},
|
||||
|
||||
// 查询人员信息
|
||||
|
|
@ -381,7 +381,7 @@ export default {
|
|||
teamId: '',
|
||||
proId: '',
|
||||
lightStatus: '',
|
||||
subCompanyId: this.selectCompany,
|
||||
subComId: this.selectCompany,
|
||||
},
|
||||
|
||||
commonSlots: [
|
||||
|
|
@ -480,15 +480,15 @@ export default {
|
|||
|
||||
// 获取筛选条件 查询工程
|
||||
handelSettingQueryProject(query) {
|
||||
const { subCompanyId, proStatus, volLevel, proType } = query
|
||||
this.queryParamsProject.subCompanyId = subCompanyId
|
||||
const { subComId, proStatus, volLevel, proType } = query
|
||||
this.queryParamsProject.subComId = subComId
|
||||
this.queryParamsProject.proStatus = proStatus
|
||||
this.queryParamsProject.volLevel = volLevel
|
||||
this.queryParamsProject.proType = proType
|
||||
|
||||
this.subQueryParams.subCompanyId = subCompanyId
|
||||
this.teamQueryParams.subCompanyId = subCompanyId
|
||||
this.queryParamsPerson.subCompanyId = subCompanyId
|
||||
this.subQueryParams.subComId = subComId
|
||||
this.teamQueryParams.subComId = subComId
|
||||
this.queryParamsPerson.subComId = subComId
|
||||
},
|
||||
|
||||
// 查看分包数量
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ export default {
|
|||
dialogConfigFive,
|
||||
getWorkerProjectListAPI,
|
||||
queryParams: {
|
||||
subCompanyId: '',
|
||||
subComId: '',
|
||||
proStatus: '',
|
||||
volLevel: '',
|
||||
proType: '',
|
||||
|
|
@ -196,7 +196,7 @@ export default {
|
|||
// 查询
|
||||
handelSettingQuery(query) {
|
||||
const {
|
||||
subCompanyId,
|
||||
subComId,
|
||||
proStatus,
|
||||
volLevel,
|
||||
proType,
|
||||
|
|
@ -215,7 +215,7 @@ export default {
|
|||
this.queryParams.endAge = ''
|
||||
}
|
||||
|
||||
this.queryParams.subCompanyId = subCompanyId
|
||||
this.queryParams.subComId = subComId
|
||||
this.queryParams.proStatus = proStatus
|
||||
this.queryParams.volLevel = volLevel
|
||||
this.queryParams.proType = proType
|
||||
|
|
|
|||
Loading…
Reference in New Issue