1
wwl
2025-01-04 55f244bc13574390e9ac2822a4f1e959662a62b1
src/views/system/tijian/index.vue
@@ -1702,6 +1702,13 @@
            }
            if (this.form.reservationId != null) {
              if (this.form.groupingId) {
                this.form.firmName = this.form.compName
                this.form.tjType = "1"
                this.CompanyList.forEach((item) => {
                  if (item.cnName == this.form.firmName) {
                    this.form.firmId = item.drugManufacturerId;
                  }
                });
                _this.tcShow = true;
                getTransitionList1(this.form.cusIdcard).then((res) => {
@@ -2789,7 +2796,7 @@
          }
        });
      }
       else {
      else {
        getaddtTransition(data).then((response) => {
          if (response.code == 200) {
            let cusId = this.form.cusIdcard;
@@ -3152,6 +3159,8 @@
                userId,
                tjType,
                tjCategory: this.tjCategory,
                firmId: this.form.firmId,
                firmName: this.form.firmName
              };
              this.listgetOrder(data);
@@ -3163,6 +3172,8 @@
                userId,
                tjType,
                tjCategory: this.tjCategory,
                firmId: this.form.firmId,
                firmName: this.form.firmName
              };
              this.listgetOrder(data);
            } else {