mrzcc
2020-03-05 d1c68596232c5bb4b9f21dcacea9d76edd55b82f
优化采购申请
1个文件已添加
2个文件已修改
44 ■■■■■ 已修改文件
WebService/src/main/resources/views/purchaseApplyDetailFlow.html 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/views/purchaseApplyFlow.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/views/resourceStoreFlow.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/views/purchaseApplyDetailFlow.html
New file
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en"
      xmlns="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org"
      xmlns:vc="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8"/>
    <title>采购申请|java110</title>
    <vc:create name="commonTop"></vc:create>
</head>
<body>
<vc:create name="bodyTop"></vc:create>
<div id="wrapper">
    <vc:create name="menu"></vc:create>
    <div id="page-wrapper" class="gray-bg dashbard-1">
        <div class="row border-bottom">
            <vc:create name="nav"></vc:create>
        </div>
        <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
            <vc:create name="breadcrumb"></vc:create>
        </div>
        <!-- id="component" -->
        <div class="wrapper wrapper-content animated fadeInRight">
            <vc:create name="purchaseApplyDetail"></vc:create>
        </div>
        <vc:create name="copyright"></vc:create>
    </div>
</div>
<vc:create name="commonBottom"></vc:create>
</body>
</html>
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>
WebService/src/main/resources/views/resourceStoreFlow.html
@@ -7,6 +7,8 @@
    <meta charset="UTF-8"/>
    <title>物品管理初始化|java110</title>
    <vc:create name="commonTop"></vc:create>
    <link rel="stylesheet" href="/css/bootstrap/bootstrap-table.min.css"/>
    <script src="/js/bootstrap/bootstrap-table.min.js" ></script>
</head>
<body>
<vc:create name="bodyTop"></vc:create>