Commit d51359b4 authored by Marcus's avatar Marcus

入仓审批信息回显

parent b54fdbca
...@@ -241,8 +241,12 @@ export default { ...@@ -241,8 +241,12 @@ export default {
break; break;
case 4: case 4:
// 入仓修改 // 入仓修改
getWarehouseUpdateApprovalInfo(this.processInstanceID).then(r => { getWarehouseUpdateApprovalInfo(this.processInstanceID).then(res => {
this.FeeDetails.details = r.data.details getOrder(res.data.orderIds).then(r =>{
this.FeeDetails = r.data
this.FeeDetails.details = JSON.parse(res.data.details)
// this.FeeDetails.details = res.data.details
})
}) })
break break
} }
......
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