From 99a1ad1d015d6f76c5dd28ccf328e4ceba5aee80 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: Wed, 30 Oct 2024 17:40:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?10/30=20=E9=83=A8=E5=88=86=E7=A6=85?= =?UTF-8?q?=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FeeCustTemplate/TenantAuditStepModal.vue | 21 +- .../infoclient/FeeCustTemplate/api.ts | 15 +- .../infoclient/FeeCustTemplate/columns.tsx | 102 +- .../infoclient/FeeCustTemplate/index.vue | 21 + .../infoclient/TenantAuditStepModal.vue | 4 +- .../FeeCustTemplate/TenantAuditStepModal.vue | 48 +- src/views/fee/FeeCustTemplate/api.ts | 25 +- src/views/fee/FeeCustTemplate/columns.tsx | 400 ++- src/views/fee/FeeCustTemplate/feeField.vue | 61 +- src/views/fee/FeeCustTemplate/index.vue | 21 + src/views/taskmanage/api.ts | 209 +- src/views/taskmanage/index.vue | 3171 +++++++++-------- .../taskmanage/taskList/BLConfirmation.vue | 75 + 13 files changed, 2525 insertions(+), 1648 deletions(-) create mode 100644 src/views/taskmanage/taskList/BLConfirmation.vue diff --git a/src/views/baseinfo/infoclient/FeeCustTemplate/TenantAuditStepModal.vue b/src/views/baseinfo/infoclient/FeeCustTemplate/TenantAuditStepModal.vue index de262619..7722b655 100644 --- a/src/views/baseinfo/infoclient/FeeCustTemplate/TenantAuditStepModal.vue +++ b/src/views/baseinfo/infoclient/FeeCustTemplate/TenantAuditStepModal.vue @@ -10,7 +10,7 @@ - + diff --git a/src/views/taskmanage/taskList/BLConfirmation.vue b/src/views/taskmanage/taskList/BLConfirmation.vue new file mode 100644 index 00000000..6e631499 --- /dev/null +++ b/src/views/taskmanage/taskList/BLConfirmation.vue @@ -0,0 +1,75 @@ + + + From 9c926e62292291d1976849c461b9038f6664d38c Mon Sep 17 00:00:00 2001 From: sunzehua Date: Wed, 30 Oct 2024 18:18:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/print/columns.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/system/print/columns.tsx b/src/views/system/print/columns.tsx index 7d0c8ca7..afae4c66 100644 --- a/src/views/system/print/columns.tsx +++ b/src/views/system/print/columns.tsx @@ -211,6 +211,12 @@ export const temFormSchema: FormSchema[] = [ } }, }, + { + field: 'namingRule', + label: '打印文件名称', + component: 'Input', + colProps: { span: 24 }, + }, { field: 'templateName', label: '',