From fe23ea5151c7413d2d6f38875da60283bf021558 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 3 Mar 2025 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?YT-2009=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E3=80=81=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=B8=A6=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E4=B8=8D=E6=AD=A3=E7=A1=AE=EF=BC=8C=E5=A4=AA?= =?UTF-8?q?=E5=A4=9A=E6=98=8E=E7=BB=86=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E5=8A=A0=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableForm/src/TableForm.vue | 4 ++-- .../CustomerSaleInvoiceBasicForm.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TableForm/src/TableForm.vue b/src/components/TableForm/src/TableForm.vue index a76a91848..f28e1fd2c 100644 --- a/src/components/TableForm/src/TableForm.vue +++ b/src/components/TableForm/src/TableForm.vue @@ -398,7 +398,7 @@ style="margin-top: 10px" v-model:current-page="currentPage" v-model:page-size="pageSize" - :page-sizes="[1, 2, 3, 10]" + :page-sizes="[10, 20, 30, 50, 100]" :small="true" :background="false" layout="total, sizes, prev, pager, next, jumper" @@ -707,7 +707,7 @@ const visibleChange = (field, val, row, index) => { emit('visibleChange', field, val, row, index) } const currentPage = ref(1) -const pageSize = ref(2) +const pageSize = ref(20) const showTableData = () => { if (props.tableData.length > 1) { return props.tableData.slice( diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue index 96d4e66da..fccb4a118 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue @@ -263,7 +263,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => setV['customerName'] = val[0]['customerName'] CustomerStatementDetailApi.getCustomerStatementDetailPage({ pageNo:1, - pageNSize: 100, + pageNSize: 5000, masterId:val[0]['id'] }).then((res) => { console.log(55,res)