qinxianzhangyao
2023-09-13 fb0f5d7ac6dabbfe9a1246ca07348d13a622d96c
src/views/system/charge/index.vue
@@ -379,7 +379,7 @@
          orderId: this.OrderId,
        };
        getwater(data).then((res) => {
          if (res.code == 200) {
          if (res.msg !="该订单已付款 无须再付") {
            this.mobanId = res.data.mobanId;
            this.waterId = res.data.waterId;
            this.$modal.msgSuccess("操作成功");
@@ -390,10 +390,9 @@
            const params = { viewNum, tjnumber };
            this.$tab.openPage("收款小票", "/report/charge", params);
          } else{
            console.log(111)
            this.$message({
              type: "warning ",
              message: "请重新预约!",
              message: "查询到您已退款,请您重新预约!",
            });
          }