|
|
@ -2015,7 +2015,11 @@ |
|
|
projectId: row.projectId, |
|
|
projectId: row.projectId, |
|
|
searchType: 'Y', |
|
|
searchType: 'Y', |
|
|
username: this.$store.state.user.name, |
|
|
username: this.$store.state.user.name, |
|
|
customerId: row.customerId |
|
|
|
|
|
|
|
|
customerId: row.customerId, |
|
|
|
|
|
limit: 10, |
|
|
|
|
|
limit2: 20, |
|
|
|
|
|
page: 1, |
|
|
|
|
|
page2: 1 |
|
|
} |
|
|
} |
|
|
getProjectInfoPartList(partParams).then(({data}) => { |
|
|
getProjectInfoPartList(partParams).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
@ -2037,7 +2041,9 @@ |
|
|
site: row.site, |
|
|
site: row.site, |
|
|
projectId: row.projectId, |
|
|
projectId: row.projectId, |
|
|
createBy: this.$store.state.user.name, |
|
|
createBy: this.$store.state.user.name, |
|
|
menuId: '102001' |
|
|
|
|
|
|
|
|
menuId: '102001', |
|
|
|
|
|
limit: 10, |
|
|
|
|
|
page: 1 |
|
|
} |
|
|
} |
|
|
quotationInformationSearch(quotationParams).then(({data}) => { |
|
|
quotationInformationSearch(quotationParams).then(({data}) => { |
|
|
//区分请求成功和失败的状况 |
|
|
//区分请求成功和失败的状况 |
|
|
@ -2084,7 +2090,9 @@ |
|
|
site: row.site, |
|
|
site: row.site, |
|
|
projectId: row.projectId, |
|
|
projectId: row.projectId, |
|
|
createBy: this.$store.state.user.name, |
|
|
createBy: this.$store.state.user.name, |
|
|
menuId: '103001' |
|
|
|
|
|
|
|
|
menuId: '103001', |
|
|
|
|
|
limit: 10, |
|
|
|
|
|
page: 1 |
|
|
} |
|
|
} |
|
|
proofingInformationSearch(proofingParams).then(({data}) => { |
|
|
proofingInformationSearch(proofingParams).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
@ -2108,7 +2116,9 @@ |
|
|
site: row.site, |
|
|
site: row.site, |
|
|
projectId: row.projectId, |
|
|
projectId: row.projectId, |
|
|
createBy: this.$store.state.user.name, |
|
|
createBy: this.$store.state.user.name, |
|
|
menuId: '107001' |
|
|
|
|
|
|
|
|
menuId: '107001', |
|
|
|
|
|
limit: 10, |
|
|
|
|
|
page: 1 |
|
|
} |
|
|
} |
|
|
testInformationList(testParams).then(({data}) => { |
|
|
testInformationList(testParams).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
@ -2132,7 +2142,7 @@ |
|
|
let toolParams = { |
|
|
let toolParams = { |
|
|
orderRef1: row.projectId, |
|
|
orderRef1: row.projectId, |
|
|
site: row.site, |
|
|
site: row.site, |
|
|
username: this.$store.state.user.name |
|
|
|
|
|
|
|
|
username: this.$store.state.user.name, |
|
|
} |
|
|
} |
|
|
searchProjectToolApplyDetail(toolParams).then(({data}) => { |
|
|
searchProjectToolApplyDetail(toolParams).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|