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)