gaoluyang
2 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages/procurementManagement/paymentLedger/detail.vue
@@ -1,7 +1,7 @@
<template>
   <view class="receipt-payment-detail">
      <!-- 使用通用页面头部组件 -->
      <PageHeader title="客户往来详情" @back="goBack" />
      <PageHeader title="供应商往来详情" @back="goBack" />
      
      <!-- 统计信息 -->
      <view class="summary-info" v-if="tableData.length > 0">
@@ -114,9 +114,11 @@
   }
   const param = {
      supplierId: supplierId.value,
      current: -1,
      size: -1
   };
   paymentLedgerList(param).then((res) => {
      tableData.value = res.data;
      tableData.value = res.data.records;
   }).catch(() => {
      uni.showToast({
         title: '查询失败',