取消按钮
This commit is contained in:
parent
5dc1f5d262
commit
4953b2775e
@ -555,15 +555,14 @@
|
|||||||
>上报处方平台</a-button
|
>上报处方平台</a-button
|
||||||
>
|
>
|
||||||
</a-space>
|
</a-space>
|
||||||
|
<!-- 订单状态=2退款状态=4,5支付状态=2上报状态!=1 -->
|
||||||
<a-space
|
<a-space
|
||||||
style="margin-right: 8px"
|
style="margin-right: 8px"
|
||||||
v-if="
|
v-if="
|
||||||
modalForm.order_product_status == 2 ||
|
(modalForm.order_product_status == 2 && modalForm.pay_status==2
|
||||||
(modalForm.order_product_refund &&
|
&& (modalForm.order_product_refund &&
|
||||||
modalForm.order_product_refund.product_refund_status == 4) ||
|
(modalForm.order_product_refund.product_refund_status == 4 || modalForm.order_product_refund.product_refund_status == 5) ) &&
|
||||||
(modalForm.order_product_refund &&
|
modalForm.report_pre_status != 1 )
|
||||||
modalForm.order_product_refund.product_refund_status == 5) ||
|
|
||||||
modalForm.report_pre_status != 2
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user