Explorar el Código

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

三七 hace 2 semanas
padre
commit
95d05c0391
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"