From 131f45388633a6670800926fefe17918e30b70ed Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 27 三月 2026 15:26:03 +0800
Subject: [PATCH] 军泰伟业 1.生产订单添加领料功能 2.将报工台账单的查看投入迁移到生产订单

---
 src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue b/src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue
index 24a368a..7503010 100644
--- a/src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue
+++ b/src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue
@@ -6,6 +6,7 @@
     :tableLoading="loading"
 		:summaryMethod="summarizeChildrenTable"
 		:isShowSummary="true"
+    :isShowPagination="false"
     height="auto"
   >
   </PIMTable>
@@ -41,7 +42,7 @@
       prop: "productCategory",
     },
     {
-      label: "瑙勬牸鍨嬪彿",
+      label: "鍥剧焊缂栧彿",
       prop: "specificationModel",
     },
     {
@@ -111,6 +112,9 @@
 const getList = async (id) => {
   await nextTick();
   filters.salesLedgerId = id;
+  // 璁剧疆涓�涓緢澶х殑 pageSize 浠ヨ幏鍙栨墍鏈夋暟鎹�
+  pagination.pageSize = 10000;
+  pagination.currentPage = 1;
   getTableData();
 };
 // 瀛愯〃鍚堣鏂规硶

--
Gitblit v1.9.3