diff --git a/src/views/sysworkflow/codepage/page.vue b/src/views/sysworkflow/codepage/page.vue
index f1aa6dd9a..e019ffec0 100644
--- a/src/views/sysworkflow/codepage/page.vue
+++ b/src/views/sysworkflow/codepage/page.vue
@@ -4,16 +4,17 @@
@ 备注:
-->
-
-
-
+
+
\ No newline at end of file
diff --git a/src/views/sysworkflow/codepage/page_black.vue b/src/views/sysworkflow/codepage/page_black.vue
new file mode 100644
index 000000000..f1aa6dd9a
--- /dev/null
+++ b/src/views/sysworkflow/codepage/page_black.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/widget/index.ts b/src/widget/index.ts
index f6caab0c2..36df8d652 100644
--- a/src/widget/index.ts
+++ b/src/widget/index.ts
@@ -6,6 +6,7 @@ import urlLink from './urllink/index.vue'
import orgCitys from './orgcitys/index.vue'
import baiduMap from './baidumap/index.vue'
import orgCentent from './org/index.vue'
+import signatureMap from './writingboard/index.vue'
export default (app: any) => {
app.component('SerialNumber', serialNumber)
@@ -13,4 +14,5 @@ export default (app: any) => {
app.component('OrgCitys', orgCitys)
app.component('BaiduMap', baiduMap)
app.component('OrgCentent', orgCentent)
+ app.component('SignatureMap', signatureMap)
}
diff --git a/src/widget/writingboard/index.vue b/src/widget/writingboard/index.vue
new file mode 100644
index 000000000..3dedb77c4
--- /dev/null
+++ b/src/widget/writingboard/index.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/widget/writingboard/paintBoard.vue b/src/widget/writingboard/paintBoard.vue
new file mode 100644
index 000000000..32358d032
--- /dev/null
+++ b/src/widget/writingboard/paintBoard.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
签名完成
+
重签
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/widget/writingboard/vueSignature.vue b/src/widget/writingboard/vueSignature.vue
new file mode 100644
index 000000000..15186bbfb
--- /dev/null
+++ b/src/widget/writingboard/vueSignature.vue
@@ -0,0 +1,713 @@
+
+
+
+
+
+
+
+
\ No newline at end of file