From 330627aa00d4c2e6b7e40e6db538065e1c21f144 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Fri, 18 Jul 2025 09:52:10 +0800
Subject: [PATCH] =?UTF-8?q?YT-2892=E9=A1=BA=E5=BC=95=E5=8F=91=E8=B4=A7?=
=?UTF-8?q?=EF=BC=8C=E5=AF=BC=E5=85=A5=E7=BA=B3=E5=85=A5=E4=B9=A6=EF=BC=8C?=
=?UTF-8?q?=E5=8F=91=E8=B4=A7=E6=95=B0=E9=87=8F=E5=A4=A7=E4=BA=8E=E7=BA=B3?=
=?UTF-8?q?=E5=85=A5=E6=95=B0=E9=87=8F=EF=BC=8C=E5=B7=AE=E5=BC=82=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E5=90=8E=EF=BC=8C=E6=B2=A1=E6=9C=89=E5=AF=BC=E5=85=A5?=
=?UTF-8?q?=E6=88=90=E5=8A=9F=E9=A1=B5=E9=9D=A2=EF=BC=8C=E8=BF=94=E5=9B=9E?=
=?UTF-8?q?=E8=BF=98=E6=98=AF=E5=B7=AE=E5=BC=82=E8=B0=83=E6=95=B4=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=8F=AF=E4=BB=A5=E5=86=8D=E6=AC=A1=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=EF=BC=8C=E7=8E=B0=E5=AE=A2=E6=88=B7=E8=AE=A2=E5=8D=95?=
=?UTF-8?q?=E5=8F=B7=E8=B5=8B=E5=80=BC=E6=88=90=E5=8A=9F=EF=BC=8C=E5=BA=94?=
=?UTF-8?q?=E4=B8=8D=E8=83=BD=E8=B5=8B=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../inducedProduct/deliverRecordMain/index.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/index.vue b/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/index.vue
index 2874f0964..8b4557db4 100644
--- a/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/index.vue
+++ b/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/index.vue
@@ -788,10 +788,9 @@ const tableDatAadjustDiffData = ref({
loading:false
})
watch(
- () => tableDatAadjustDiffData.value.tableList.length,
+ () => tableDatAadjustDiffData.value.tableList.some(item=>item.difference!=0),
(val) => {
- debugger
- if (val > 0) {
+ if (val) {
footButttondataAdjustDiffData.value = [
defaultButtons.formCloseBtn(null) // BOM关闭
]