From d1c68596232c5bb4b9f21dcacea9d76edd55b82f Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期四, 05 三月 2020 17:10:21 +0800
Subject: [PATCH] 优化采购申请

---
 WebService/src/main/resources/views/purchaseApplyFlow.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/views/purchaseApplyFlow.html b/WebService/src/main/resources/views/purchaseApplyFlow.html
index 178f9d3..b17ab8d 100644
--- a/WebService/src/main/resources/views/purchaseApplyFlow.html
+++ b/WebService/src/main/resources/views/purchaseApplyFlow.html
@@ -7,6 +7,11 @@
     <meta charset="UTF-8"/>
     <title>閲囪喘鐢宠鍒濆鍖東java110</title>
     <vc:create name="commonTop"></vc:create>
+    <link rel="stylesheet" href="/css/bootstrap/bootstrap-table.min.css"/>
+    <link rel="stylesheet" href="/css/bootstrap/bootstrap-editable.css"/>
+    <script src="/js/bootstrap/bootstrap-table.min.js" ></script>
+    <script src="/js/bootstrap/bootstrap-editable.min.js" ></script>
+    <script src="/js/bootstrap/bootstrap-table-editable.js" ></script>
 </head>
 <body>
 <vc:create name="bodyTop"></vc:create>
@@ -27,7 +32,6 @@
         </div>
 
         <vc:create name="copyright"></vc:create>
-
     </div>
 </div>
 

--
Gitblit v1.8.0