From 0a04525d58093de7581950ae9a07129f55f2813f Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 06 六月 2025 15:54:44 +0800
Subject: [PATCH] 修改文件名称展示、批次

---
 src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
index 13e58f0..79d4442 100644
--- a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
+++ b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
@@ -200,9 +200,15 @@
     methods: {
       initDictConfig(){
       },
-      getGuideCardBatchList(){
-        console.log('currentDocumentInfo', this.guideCardBatchInfo)
-        let params
+      searchQuery() {
+        this.queryParam.docId = this.guideCardBatchInfo.docId;
+        this.loadData(1);
+      },
+      /**
+      * 鑾峰彇鍔犲伐纭琛ㄥ垪琛�
+      */
+      getGuideCardBatchList() {
+        let params= {};
         params.docId=this.guideCardBatchInfo.docId;
         params.serialNumber=this.queryParam.serialNumber;
         params.fixtureInformation=this.guideCardBatchInfo.fixtureInformation;
@@ -224,6 +230,19 @@
           this.loading = false
         })
       },
+      searchReset() {
+        // 淇濈暀蹇呰瀛楁鐨勬祬鎷疯礉鏂瑰紡
+        this.queryParam = {
+          docId: this.guideCardBatchInfo.docId
+        };
+        this.loadData(1);
+      },
+      loadData(pageNum) {
+        if (this.ipagination) {
+          this.ipagination.current = pageNum;
+        }
+        this.getGuideCardBatchList();
+      },
       getSuperFieldList(){
         let fieldList=[];
         fieldList.push({type:'string',value:'serialNumber',text:'娴佹按鍙�',dictCode:''})

--
Gitblit v1.9.3