Browse Source

update:支持0元退款

ct 20 hours ago
parent
commit
550ad90a36
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/components/his/storeOrderDetails.vue

+ 3 - 3
src/views/components/his/storeOrderDetails.vue

@@ -1082,9 +1082,9 @@ import {getCitys} from "@/api/store/city";
 
       },
       submitRefundForm(){
-        if(this.refundForm.refundAmount<=0){
-          return this.$message("退款金额不能为0");
-        }
+        // if(this.refundForm.refundAmount<=0){
+        //   return this.$message("退款金额不能为0");
+        // }
         if(this.refundForm.refundAmount>this.item.payMoney){
           return this.$message("退款金额不能大于实付金额" + this.item.payMoney + "元");
         }