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

1、调整应收对账单详情页,字段顺序

shenjunjie 7 лет назад
Родитель
Сommit
7eb3e1cd7f
1 измененных файлов с 14 добавлено и 13 удалено
  1. 14 13
      src/main/webapp/resources/tpl/index/fa/apCheck_detail.html

+ 14 - 13
src/main/webapp/resources/tpl/index/fa/apCheck_detail.html

@@ -101,31 +101,32 @@
 			<table class="block table table-default table-striped table-hover">
 				<thead>
 				<tr class="header">
-					<th width="40" style="padding:8px 0;font-size: 16px">行号</th>
-					<th width="150" style="font-size: 16px">商品</th>
-					<th width="40" style="font-size: 16px">采购单号</th>
-					<th style="font-size: 16px">采购序号</th>
-					<th width="100" style="font-size: 16px">验收单</th>
-					<th style="font-size: 16px">验收单序号</th>
-					<th style="font-size: 16px">单价</th>
+					<th width="40" style="font-size: 14px">采购单号</th>
+					<th width="100" style="font-size: 14px">验收单</th>
+					<th width="40" style="padding:8px 0;font-size: 14px">行号</th>
+					<th width="150" style="font-size: 14px">商品</th>
+					<th style="font-size: 14px">采购序号</th>
+
+					<th style="font-size: 14px">验收单序号</th>
+					<th style="font-size: 14px">单价</th>
 					<!--<th width="80">单据类型</th>-->
-					<th style="font-size: 16px">税率</th>
-					<th style="font-size: 16px">对账数量</th>
-					<th style="font-size: 16px">对账金额</th>
+					<th style="font-size: 14px">税率</th>
+					<th style="font-size: 14px">对账数量</th>
+					<th style="font-size: 14px">对账金额</th>
 				</tr>
 				</thead>
 				<tbody ng-repeat="item in data.items" style="text-align: center;">
 					<tr>
+						<td ng-bind="item.orderCode"></td>
+						<td ng-bind="item.inoutno"></td>
 						<td ng-bind="item.number" style="padding:8px 0;"></td>
 						<td style="max-width: 250px;" class="text-left">
                             <div>编号: <span ng-bind="item.prodCode"></span></div>
                             <div>规格: <span ng-bind="item.prodSpec"></span></div>
                         </td>
-						<td ng-bind="item.orderCode"></td>
 						<td ng-bind="item.orderDetno"></td>
-						<td ng-bind="item.inoutno"></td>
-						<td ng-bind="item.inoutnodetno"></td>
 
+						<td ng-bind="item.inoutnodetno"></td>
 						<!--<td ng-bind="item.orderClass"></td>-->
 						<td ng-bind="isUser?'-':item.price"></td>
 						<td ng-bind="item.taxrate"></td>