diff --git a/pages.json b/pages.json
index 7753d8b..f1191ed 100644
--- a/pages.json
+++ b/pages.json
@@ -53,6 +53,24 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/takeTicket/index",
+ "style": {
+ "navigationBarTitleText": "叫号机",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/screen/index",
+ "style": {
+ "navigationBarTitleText": "公告屏",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+
+
diff --git a/pages/screen/index.vue b/pages/screen/index.vue
new file mode 100644
index 0000000..c9c6b7c
--- /dev/null
+++ b/pages/screen/index.vue
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+ 请
+ {{currCallNo}}
+ 到
+ {{currWinNo}}号窗口
+
+
+
+
+
+
+ 当前呼叫
+ (过号需重新取号)
+
+
+ 请
+ {{item.no}}
+ 到
+ {{item.win}}号窗口
+
+
+
+
+ 等候办理
+
+ {{item}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/takeTicket/index.vue b/pages/takeTicket/index.vue
new file mode 100644
index 0000000..20c25bf
--- /dev/null
+++ b/pages/takeTicket/index.vue
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+
+
+
+ 当前叫号
+ A0001
+
+
+ 当前等候
+ 10人
+
+
+
+
+
+
+
+ 呼叫
+
+
+
+ 重呼
+
+
+
+ 转移
+
+
+
+ 过号
+
+
+
+ 挂起
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/images/takeTicket/ch_icon.png b/static/images/takeTicket/ch_icon.png
new file mode 100644
index 0000000..b1195da
Binary files /dev/null and b/static/images/takeTicket/ch_icon.png differ
diff --git a/static/images/takeTicket/gh_icon.png b/static/images/takeTicket/gh_icon.png
new file mode 100644
index 0000000..19adf1f
Binary files /dev/null and b/static/images/takeTicket/gh_icon.png differ
diff --git a/static/images/takeTicket/gq_icon.png b/static/images/takeTicket/gq_icon.png
new file mode 100644
index 0000000..7a085a5
Binary files /dev/null and b/static/images/takeTicket/gq_icon.png differ
diff --git a/static/images/takeTicket/hj_icon.png b/static/images/takeTicket/hj_icon.png
new file mode 100644
index 0000000..4499f8b
Binary files /dev/null and b/static/images/takeTicket/hj_icon.png differ
diff --git a/static/images/takeTicket/zy_icon.png b/static/images/takeTicket/zy_icon.png
new file mode 100644
index 0000000..bd4c1ae
Binary files /dev/null and b/static/images/takeTicket/zy_icon.png differ