|
@@ -20,6 +20,10 @@
|
|
float: right;
|
|
float: right;
|
|
margin-right:2%;
|
|
margin-right:2%;
|
|
}
|
|
}
|
|
|
|
+ .div_main_form{
|
|
|
|
+ width: 50%;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
<body>
|
|
<body>
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
@@ -46,7 +50,39 @@
|
|
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
|
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
|
<legend>未识别部分</legend>
|
|
<legend>未识别部分</legend>
|
|
</fieldset>
|
|
</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>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
<script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
|
|
<script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
|