|
@@ -191,12 +191,18 @@
|
|
|
<input type="text" readonly="true" value="${workInvoice.area.name}" class="form-control layui-input" style="background-color: #f1f1f1" >
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm12">
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
<label class="layui-form-label">领票时间:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="<fmt:formatDate value="${workInvoice.takeDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="layui-item layui-col-sm12 with-textarea">
|
|
|
+ <label class="layui-form-label double-line">备注:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <form:textarea path="remarks" readonly="true" htmlEscape="false" rows="4" class="form-control" style="background-color: #f1f1f1" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
|
<div class="form-group layui-row">
|
|
@@ -205,15 +211,15 @@
|
|
|
<table id="contentTable" class="table table-bordered table-condensed details">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th><span class="require-item">*</span>发票代码</th>
|
|
|
+ <th>发票代码</th>
|
|
|
<th><span class="require-item">*</span>发票号</th>
|
|
|
<th><span class="require-item">*</span>开票金额</th>
|
|
|
- <th><span class="require-item">*</span>税率</th>
|
|
|
- <th><span class="require-item">*</span>金额</th>
|
|
|
- <th><span class="require-item">*</span>税额</th>
|
|
|
- <th><span class="require-item">*</span>累计登记金额</th>
|
|
|
- <th><span class="require-item">*</span>发票状态</th><%--正常--%>
|
|
|
- <th><span class="require-item">*</span>被退标记</th>
|
|
|
+ <th>税率</th>
|
|
|
+ <th>金额</th>
|
|
|
+ <th>税额</th>
|
|
|
+ <th>累计登记金额</th>
|
|
|
+ <th>发票状态</th><%--正常--%>
|
|
|
+ <th>被退标记</th>
|
|
|
<%--<th><span class="require-item">*</span>被退票号</th>
|
|
|
<th><span class="require-item">*</span>开票日期</th>--%>
|
|
|
</tr>
|