xs 5 years ago
parent
commit
2bbcab1977
1 changed files with 37 additions and 1 deletions
  1. 37 1
      src/main/webapp/webpage/modules/sg/free/wbslist.jsp

+ 37 - 1
src/main/webapp/webpage/modules/sg/free/wbslist.jsp

@@ -20,6 +20,10 @@
         float: right;
         margin-right:2%;
     }
+    .div_main_form{
+        width: 50%;
+        margin-left: 10px;
+    }
 </style>
 <body>
     <sys:message content="${message}"/>
@@ -46,7 +50,39 @@
     <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
         <legend>未识别部分</legend>
     </fieldset>
-    <div style="height: 200px;width: 100%;">
+    <div class="layui-form div_main_form" >
+        <table class="layui-table">
+            <colgroup>
+                <col width="200">
+                <col width="150">
+                <col width="200">
+            </colgroup>
+            <thead>
+            <tr>
+                <th>项目名称</th>
+                <th>费用金额</th>
+                <th>操作</th>
+            </tr>
+            </thead>
+            <tbody>
+            <tr>
+                <td id="">补增值税税率调整差额</td>
+                <td>500</td>
+                <td>
+                    <input type="button" class="layui-btn layui-btn-primary layui-btn-xs" value="调整" onclick="wbsup();"/>
+                </td>
+            </tr>
+            <tr>
+                <td>扣减甲供材超供材料费</td>
+                <td>500</td>
+                <td>
+                    <input type="button" class="layui-btn layui-btn-primary layui-btn-xs" value="调整" onclick="wbsup();"/>
+                </td>
+            </tr>
+            </tbody>
+        </table>
+    </div>
+    <div style="height: 100px;width: 100%;">
     </div>
 </body>
 <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>