Browse Source

委外链接详情单据错误处理

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7995 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
b9da297886

+ 7 - 7
src/main/webapp/resources/tpl/index/make/accept.html

@@ -224,12 +224,12 @@
 							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>
 					</div>
 				</td>
-				<td colspan="3"><a title="客户名称"
-					ng-bind="accept.acceptItems[0].order.enterprise.enName"></a></td>
+				<td colspan="3"><span title="客户名称"
+					ng-bind="accept.acceptItems[0].order.enterprise.enName"></span></td>
 				<td colspan="1" class="order-sum">
 					<div class="text-ellipsis" ng-if="accept.sendCode != null"
 						style="width: 120px;" title="送货单号:{{::accept.sendCode}}">
@@ -248,10 +248,10 @@
 			<tr class="order-bd" ng-repeat="item in accept.acceptItems">
 				<td class="product">
 					<div class="text-num text-bold">
-						<a ng-bind="item.order.product.code"></a>
+						<span ng-bind="item.order.product.code"></span>
 					</div>
 					<div>
-						<a ng-bind="item.order.product.title"></a>
+						<span ng-bind="item.order.product.title"></span>
 					</div>
 					<div class="text-muted" title="{{item.order.product.spec}}"
 						ng-bind="item.order.product.spec"></div>
@@ -278,7 +278,7 @@
 				</td>
 				<td class="br-l" colspan="2">
 					<div>
-						单据编号:<a ui-sref="make.order_detail({id:item.order.id})"
+						单据编号:<a ui-sref="sale.makeorder_detail({id:item.order.id})"
 							ng-bind="item.order.code"></a>
 					</div>
 					<div>

+ 1 - 1
src/main/webapp/resources/tpl/index/make/returns.html

@@ -281,7 +281,7 @@
 				</td>
 				<td class="br-l" colspan="2">
 					<div>
-						单据编号:<a ui-sref="make.order_detail({id:item.order.id})"
+						单据编号:<a ui-sref="sale.makeorder_detail({id:item.order.id})"
 							ng-bind="::item.order.code"></a>
 					</div>
 					<div>