解决【追加key批次】提交审核时,后端提示“还有进行中的审批单”,创建/编辑成功后不需要请求审批接口
This commit is contained in:
parent
272b9dd921
commit
bd5c9f5952
|
@ -749,21 +749,21 @@ export default class acclist extends React.Component {
|
|||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
keyApproval(id, req.key_batch_id, data).then((res) => {
|
||||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
Notify.success('成功发起审批')
|
||||
// keyApproval(id, req.key_batch_id, data).then((res) => {
|
||||
// handelResponse(
|
||||
// res,
|
||||
// (req, msg) => {
|
||||
Notify.success(res.message)
|
||||
setTimeout(() => {
|
||||
// this.props.history.push('/home/key-list/')
|
||||
window.history.back()
|
||||
}, 2000)
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
}
|
||||
)
|
||||
})
|
||||
// },
|
||||
// (err) => {
|
||||
// Notify.error(err)
|
||||
// }
|
||||
// )
|
||||
// })
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
|
|
|
@ -100,9 +100,7 @@ const getAccountList = () => {
|
|||
setTimeout(() => {
|
||||
props.history.replace("/home/plan-list");
|
||||
}, 1000);
|
||||
console.log(104,market);
|
||||
} else {
|
||||
console.log(104,market);
|
||||
try {
|
||||
menuList.forEach((item) => {
|
||||
|
||||
|
|
|
@ -700,7 +700,6 @@ export default class acclist extends React.Component {
|
|||
|
||||
//除了创建中 编辑key
|
||||
if (this.state.isEdit) {
|
||||
debugger
|
||||
this.setState({ audit_visible: false })
|
||||
let approval_id = sessionStorage.getItem('approval_id')
|
||||
if (approval_id > 0) {
|
||||
|
@ -806,20 +805,20 @@ export default class acclist extends React.Component {
|
|||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
keyApproval(this.state.plan_id, id, data).then((res) => {
|
||||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
Notify.success('成功发起审批')
|
||||
// keyApproval(this.state.plan_id, id, data).then((res) => {
|
||||
// handelResponse(
|
||||
// res,
|
||||
// (req, msg) => {
|
||||
Notify.success(res.message)
|
||||
setTimeout(() => {
|
||||
this.props.history.push('/home/key-list/')
|
||||
}, 2000)
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
}
|
||||
)
|
||||
})
|
||||
// },
|
||||
// (err) => {
|
||||
// Notify.error(err)
|
||||
// }
|
||||
// )
|
||||
// })
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
|
@ -827,30 +826,6 @@ export default class acclist extends React.Component {
|
|||
)
|
||||
})
|
||||
}
|
||||
|
||||
// putKeyBatchDetail(id,data).then((res)=>{
|
||||
// handelResponse(res,(req,msg)=>{
|
||||
// Notify.success("成功发起审批");
|
||||
// setTimeout(()=>{
|
||||
// window.history.back()
|
||||
// },1000);
|
||||
// },(err)=>{
|
||||
// Notify.error(err)
|
||||
// })
|
||||
// })
|
||||
|
||||
// keyApproval(this.state.plan_id,id,data).then((res)=>{
|
||||
// handelResponse(res,(req,msg)=>{
|
||||
|
||||
// Notify.success("成功发起审批");
|
||||
// setTimeout(()=>{
|
||||
// this.props.history.push('/home/key-list/');
|
||||
// },2000)
|
||||
|
||||
// },(err)=>{
|
||||
// Notify.error(err);
|
||||
// })
|
||||
// })
|
||||
}
|
||||
} else {
|
||||
//创建中 编辑key
|
||||
|
@ -890,20 +865,20 @@ export default class acclist extends React.Component {
|
|||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
keyApproval(this.state.plan_id, id, data).then((res) => {
|
||||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
Notify.success('成功发起审批')
|
||||
// keyApproval(this.state.plan_id, id, data).then((res) => {
|
||||
// handelResponse(
|
||||
// res,
|
||||
// (req, msg) => {
|
||||
Notify.success(res.message)
|
||||
setTimeout(() => {
|
||||
this.props.history.push('/home/key-list/')
|
||||
}, 2000)
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
}
|
||||
)
|
||||
})
|
||||
// },
|
||||
// (err) => {
|
||||
// Notify.error(err)
|
||||
// }
|
||||
// )
|
||||
// })
|
||||
},
|
||||
(err) => {
|
||||
Notify.error(err)
|
||||
|
@ -934,37 +909,6 @@ export default class acclist extends React.Component {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
// if(this.refs.form1.validator())
|
||||
// {
|
||||
// let data = {};
|
||||
// data.batch_name = this.state.model.batch_name;
|
||||
// data.style = this.state.model.style;
|
||||
// data.quantity = this.state.model.quantity;
|
||||
// data.bind_object = this.state.checkedList;
|
||||
// data.allow_repetition = this.state.model.allow_repetition;
|
||||
// data.allow_loss = this.state.model.allow_loss;
|
||||
// data.merge_stock = this.state.model.merge_stock;
|
||||
// data.code_batch = this.refs.bindObj.getSelectData();
|
||||
// if(data.code_batch.length == 0)
|
||||
// {
|
||||
// Notify.error("请绑定对象")
|
||||
// return
|
||||
// }
|
||||
|
||||
// let id = sessionStorage.getItem("key_plan_id")
|
||||
// addKeysBatchInfo(id,data).then((res)=>{
|
||||
// handelResponse(res,(req,msg)=>{
|
||||
// Notify.success("成功发起审批");
|
||||
// setTimeout(()=>{
|
||||
// window.history.back()
|
||||
// },1000);
|
||||
// },(err)=>{
|
||||
// })
|
||||
// })
|
||||
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
onBindNum(e, row) {
|
||||
|
|
Loading…
Reference in New Issue