Commit 7d384815 authored by zhengyi's avatar zhengyi

费用审批详情获取订单接口变动修改

parent 9e4e8e12
...@@ -239,8 +239,9 @@ export default { ...@@ -239,8 +239,9 @@ export default {
}else { }else {
warehouseApprovalGetById({id:this.processId}).then(r => { warehouseApprovalGetById({id:this.processId}).then(r => {
if(r.code === 0){ if(r.code === 0){
this.processInstanceID = r.data.formId; // this.processInstanceID = r.data.formId;
this.getDetails() // this.getDetails()
this.FeeDetails = r.data
} }
}) })
} }
...@@ -269,13 +270,13 @@ export default { ...@@ -269,13 +270,13 @@ export default {
}); });
break; break;
case 2: // case 2:
// 费用申请 // // 费用申请
applicationGetOrderByProcessId({processId:this.processInstanceID}).then(r => { // applicationGetOrderByProcessId({processId:this.processInstanceID}).then(r => {
this.FeeDetails = r.data // this.FeeDetails = r.data
console.log(this.FeeDetails,'FeeDetails') // console.log(this.FeeDetails,'FeeDetails')
}) // })
break; // break;
case 3: case 3:
//退仓 //退仓
warehouseApprovalGetByFormId({formId:this.processInstanceID}).then( res => { warehouseApprovalGetByFormId({formId:this.processInstanceID}).then( res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment