Commit b6151a6d authored by zhengyi's avatar zhengyi

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

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