修改
This commit is contained in:
@@ -435,13 +435,21 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
|
this.$http.get("lawss/activiti/queryTaskIndex", {
|
||||||
|
bpnId:this.$route.query.bpnId,
|
||||||
|
index:this.$route.query.index
|
||||||
|
}, {
|
||||||
|
_this: this
|
||||||
|
}, res => {
|
||||||
|
console.log(res)
|
||||||
|
}, e => {
|
||||||
|
});
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
inboundLiaisonDetail({
|
inboundLiaisonDetail({
|
||||||
taskIds: this.taskIds,
|
taskIds: this.taskIds,
|
||||||
pId: this.pId
|
pId: this.pId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = JSON.parse(res.mesg)
|
let data = JSON.parse(res.mesg)
|
||||||
console.log(data);
|
|
||||||
let jsonData = JSON.parse(res.mesg)
|
let jsonData = JSON.parse(res.mesg)
|
||||||
this.jsonData = jsonData.form ? jsonData.form : jsonData
|
this.jsonData = jsonData.form ? jsonData.form : jsonData
|
||||||
this.commentText5 = data.commentText5 || ''
|
this.commentText5 = data.commentText5 || ''
|
||||||
|
|||||||
@@ -398,6 +398,7 @@ export default {
|
|||||||
prcType: row.prcType,
|
prcType: row.prcType,
|
||||||
disabledXX:true,
|
disabledXX:true,
|
||||||
verifySarStandard:true,
|
verifySarStandard:true,
|
||||||
|
index:this.approveRowIndex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (unShowReceipt) {
|
if (unShowReceipt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user