From 6312df88d8ab7b8c6620a871586043af53d2cbd4 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 17 Jun 2024 17:13:39 +0800 Subject: [PATCH] uu --- components/buns-post-edit-templates/bpe-cost-tmp.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index b1538e6..71cceb3 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -114,7 +114,7 @@ suffix="CNY"> - 实收 + 实收 @@ -249,11 +249,9 @@ this.modelInfo.freight = total }, async handleCostItemSure(data){ - if(data.feeCode == '9999') { - if(!data.realFee) { - this.showToast("实收不能为空") - return false - } + if(!data.realFee) { + this.showToast("实收不能为空") + return false } this.modelInfo.feeItems.push({ ...data }) this.costModal.show = false