瀏覽代碼

发票添加备注信息

user5 4 年之前
父節點
當前提交
65bd80e506

+ 6 - 0
src/main/webapp/webpage/modules/workinvoice/workInvoiceAuditEnd.jsp

@@ -614,6 +614,12 @@
 					<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 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 class="form-group layui-row">--%>
 <%--				<div class="form-group-label"><h2>审批意见</h2></div>--%>
 <%--				<div class="layui-item layui-col-sm8 lw6 with-textarea">--%>

+ 6 - 0
src/main/webapp/webpage/modules/workinvoice/workInvoiceForm.jsp

@@ -623,6 +623,12 @@
 											cssStyle="background-color:#fff" title="区域" url="/sys/area/treeData" cssClass="form-control judgment layui-input" allowClear="true" notAllowSelectParent="false" isAll="true"/>
 					</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" placeholder="" htmlEscape="false" rows="4" class="form-control"/>
+					</div>
+				</div>
 			</div>
 			<div class="form-group layui-row">
 				<div class="form-group-label"><h2>发票明细</h2></div>

+ 6 - 0
src/main/webapp/webpage/modules/workinvoice/workInvoiceModify.jsp

@@ -646,6 +646,12 @@
 											cssStyle="background-color:#fff" title="区域" url="/sys/area/treeData" cssClass="form-control judgment layui-input" allowClear="true" notAllowSelectParent="false" isAll="true"/>
 					</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" placeholder="" htmlEscape="false" rows="4" class="form-control"/>
+					</div>
+				</div>
 			</div>
 			<div class="form-group layui-row">
 				<div class="form-group-label"><h2>发票明细</h2></div>

+ 14 - 8
src/main/webapp/webpage/modules/workinvoice/workInvoiceView.jsp

@@ -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>