From 9bd0967b2b8c0bbca5a2843254f8f3f12ecfe792 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 01 十一月 2024 11:35:32 +0800 Subject: [PATCH] 11.1 --- src/views/hosp/order/index.vue | 26 ++++++++++++++++++++------ 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index 504fde3..0135d0c 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -277,6 +277,18 @@ :show-overflow-tooltip="true" /> <el-table-column + label="瀵艰瘖鎵撳嵃娆℃暟" + align="center" + prop="dycs" + width="110px" + :formatter="driver" + :show-overflow-tooltip="true" + > + <template slot-scope="scope"> + {{ scope.row.dycs === null ? 0 : scope.row.dycs }} + </template> + </el-table-column> + <el-table-column label="鐧昏鏃堕棿" align="center" prop="createTime" @@ -1607,11 +1619,12 @@ methods: { onPayTypeChange() { if (this.payType === "6" && this.form.tjType !== 3) { - this.cannotSelectPayType = true; - this.$message.warning("璇ヤ粯娆剧被鍨嬪湪姝や綋妫�绫诲瀷涓嬩笉鍏佽閫夋嫨锛�"); - this.payType = this.dict.type.dict_pay_type[0]?.value || null; + + this.cannotSelectPayType = true; + this.$message.warning("璇ヤ粯娆剧被鍨嬪湪姝や綋妫�绫诲瀷涓嬩笉鍏佽閫夋嫨锛�"); + this.payType = this.dict.type.dict_pay_type[0]?.value || null; } else { - this.cannotSelectPayType = false; + this.cannotSelectPayType = false; } }, getdate() { @@ -1945,6 +1958,7 @@ this.cusSex = item.tjCustomerSex; this.form.tjType = parseInt(item.tjType); }); + this.ids = selection.map((item) => item.orderId); // this.tjNumbers = selection.map((item) => item.tjNumber); this.single = selection.length !== 1; @@ -2170,7 +2184,7 @@ // 琛ュ綍椤圭洰 handleProject(row) { - this.payType = "0" + this.payType = "0"; this.loading = true; this.DataList = []; this.DataList3 = []; @@ -2240,7 +2254,7 @@ }, // 琛ュ綍椤圭洰 handleProject1() { - this.payType = "0" + this.payType = "0"; this.loading = true; this.DataList = []; this.DataList3 = []; -- Gitblit v1.8.0