From efb01ad0b0413c5d3bf17297c2ae2f6231c0d0b1 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: Thu, 29 Aug 2024 17:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E6=9D=A5=E5=8D=95=E4=BD=8D=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/baseinfo/ReleaseType/columns.tsx | 11 +- src/views/baseinfo/infoclient/EditColumns.tsx | 41 +++ .../infoclient/ReleaseType/columns.tsx | 4 +- .../infoclient/TenantAuditStepModal.vue | 78 +++-- src/views/baseinfo/infoclient/columns.tsx | 67 ++-- .../baseinfo/infoclient/menu2/columns.tsx | 325 +++++++++--------- .../baseinfo/infoclient/tabs3/columns.tsx | 148 ++++---- src/views/fee/template/index.vue | 4 +- 8 files changed, 390 insertions(+), 288 deletions(-) diff --git a/src/views/baseinfo/ReleaseType/columns.tsx b/src/views/baseinfo/ReleaseType/columns.tsx index f55d0f37..aeac9ed1 100644 --- a/src/views/baseinfo/ReleaseType/columns.tsx +++ b/src/views/baseinfo/ReleaseType/columns.tsx @@ -3,7 +3,7 @@ import { Tag } from 'ant-design-vue' import { GetClientListByCode, GetCarrierSelectList, GetClientPortSelectList } from '/@/api/common' export const columns: BasicColumn[] = [ { - title: '承运商', + title: '船公司', dataIndex: 'carrier', sorter: true, width: 150, @@ -21,7 +21,7 @@ export const columns: BasicColumn[] = [ width: 200, }, { - title: '放舱方式名称', + title: '放舱方式', dataIndex: 'releaseTypeName', sorter: true, width: 200, @@ -30,7 +30,7 @@ export const columns: BasicColumn[] = [ export const searchFormSchema: FormSchema[] = [ { - label: '承运商', + label: '船公司', field: 'carrier', labelSlot: 'carrierId', component: 'ApiSelect', @@ -120,7 +120,7 @@ export const formSchema: FormSchema[] = [ show: false, }, { - label: '承运商', + label: '船公司', field: 'carrier', labelSlot: 'carrierId', component: 'ApiSelect', @@ -145,6 +145,7 @@ export const formSchema: FormSchema[] = [ formModel.carrierId = '' } }, + getPopupContainer: () => document.body, } }, }, @@ -187,6 +188,7 @@ export const formSchema: FormSchema[] = [ formModel.customerName = '' } }, + getPopupContainer: () => document.body, } }, }, @@ -207,6 +209,7 @@ export const formSchema: FormSchema[] = [ showName: 'pinYinCode', valueField: 'ediCode', immediate: true, + getPopupContainer: () => document.body, } }, }, diff --git a/src/views/baseinfo/infoclient/EditColumns.tsx b/src/views/baseinfo/infoclient/EditColumns.tsx index f994f5e8..a9edc38e 100644 --- a/src/views/baseinfo/infoclient/EditColumns.tsx +++ b/src/views/baseinfo/infoclient/EditColumns.tsx @@ -814,3 +814,44 @@ export const EditformSchema: FormSchema[] = [ }, }, ] +export const EditformSchema2: FormSchema[] = [ + { + field: 'farCode', + label: '财务应收账款代码', + component: 'DEdit', + defaultValue: '', + colProps: { span: 8 }, + componentProps: (e) => { + return { + onEdit: () => { + const { formActionType } = e + formActionType ? formActionType.linkageForm(e) : null + }, + } + }, + }, + { + field: 'fapCode', + label: '财务应付账款代码', + component: 'DEdit', + defaultValue: '', + colProps: { span: 8 }, + componentProps: (e) => { + return { + onEdit: () => { + const { formActionType } = e + formActionType ? formActionType.linkageForm(e) : null + }, + } + }, + }, + { + field: 'Divider', + component: 'Divider', + label: '', + colProps: { span: 24 }, + componentProps: { + class: 'infoclientDivider', + }, + }, +] diff --git a/src/views/baseinfo/infoclient/ReleaseType/columns.tsx b/src/views/baseinfo/infoclient/ReleaseType/columns.tsx index 10b4d59b..8968ba9d 100644 --- a/src/views/baseinfo/infoclient/ReleaseType/columns.tsx +++ b/src/views/baseinfo/infoclient/ReleaseType/columns.tsx @@ -15,7 +15,7 @@ export const columns: BasicColumn[] = [ width: 200, }, { - title: '放舱方式名称', + title: '放舱方式', dataIndex: 'releaseTypeName', sorter: true, width: 200, @@ -54,7 +54,6 @@ export const searchFormSchema: FormSchema[] = [ label: '起运港', field: 'loadingPort', component: 'ApiSelect', - colProps: { span: 4 }, componentProps: () => { return { @@ -151,6 +150,7 @@ export const formSchema: FormSchema[] = [ showName: 'pinYinCode', valueField: 'ediCode', immediate: true, + getPopupContainer: () => document.body, } }, }, diff --git a/src/views/baseinfo/infoclient/TenantAuditStepModal.vue b/src/views/baseinfo/infoclient/TenantAuditStepModal.vue index 8daa3381..f165e784 100644 --- a/src/views/baseinfo/infoclient/TenantAuditStepModal.vue +++ b/src/views/baseinfo/infoclient/TenantAuditStepModal.vue @@ -80,9 +80,9 @@

财务信息

- +
-
+