فهرست منبع

feat: 新增回款判断

zhangyuhan 1 ماه پیش
والد
کامیت
692a871168
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/views/create-order/components/order-detail-submodule/OrderActions.vue

+ 4 - 0
src/views/create-order/components/order-detail-submodule/OrderActions.vue

@@ -651,6 +651,10 @@ export default {
             errorTip.push(errorTip.length + '.订单审核状态不是"已通过"')
           }
 
+          if (this.orderDetail.orderData?.order_status === -2) {
+            errorTip.push(errorTip.length + '.订单状态"已取消"')
+          }
+
           if (this.orderDetailInfo?.is_backstage_order === 1) {
             if (this.orderDetail.returnRes?.remainingMoney == 0) {
               errorTip.push(errorTip.length + '.已全额回款"')