From fc4a3427aa022b33cb70defe4e50c4b34cb97a6c Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 08 一月 2026 11:56:29 +0800
Subject: [PATCH] 产品维护-编辑产品规格型号时投机交易名称数据类型处理
---
src/views/procurementManagement/paymentLedger/index.vue | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/views/procurementManagement/paymentLedger/index.vue b/src/views/procurementManagement/paymentLedger/index.vue
index 14bcaf4..741e6ac 100644
--- a/src/views/procurementManagement/paymentLedger/index.vue
+++ b/src/views/procurementManagement/paymentLedger/index.vue
@@ -86,8 +86,7 @@
:tableLoading="tableLoadingSon"
:isShowSummary="isShowSummarySon"
:summaryMethod="summarizeMainTable1"
- :isShowPage="false"
- height="calc(100vh - 18.5em)"
+ height="calc(100vh - 18.5em)"
>
<template #payableAmountSlot="{ row }">
<el-text type="danger">
@@ -95,14 +94,14 @@
</el-text>
</template>
</PIMTable>
-<!-- <pagination-->
-<!-- v-show="sonTotal > 0"-->
-<!-- :total="sonTotal"-->
-<!-- @pagination="sonPaginationSearch"-->
-<!-- :layout="page.layout"-->
-<!-- :page="sonPage.current"-->
-<!-- :limit="sonPage.size"-->
-<!-- />-->
+ <pagination
+ v-show="sonTotal > 0"
+ :total="sonTotal"
+ @pagination="sonPaginationSearch"
+ :layout="page.layout"
+ :page="sonPage.current"
+ :limit="sonPage.size"
+ />
</div>
</el-col>
</el-row>
@@ -246,6 +245,8 @@
paymentLedgerList({
...searchForm.value,
...page,
+ detailPageNum: detailPageNum.value, // 鏂板
+ detailPageSize: detailPageSize.value, // 鏂板
}).then((res) => {
let result = res.data;
tableLoading.value = false;
--
Gitblit v1.9.3