From 45630bd45175b7173f0ee5dd75f5040bda92f5ae Mon Sep 17 00:00:00 2001 From: RobbieHan Date: Tue, 23 Oct 2018 19:10:55 +0800 Subject: [PATCH] structure2user --- .idea/workspace.xml | 272 ++++++------------ apps/system/__pycache__/urls.cpython-36.pyc | Bin 602 -> 785 bytes .../views_structure.cpython-36.pyc | Bin 2019 -> 3625 bytes apps/system/urls.py | 1 + apps/system/views_structure.py | 30 +- db.sqlite3 | Bin 208896 -> 208896 bytes templates/system/structure/structure.html | 149 +++++----- .../system/structure/structure_user.html | 103 +++++++ 8 files changed, 305 insertions(+), 250 deletions(-) create mode 100644 templates/system/structure/structure_user.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a814f3c..221c89b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,12 +2,11 @@ - + - - - - - - - - - - - - - - - + + @@ -45,11 +32,11 @@ - - + + - - + + @@ -58,11 +45,29 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -96,9 +101,12 @@ @@ -146,6 +154,7 @@ + @@ -158,6 +167,12 @@ + + + + + + @@ -180,14 +195,13 @@ +
+
+
+ + +
+
+





+ + + + +
+
+ + +
+
+
+
+

*注意:一个用户只能隶属一个部门,如果选择的用户已存在部门,用户将会从原有部门移出

+
+
+
+ + + +{% endblock %} + +{% block javascripts %} + + +{% endblock %} \ No newline at end of file