Browse Source

显示送货单号标签

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@4318 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
7888b1f249
1 changed files with 11 additions and 13 deletions
  1. 11 13
      src/main/webapp/resources/tpl/index/sale/accept.html

+ 11 - 13
src/main/webapp/resources/tpl/index/sale/accept.html

@@ -209,30 +209,28 @@
 	</thead>
 	<tbody ng-repeat="accept in $data">
 		<tr class="order-hd">
-			<td class="first">
+			<td class="first" colspan="3">
 				<div class="order-main">
 					<span> <input type="checkbox" class="selector"
 						ng-model="accept.$selected">
 					</span> <span class="text-num text-bold" title="{{accept.date | date: 'yyyy年MM月dd日 hh:mm'}}"
-						ng-bind="accept.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
-						class="text-num" ng-bind="accept.code"></a></span>
+						ng-bind="accept.date | date:'yyyy-MM-dd'"></span> <span>流水号:<span
+						class="text-num" ng-bind="accept.code"></span></span>
+					<span class="text-info" ng-if="accept.sendCode != null" title="送货单号:{{::accept.sendCode}}">
+						送货单号:
+						<span ng-bind="accept.sendCode" class="text-num"></span>
+					</span>
 				</div>
 			</td>
 			<td colspan="3"><a title="客户名称" 
 				ng-bind="accept.acceptItems[0].orderItem.order.enterprise.enName"></a></td>
-			<td colspan="1" class="order-sum">
-				<div class="text-ellipsis" ng-if="accept.sendCode != null" style="width: 120px;" title="送货单号:{{::accept.sendCode}}" > 
-					<i style="color: #CC9933;" class="fa fa-truck"></i> 
-					<span ng-bind="accept.sendCode"></span>
-				</div>
-			</td>
-			<td colspan="1" class="text-center">
+			<!-- <td colspan="1" class="text-center">
 				<div class="operates">
-					<!-- <a href="#" class="text-muted" title="打印">
+					<a href="#" class="text-muted" title="打印">
 						<i class="fa fa-print fa-lg fa-fw"></i>
-					</a> -->
+					</a>
 				</div>
-			</td>
+			</td> -->
 		</tr>
 		<tr class="order-bd" ng-repeat="item in accept.acceptItems">
 			<td class="product">