Commit b6151a6d authored by zhengyi's avatar zhengyi

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

parent 7d384815
...@@ -232,16 +232,16 @@ export default { ...@@ -232,16 +232,16 @@ export default {
// feeApplicationGet({id:this.processId}).then(r => { // feeApplicationGet({id:this.processId}).then(r => {
approvalFeeApplicationGet({id:this.processId}).then(r => { approvalFeeApplicationGet({id:this.processId}).then(r => {
if(r.code === 0){ if(r.code === 0){
this.processInstanceID = r.data.bpmProcessId; // this.processInstanceID = r.data.bpmProcessId;
this.getDetails() // this.getDetails()
this.FeeDetails = r.data
} }
}) })
}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
} }
}) })
} }
......
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