From d55f094797f9a3552c4d196f69ae188e1222b7a6 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期六, 11 五月 2024 16:29:48 +0800
Subject: [PATCH] 修改

---
 src/views/quality/Packaging_ledger/pack-fromadd.vue |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/Packaging_ledger/pack-fromadd.vue b/src/views/quality/Packaging_ledger/pack-fromadd.vue
index b280ee7..6bf4000 100644
--- a/src/views/quality/Packaging_ledger/pack-fromadd.vue
+++ b/src/views/quality/Packaging_ledger/pack-fromadd.vue
@@ -16,7 +16,7 @@
         :options="options"
         :ajaxFun="ajaxFun"
         :paramObj="packageBoxIddata"
-        :bottomOffset="350"
+        :bottomOffset="150"
         ref="paramTable"
       >
         <template #toolbar></template>
@@ -76,6 +76,15 @@
           data: [],
           // 鏍囬
           column: [
+            {
+              minWidth: '120',
+              prop: 'customerOrderNo',
+              label: '鍚堝悓鍙�',
+              sort: true,
+              isTrue: true,
+              isSearch: true,
+              searchInfoType: 'text'
+            },
             {
               minWidth: 'code',
               prop: 'product',
@@ -159,6 +168,11 @@
     watch: {
       currshowlist() {
         this.innerVisible = this.currshowlist
+        if(this.currshowlist){
+          this.$nextTick(() => {
+            this.getData()
+          });
+        }
       }
     },
     computed: {
@@ -182,4 +196,3 @@
     }
   }
   </script>
-  
\ No newline at end of file

--
Gitblit v1.9.3