Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/ysy_admin' into ysy_admin

三七 2 nedēļas atpakaļ
vecāks
revīzija
95d05c0391
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/views/components/his/storeOrderDetails.vue

+ 2 - 1
src/views/components/his/storeOrderDetails.vue

@@ -1141,7 +1141,8 @@ import {getCitys} from "@/api/store/city";
       },
       refund(){
         var that=this;
-        this.$confirm('是否确认申请退款?', "警告", {
+        const str = that.erpType === 1 ? '是否确认申请退款?' : '申请退款,是否已联系兔灵?'
+        this.$confirm(str, "警告", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"