Commit 7d384815 authored by zhengyi's avatar zhengyi

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

parent 9e4e8e12
......@@ -239,8 +239,9 @@ export default {
}else {
warehouseApprovalGetById({id:this.processId}).then(r => {
if(r.code === 0){
this.processInstanceID = r.data.formId;
this.getDetails()
// this.processInstanceID = r.data.formId;
// this.getDetails()
this.FeeDetails = r.data
}
})
}
......@@ -269,13 +270,13 @@ export default {
});
break;
case 2:
// 费用申请
applicationGetOrderByProcessId({processId:this.processInstanceID}).then(r => {
this.FeeDetails = r.data
console.log(this.FeeDetails,'FeeDetails')
})
break;
// case 2:
// // 费用申请
// applicationGetOrderByProcessId({processId:this.processInstanceID}).then(r => {
// this.FeeDetails = r.data
// console.log(this.FeeDetails,'FeeDetails')
// })
// break;
case 3:
//退仓
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