From a2eaa00117cc8ba531f9ba7db2abf93cc7a9b816 Mon Sep 17 00:00:00 2001 From: admin <> Date: Fri, 7 Jun 2024 09:35:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=201.=E6=94=AF=E4=BB=98=E6=98=8E?= =?UTF-8?q?=E7=BB=86=20=E6=94=B6=E5=85=A5=E6=98=8E=E7=BB=86=20=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=95=B0=E6=8D=AE=E4=B8=8D=E5=8F=AF=E5=88=A0=E9=99=A4?= =?UTF-8?q?=202.=E5=87=BA=E8=B4=A7=E6=89=B9=E9=87=8F=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pagesApp/incomeDetail.vue | 1 + src/pagesApp/paymentDetail.vue | 1 + src/pagesShipment/shipmentSettlement.vue | 103 ++++++++++++++++++----- src/utils/http.ts | 1 - 4 files changed, 83 insertions(+), 23 deletions(-) diff --git a/src/pagesApp/incomeDetail.vue b/src/pagesApp/incomeDetail.vue index 26b6368..81b9460 100644 --- a/src/pagesApp/incomeDetail.vue +++ b/src/pagesApp/incomeDetail.vue @@ -50,6 +50,7 @@ diff --git a/src/pagesApp/paymentDetail.vue b/src/pagesApp/paymentDetail.vue index ac66eaf..4835b19 100644 --- a/src/pagesApp/paymentDetail.vue +++ b/src/pagesApp/paymentDetail.vue @@ -45,6 +45,7 @@ diff --git a/src/pagesShipment/shipmentSettlement.vue b/src/pagesShipment/shipmentSettlement.vue index eb858a1..e642f8a 100644 --- a/src/pagesShipment/shipmentSettlement.vue +++ b/src/pagesShipment/shipmentSettlement.vue @@ -37,7 +37,12 @@ " :noMoreData="pageList.noMoreData" :list="pageList.list" - :height="ScaleStatus.ShipmentPaid === currentTab ? 160 : 240" + :height=" + ScaleStatus.ShipmentPaid === currentTab || + ScaleStatus.ToBeShipmentReview === currentTab + ? 160 + : 240 + " :isLoading="pageList.isLoading" > @@ -45,7 +50,6 @@ - + + + + +