qx
qx
2025-03-14 52bcb910746e14555a9cb6b36ceada06c5587bca
src/views/system/tijian/index.vue
@@ -1240,7 +1240,7 @@
          this.form.firmId = "";
        }
        if (this.form.firmId) {
          this.form.tjType = "1";
          this.form.tjType = this.dict.type.dict_team[2].value;
        }
      }
    },
@@ -1727,6 +1727,7 @@
      addCustomer(formData).then((response) => {
        this.responseList = response.data;
        this.form.tjType = this.dict.type.dict_team[0].value;
        this.$modal.msgSuccess("新增成功");
        _this.tcShow = true;
        _this.isDisabled = true;
@@ -1772,7 +1773,7 @@
            if (this.form.reservationId != null) {
              if (this.form.groupingId) {
                this.form.firmName = this.form.compName;
                this.form.tjType = "1";
                this.form.tjType = this.dict.type.dict_team[2].value;
                this.CompanyList.forEach((item) => {
                  if (item.cnName == this.form.firmName) {
                    this.form.firmId = item.drugManufacturerId;
@@ -3261,6 +3262,7 @@
            discount: item.discount,
            parentProId: item.parentProId,
            cusIdCard: item.cusId,
            yhj: item.nowPrice
          })); // 创建新的对象,包含 discount 和 id
        gaibianzhekou(newArray).then((res) => {
          this.loadingSubmit = false;