From 8f846e24523c8b0d79f6208de3de54d985130b3e Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 15 Nov 2024 08:57:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=92=8C=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/seaexport/detail/modules/aiRecognition.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/operation/seaexport/detail/modules/aiRecognition.vue b/src/views/operation/seaexport/detail/modules/aiRecognition.vue index 98621b3f..ca323c0f 100644 --- a/src/views/operation/seaexport/detail/modules/aiRecognition.vue +++ b/src/views/operation/seaexport/detail/modules/aiRecognition.vue @@ -93,6 +93,9 @@ function uploadFile(file) { formData.append('file', file.file) GetBookingAIResult(formData).then(res => { if (res.succeeded) { + res.data.shipperContent = res.data.shipper + res.data.consigneeContent = res.data.consignee + res.data.notifyPartyContent = res.data.notifyParty res.data.bookingRemark = res.data.remark setFieldsValue(res.data) list.value = res.data.ctnInfo From c19073ebb36d8a0cd2c0fed2979e2f5fc5e5060d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Fri, 15 Nov 2024 09:18:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=AE=B1=E7=AE=A1=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CurrentState/TenantAuditStepModal.vue | 2 +- .../CurrentState/columns.tsx | 24 +++++++++---------- .../CurrentState/index.vue | 4 ++-- .../CurrentState/infoModal.vue | 2 +- .../CustFeeDui/TenantAuditStepModal.vue | 2 +- .../RentOut/TenantAuditStepModal.vue | 8 +++---- .../SellCtn/TenantAuditStepModal.vue | 4 ++-- .../StateChange/columns.tsx | 16 ++++++------- .../ContainerManagement/StateChange/index.vue | 4 ++-- .../TemplatImport/TenantAuditStepModal.vue | 8 +++---- .../TemplatImport/columns.tsx | 6 ++--- .../TemplatImport/index.vue | 4 ++-- .../ContainerManagement/dsxxcl/columns.tsx | 6 ++--- .../qbxdtbdrz/TenantAuditStepModal.vue | 2 +- .../ContainerManagement/qbxdtbdrz/columns.tsx | 16 ++++++------- 15 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/views/ContainerManagement/CurrentState/TenantAuditStepModal.vue b/src/views/ContainerManagement/CurrentState/TenantAuditStepModal.vue index 7b4fc7fd..8859e361 100644 --- a/src/views/ContainerManagement/CurrentState/TenantAuditStepModal.vue +++ b/src/views/ContainerManagement/CurrentState/TenantAuditStepModal.vue @@ -2,7 +2,7 @@