From 800a6769e4faf0cb2b9c9aabe4dbbbbfa8387a61 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Mon, 11 Dec 2023 10:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E6=9D=BF=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/paintboard.png | Bin 0 -> 10670 bytes src/components/DesignForm/assembly/index.ts | 9 + .../DesignForm/public/form/formGroup.vue | 3 +- src/views/sysworkflow/codepage/page.vue | 17 +- src/views/sysworkflow/codepage/page_black.vue | 19 + src/widget/index.ts | 2 + src/widget/writingboard/index.vue | 186 +++++ src/widget/writingboard/paintBoard.vue | 124 +++ src/widget/writingboard/vueSignature.vue | 713 ++++++++++++++++++ 9 files changed, 1064 insertions(+), 9 deletions(-) create mode 100644 src/assets/paintboard.png create mode 100644 src/views/sysworkflow/codepage/page_black.vue create mode 100644 src/widget/writingboard/index.vue create mode 100644 src/widget/writingboard/paintBoard.vue create mode 100644 src/widget/writingboard/vueSignature.vue diff --git a/src/assets/paintboard.png b/src/assets/paintboard.png new file mode 100644 index 0000000000000000000000000000000000000000..252b4631e33f4b45244486608fafd99ee847f792 GIT binary patch literal 10670 zcmeAS@N?(olHy`uVBq!ia0y~y;QYtHz+%C{1QfaJe!>z+F%}28J29*~C-V}>VM%xN zb!1@J*w6hZkrl}2EbxddW?zuZTe zS??z(8SnOWNx8e39jFlq8aBNbg|c*Bi$hon=YN5W1%eZs>lh)dPix{Kj0T%gWuTB4 z4G?g87)>GIU>MCZ;9wXn9KgXaS~x(0VYF}jj3zopr0HWJ9hyVZp literal 0 HcmV?d00001 diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index e6fda85f0..30a93419b 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -246,6 +246,15 @@ const selectOption: any = [ control: { }, config: {} + }, + { + type: 'signaturemap', + label: '签名板', + icon: 'faedit', + iconFont: 'fa-edit', + control: { + }, + config: {} } ] }, diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index b3e12d574..01dd78689 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -426,6 +426,7 @@ onMounted(()=>{ + @@ -433,7 +434,7 @@ onMounted(()=>{ - +