From ea8df2c98909f24e12c1807184238e893dc80f31 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 17 三月 2025 11:31:46 +0800 Subject: [PATCH] 1 --- src/views/system/tijian/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index ad39758..4728be4 100644 --- a/src/views/system/tijian/index.vue +++ b/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; -- Gitblit v1.8.0