From ff662374d8360b792a77ae5cbb54361605475880 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Fri, 2 Aug 2024 15:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operation/seaexport/detail/modules/goodsTable.vue | 5 +++-- src/views/system/org/OrgModal.vue | 8 ++++---- src/views/system/org/columns.tsx | 6 ------ src/views/system/org/index.vue | 1 + 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/views/operation/seaexport/detail/modules/goodsTable.vue b/src/views/operation/seaexport/detail/modules/goodsTable.vue index 504a515c..d3085587 100644 --- a/src/views/operation/seaexport/detail/modules/goodsTable.vue +++ b/src/views/operation/seaexport/detail/modules/goodsTable.vue @@ -1636,7 +1636,7 @@ // 这里定义了编辑,自动填充和拷贝数据的处理逻辑 if (source === 'edit' || source === 'Autofill.fill' || source === 'CopyPaste.paste') { let dict: any = {} - + // 选择箱型联动逻辑 if (changes[0][1] === 'ctn') { const res = ctnDict.value.length ? ctnDict.value : (await GetCtnSelectList())?.data if (!ctnDict.value.length) ctnDict.value = res @@ -1644,7 +1644,7 @@ return item.ctnName === changes[0][3] }) if (item) dict = item[0] - + console.log(dict) list.value[changes[0][0]]['ctn'] = dict?.ctnName list.value[changes[0][0]]['ctnCode'] = dict?.edicode list.value[changes[0][0]]['size'] = dict?.ctnSize @@ -1654,6 +1654,7 @@ OTeu.value = dict.teu } list.value[changes[0][0]]['tareWeight'] = dict?.ctnWeight + console.log(list.value) } if (changes[0][1] === 'kindPkgsName') { const res = kindPkgsDict.value.length diff --git a/src/views/system/org/OrgModal.vue b/src/views/system/org/OrgModal.vue index 82508821..892877fa 100644 --- a/src/views/system/org/OrgModal.vue +++ b/src/views/system/org/OrgModal.vue @@ -9,11 +9,11 @@ -