qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/gyWarehouse/edit/index.vue
@@ -307,7 +307,7 @@
          this.zuzhiId = data.HUSEORGID; //根据登录用户获取默认的组织ID
          this.user = data.Czymc;
          axios
            .get(this.baseURL + "/Web/GetOrganizations", {})
            .get(this.$baseUrl + "/Web/GetOrganizations", {})
            .then((response) => {
              if (response.data.count == 1) {
                this.organizationList = response.data.data; //组织列表
@@ -328,7 +328,7 @@
      if (this.OperationType != 1) {
        this.zzSelDis = true;
        axios
          .get(this.baseURL + "/Gy_Warehouse/cx", {
          .get(this.$baseUrl + "/Gy_Warehouse/cx", {
            params: {
              HInterID: this.linterid,
            },
@@ -510,7 +510,7 @@
              var sMainSub = sMainStr + ";" + this.user;
              axios({
                method: "post",
                url: this.baseURL + "/Gy_Warehouse/ModifyByID",
                url: this.$baseUrl + "/Gy_Warehouse/ModifyByID",
                data: {
                  oMain: sMainSub,
                },
@@ -543,7 +543,7 @@
        .then(() => {
          if (this.rowForm.状态 == "创建") {
            axios
              .get(this.baseURL + "/Kf_SellOutBill/DeltetSellOutBill", {
              .get(this.$baseUrl + "/Kf_SellOutBill/DeltetSellOutBill", {
                params: { HInterID: this.rowForm.hmainid.toString(), user: this.user },
              })
              .then((response) => {
@@ -567,7 +567,7 @@
      var InterID = form.HItemID || form.HInterID;
      //逻辑审核方法
      axios
        .get(this.baseURL + "/Gy_Warehouse/AuditGy_Warehouse", {
        .get(this.$baseUrl + "/Gy_Warehouse/AuditGy_Warehouse", {
          params: { HInterID: InterID, IsAudit: num, CurUserName: this.user },
        })
        .then((response) => {