From ff31936174e90496f3954953c4598e5c02309c37 Mon Sep 17 00:00:00 2001 From: dev01 Date: Tue, 13 Dec 2022 18:41:32 +0800 Subject: [PATCH] =?UTF-8?q?[Frontend][=E5=9C=96=E8=B3=87=E7=AE=A1=E7=90=86?= =?UTF-8?q?]=20jstree=20=E5=9C=96=E8=B3=87=E9=A1=9E=E5=88=A5=20=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=BB=BA=E7=BD=AE=20|=20=E6=9C=80=E5=A4=9A=E4=B8=89?= =?UTF-8?q?=E5=B1=A4=E9=99=90=E5=88=B6=E7=A8=8B=E5=BA=8F=E5=BB=BA=E7=BD=AE?= =?UTF-8?q?=20|=20=E5=9C=96=E8=B3=87=E9=A1=9E=E5=88=A5=20CRUD=20=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=BB=BA=E7=BD=AE=20|=20=E5=9C=96=E8=B3=87=20Create?= =?UTF-8?q?=20=E7=A8=8B=E5=BA=8F=E5=BB=BA=E7=BD=AE=20|=20dropzone=20?= =?UTF-8?q?=E4=B8=8A=E5=82=B3=E7=A8=8B=E5=BA=8F=E5=BB=BA=E7=BD=AE=20|=20va?= =?UTF-8?q?riable=20=E5=A2=9E=E5=8A=A0=20layer=5Fid=20=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=BB=BA=E7=BD=AE=20|=20=E5=BE=8C=E7=AB=AF=20api=20variable=20?= =?UTF-8?q?=E4=B8=8D=E4=BE=9D=E6=93=9A=20main=5Fsystem=5Ftag=20=E5=92=8C?= =?UTF-8?q?=20sub=5Fsystem=5Ftag=20=E7=A8=8B=E5=BA=8F=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_graphManagement.html | 514 ++-- Frontend/css/site.css | 57 + Frontend/index.html | 2 + Frontend/js/yourteam/yourteam.ajax.class.js | 1 - .../lib/jstree-master/themes/proton/30px.png | Bin 0 -> 6423 bytes .../lib/jstree-master/themes/proton/32px.png | Bin 0 -> 3333 bytes .../titillium/titilliumweb-bold-webfont.eot | Bin 0 -> 24108 bytes .../titillium/titilliumweb-bold-webfont.svg | 2377 ++++++++++++++ .../titillium/titilliumweb-bold-webfont.ttf | Bin 0 -> 49936 bytes .../titillium/titilliumweb-bold-webfont.woff | Bin 0 -> 27344 bytes .../titilliumweb-extralight-webfont.eot | Bin 0 -> 24056 bytes .../titilliumweb-extralight-webfont.svg | 2410 +++++++++++++++ .../titilliumweb-extralight-webfont.ttf | Bin 0 -> 50224 bytes .../titilliumweb-extralight-webfont.woff | Bin 0 -> 27108 bytes .../titilliumweb-regular-webfont.eot | Bin 0 -> 25059 bytes .../titilliumweb-regular-webfont.svg | 2725 +++++++++++++++++ .../titilliumweb-regular-webfont.ttf | Bin 0 -> 50788 bytes .../titilliumweb-regular-webfont.woff | Bin 0 -> 28152 bytes .../lib/jstree-master/themes/proton/style.css | 1122 +++++++ .../jstree-master/themes/proton/style.min.css | 1 + .../jstree-master/themes/proton/throbber.gif | Bin 0 -> 1720 bytes .../ApiControllers/GraphManageController.cs | 124 +- FrontendWebApi/Models/GraphManage.cs | 5 +- .../028ed274-df48-4fcd-8b33-7cb70d60a9e2.dwg | 1 + .../0450f917-d129-405d-8e47-be0fe82514e0.dwg | Bin 0 -> 1786976 bytes .../070dead0-bcb9-462f-839c-aae24a80f7e9.dwg | 1 + .../4f161325-fba9-428d-8fb7-df19deba0503.dwg | 1 + .../645e3ad8-bf0e-42b5-810e-1bb2431a9136.dwg | 1 + .../ab956ba8-0670-469d-8daf-fd850292189c.dwg | Bin 0 -> 1786976 bytes .../c62a7825-7575-4985-ae4a-731adf1a13ff.dwg | 1 + .../cc390df6-9ef7-486f-804b-a5b8c18214b3.dwg | 1 + .../d1a089ce-8d35-4793-bc3e-694c6fadc2a7.dwg | 1 + .../Implement/BaseRepository.cs | 2 +- 33 files changed, 9079 insertions(+), 268 deletions(-) create mode 100644 Frontend/lib/jstree-master/themes/proton/30px.png create mode 100644 Frontend/lib/jstree-master/themes/proton/32px.png create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-bold-webfont.eot create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-bold-webfont.svg create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-bold-webfont.ttf create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-bold-webfont.woff create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.eot create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.svg create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.ttf create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.woff create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-regular-webfont.eot create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-regular-webfont.svg create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-regular-webfont.ttf create mode 100644 Frontend/lib/jstree-master/themes/proton/fonts/titillium/titilliumweb-regular-webfont.woff create mode 100644 Frontend/lib/jstree-master/themes/proton/style.css create mode 100644 Frontend/lib/jstree-master/themes/proton/style.min.css create mode 100644 Frontend/lib/jstree-master/themes/proton/throbber.gif create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/028ed274-df48-4fcd-8b33-7cb70d60a9e2.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/0450f917-d129-405d-8e47-be0fe82514e0.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/070dead0-bcb9-462f-839c-aae24a80f7e9.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/4f161325-fba9-428d-8fb7-df19deba0503.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/645e3ad8-bf0e-42b5-810e-1bb2431a9136.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/ab956ba8-0670-469d-8daf-fd850292189c.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/c62a7825-7575-4985-ae4a-731adf1a13ff.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/cc390df6-9ef7-486f-804b-a5b8c18214b3.dwg create mode 100644 FrontendWebApi/wwwroot/upload/graph_manage/d1a089ce-8d35-4793-bc3e-694c6fadc2a7.dwg diff --git a/Frontend/_graphManagement.html b/Frontend/_graphManagement.html index 18992e5..0e37b44 100644 --- a/Frontend/_graphManagement.html +++ b/Frontend/_graphManagement.html @@ -5,51 +5,23 @@

圖資管理

-
-
-
- - - - -
-
- -
-
- -
-
- -
- 查詢 -
-
-
-
-
- - +上傳 - +
+
+ +
+
+
+ - - - - - - - - - - - -
圖號圖名原設計竣工圖功能
+ +
+
@@ -58,8 +30,8 @@ - - -