技术标准-批准-回显意见信息
This commit is contained in:
@@ -314,7 +314,7 @@
|
|||||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||||
fontWeight: 'bold', height: '48px'}"
|
fontWeight: 'bold', height: '48px'}"
|
||||||
row-key="id"
|
row-key="id"
|
||||||
:data="form.infoList"
|
:data="modelData"
|
||||||
border
|
border
|
||||||
default-expand-all>
|
default-expand-all>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -503,6 +503,9 @@ export default {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
|
modelData: {
|
||||||
|
type: Array
|
||||||
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
ellipsis (value) {
|
ellipsis (value) {
|
||||||
@@ -611,7 +614,7 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
exportAll() {
|
exportAll() {
|
||||||
const arr = JSON.stringify(this.form.infoList)
|
const arr = JSON.stringify(this.modelData)
|
||||||
axios({
|
axios({
|
||||||
method: 'post',
|
method: 'post',
|
||||||
url: 'api/lawss/actSarItemsBuss/exportAllBZZXDJSBZ',
|
url: 'api/lawss/actSarItemsBuss/exportAllBZZXDJSBZ',
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
<formList
|
<formList
|
||||||
:form = "form"
|
:form = "form"
|
||||||
:FBGBUSSFileList = "FBGBUSSFileList"
|
:FBGBUSSFileList = "FBGBUSSFileList"
|
||||||
|
:modelData="modelData"
|
||||||
:LSBBBUSSFileList = "LSBBBUSSFileList"
|
:LSBBBUSSFileList = "LSBBBUSSFileList"
|
||||||
:BZSMBUSSFileList = "BZSMBUSSFileList"
|
:BZSMBUSSFileList = "BZSMBUSSFileList"
|
||||||
:QTWJBUSSFileList = "QTWJBUSSFileList"
|
:QTWJBUSSFileList = "QTWJBUSSFileList"
|
||||||
@@ -2245,7 +2246,7 @@
|
|||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
if(this.taskIds && this.pId){
|
if(this.taskIds && this.pId){
|
||||||
return new Promise((resolve, reject) => {
|
// return new Promise((resolve, reject) => {
|
||||||
inboundLiaisonDetail({
|
inboundLiaisonDetail({
|
||||||
taskIds: this.taskIds,
|
taskIds: this.taskIds,
|
||||||
pId: this.pId
|
pId: this.pId
|
||||||
@@ -2266,10 +2267,14 @@
|
|||||||
this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName);
|
this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName);
|
||||||
this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName);
|
this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName);
|
||||||
this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName);
|
this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName);
|
||||||
|
this.$nextTick(()=>{
|
||||||
|
this.form.modelData = processForm.modelData
|
||||||
|
this.modelData = processForm.modelData
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
})
|
})
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
processTable () {
|
processTable () {
|
||||||
@@ -2325,7 +2330,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted () {
|
created () {
|
||||||
this.getData()
|
this.getData()
|
||||||
this.processTable()
|
this.processTable()
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||||
|
|||||||
Reference in New Issue
Block a user