Commit b3535e16 authored by shangtx's avatar shangtx

fix: 多次发送订单

parent 507e680e
......@@ -89,7 +89,9 @@
hasPerm('SYS02201.SEND') &&
!past &&
(order.orderStatus == STATUS.RESERVE ||
order.orderStatus == STATUS.VALUATION)
order.orderStatus == STATUS.VALUATION ||
order.orderStatus == STATUS.PAY ||
order.orderStatus == STATUS.DISPATCH)
"
>
发送订单
......
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