Commit 5032568e by 史敦盼

1

1 parent a92c3d16
...@@ -64,9 +64,9 @@ ...@@ -64,9 +64,9 @@
<el-button @click="detailsForm('ruleForm')"> <el-button @click="detailsForm('ruleForm')">
<img class="buttonIcon" src="../../assets/ck.png" />详情</el-button <img class="buttonIcon" src="../../assets/ck.png" />详情</el-button
> >
<el-button @click="downFiles()"> <!-- <el-button @click="downFiles()">
<i class="el-icon-download"></i> &nbsp;&nbsp;归档材料下载</el-button <i class="el-icon-download"></i> &nbsp;&nbsp;归档材料下载</el-button
> > -->
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscroll"> <div class="setscroll">
...@@ -380,10 +380,14 @@ export default { ...@@ -380,10 +380,14 @@ export default {
} }
this.dialog = true this.dialog = true
let params = { let params = {
batchId: this.checkedList[0].contractNumber, batchId: this.checkedList[0].batchId,
projectId: this.checkedList[0].projectCode,
}
const params2 = {
contractNumber: this.checkedList[0].contractNumber,
projectId: this.checkedList[0].projectCode, projectId: this.checkedList[0].projectCode,
} }
Promise.all([fzcxXqselect(params), clqdselect(params)]).then((res) => { Promise.all([fzcxXqselect(params), clqdselect(params2)]).then((res) => {
this.listData = res[0].data.records[0] this.listData = res[0].data.records[0]
this.listData.constructionForm = constructionFormText(this.listData.constructionForm) this.listData.constructionForm = constructionFormText(this.listData.constructionForm)
this.qdtableData = JSON.parse(JSON.stringify(this.tableDataNew)) this.qdtableData = JSON.parse(JSON.stringify(this.tableDataNew))
......
...@@ -64,9 +64,9 @@ ...@@ -64,9 +64,9 @@
<el-button @click="detailsForm('ruleForm')"> <el-button @click="detailsForm('ruleForm')">
<img class="buttonIcon" src="../../assets/ck.png" />详情</el-button <img class="buttonIcon" src="../../assets/ck.png" />详情</el-button
> >
<el-button @click="downFiles()"> <!-- <el-button @click="downFiles()">
<i class="el-icon-download"></i> &nbsp;&nbsp;归档材料下载</el-button <i class="el-icon-download"></i> &nbsp;&nbsp;归档材料下载</el-button
> > -->
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscroll"> <div class="setscroll">
...@@ -380,10 +380,14 @@ export default { ...@@ -380,10 +380,14 @@ export default {
} }
this.dialog = true this.dialog = true
let params = { let params = {
batchId: this.checkedList[0].contractNumber, batchId: this.checkedList[0].batchId,
projectId: this.checkedList[0].projectCode,
}
const params2 = {
contractNumber: this.checkedList[0].contractNumber,
projectId: this.checkedList[0].projectCode, projectId: this.checkedList[0].projectCode,
} }
Promise.all([fzcxXqselect(params), clqdselect(params)]).then((res) => { Promise.all([fzcxXqselect(params), clqdselect(params2)]).then((res) => {
this.listData = res[0].data.records[0] this.listData = res[0].data.records[0]
this.listData.constructionForm = constructionFormText(this.listData.constructionForm) this.listData.constructionForm = constructionFormText(this.listData.constructionForm)
this.qdtableData = JSON.parse(JSON.stringify(this.tableDataNew)) this.qdtableData = JSON.parse(JSON.stringify(this.tableDataNew))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!