fix: 修复顺运宝采购完成状态与重复采购 (#169)
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
{{if eq .Stage "purchase_ready"}}
|
||||
<button type="button" data-modal-open="purchase-modal" data-purchase-open
|
||||
data-purchase-id="{{.SybID}}">{{.ActionText}}</button>
|
||||
{{else if eq .Stage "task_created"}}
|
||||
{{else if or (eq .Stage "task_created") (eq .Stage "purchase_completed") (eq .Stage "purchase_review")}}
|
||||
<a class="button-link" href="/tasks?type=purchase&q={{urlquery .OrderNo}}">{{.ActionText}}</a>
|
||||
{{else}}
|
||||
<button type="button" data-detail-open-id="{{.SybID}}">{{.ActionText}}</button>
|
||||
|
||||
Reference in New Issue
Block a user