From 0a3b4bac16a4cf49deaddc6b4f3a2aeee90e9061 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期二, 21 五月 2024 16:33:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/quality/Packaging_ledger/pack-fromadd.vue | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/views/quality/Packaging_ledger/pack-fromadd.vue b/src/views/quality/Packaging_ledger/pack-fromadd.vue index 6d16c84..6bf4000 100644 --- a/src/views/quality/Packaging_ledger/pack-fromadd.vue +++ b/src/views/quality/Packaging_ledger/pack-fromadd.vue @@ -77,6 +77,15 @@ // 鏍囬 column: [ { + minWidth: '120', + prop: 'customerOrderNo', + label: '鍚堝悓鍙�', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { minWidth: 'code', prop: 'product', label: '浜у搧', @@ -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