From 600cb05a8e50a2706f6817242dc31c07cdd75b4a Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 12 Jan 2026 09:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=BA=A7=E5=85=A5=E5=BA=93=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E9=80=89=E6=8B=A9=E6=98=93=E8=80=97=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firstOrder/components/inDialog.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/firstOrder/components/inDialog.vue b/src/views/firstOrder/components/inDialog.vue index 9e5c3d9..5c8f80e 100644 --- a/src/views/firstOrder/components/inDialog.vue +++ b/src/views/firstOrder/components/inDialog.vue @@ -817,6 +817,9 @@ export default { this.sizeForm.inTableData = res.data.result; this.sizeForm.inTableData.forEach((item) => { item.theInboundQuantity = 0; + if(item.type == 'YH'){ + item.unitPrice = 0; + } }); this.getStatistics(); this.$message.success("数据获取成功");