From fa68fdcc8f96d306612cc06c90618f0e4f1c1c7a Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 22 Apr 2025 17:12:51 +0800 Subject: [PATCH] =?UTF-8?q?YT-2478:=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=98=8E=E7=BB=86=E8=B0=83=E6=95=B4=E6=9C=80?= =?UTF-8?q?=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerSaleInvoiceBasicForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue index fdf0d5bae..c6a36bfd3 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue @@ -267,7 +267,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => setV['customerName'] = val[0]['customerName'] CustomerStatementDetailApi.getCustomerStatementDetailPage({ pageNo:1, - pageSize: 5000, + pageSize: 50000, masterId:val[0]['id'] }).then((res) => { console.log(55,res)