Commit 075c3896 authored by 李驰骋's avatar 李驰骋

要货审批通用页面调整

parent ad63356d
...@@ -371,7 +371,7 @@ export default { ...@@ -371,7 +371,7 @@ export default {
}, },
isFirstApprovalNode() { isFirstApprovalNode() {
const node = this.firstApprovalNode const node = this.firstApprovalNode
return node && node.statusId === 'executing' return node && (node.statusId === 'executing' || node.statusId === 'ready')
}, },
firstApprovalOpinion() { firstApprovalOpinion() {
const node = this.firstApprovalNode const node = this.firstApprovalNode
......
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