Просмотр исходного кода

收款认领页面增加修改单位

outaozhen 8 лет назад
Родитель
Сommit
c589e9fc94
1 измененных файлов с 26 добавлено и 1 удалено
  1. 26 1
      invoice-billing.html

+ 26 - 1
invoice-billing.html

@@ -93,7 +93,7 @@
 
 							<table class="table table-bordered table-condensed">
 								<tbody>
-								<tr><th class="taC" width="70">收款金额</th><th class="taC">银行到帐信息</th><th class="taC">银行/到帐时间</th><th class="taC">收款录入</th><th class="taC">收款认领</th><th class="taC">单位名称</th></tr>
+								<tr><th class="taC" width="70">收款金额</th><th class="taC">银行到帐信息</th><th class="taC">银行/到帐时间</th><th class="taC">收款录入</th><th class="taC">收款认领</th><th class="taC">单位名称</th><th class="taC">操作</th></tr>
 								<tr>
 									<td><b>¥3000.00</b></td>
 									<td>张宇</td>
@@ -101,6 +101,7 @@
 									<td>张少珊<br>2016-03-03</td>
 									<td>陈特<br>2016-03-03 11:28:19</td>
 									<td>珠海纵横创新软件有限公司</td>
+									<td><a data-toggle="modal" href="#company-edit">编辑</a></td>
 								</tr>
 								</tbody>
 							</table>
@@ -146,6 +147,30 @@
 	</div>
 			</div></div>
 </div>
+
+<!--弹出(收款编辑单位)-->
+<div class="modal hide fade" id="company-edit">
+	<div class="modal-dialog ">
+		<div class="modal-content">
+    <div class="modal-header">
+    <h3>修改单位名称</h3>
+    </div>
+			<div class="modal-body saeaList">
+				<table class="table table-bordered table-condensed">
+					<tbody>
+					<tr>
+						<th class="taC">单位名称</th>
+						<td><input type="text" name="" id="" value="珠海纵横创新软件有限公司" aria-required="true" aria-invalid="true"></td>
+					</tr>
+					</tbody>
+				</table>
+			</div>
+	<div class="modal-footer">
+	    <a href="#" class="button" data-dismiss="modal" aria-hidden="true">确认修改</a>
+	    <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
+	</div>
+			</div></div>
+</div>
     <!--弹出内容-->
 <script type="text/javascript">autoFlashHeight();</script>
 </body>