itemOutFlow.html 1006 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en"
  3. xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:th="http://www.thymeleaf.org"
  5. xmlns:vc="http://www.thymeleaf.org">
  6. <head>
  7. <meta charset="UTF-8"/>
  8. <title>物品出库初始化|java110</title>
  9. <vc:create name="commonTop"></vc:create>
  10. </head>
  11. <body>
  12. <vc:create name="bodyTop"></vc:create>
  13. <div id="wrapper">
  14. <vc:create name="menu"></vc:create>
  15. <div id="page-wrapper" class="gray-bg dashbard-1">
  16. <div class="row border-bottom">
  17. <vc:create name="nav"></vc:create>
  18. </div>
  19. <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
  20. <vc:create name="breadcrumb"></vc:create>
  21. </div>
  22. <!-- id="component" -->
  23. <div class="wrapper wrapper-content animated fadeInRight">
  24. <vc:create name="itemOutManage"></vc:create>
  25. </div>
  26. <vc:create name="copyright"></vc:create>
  27. </div>
  28. </div>
  29. <vc:create name="commonBottom"></vc:create>
  30. </body>
  31. </html>