Browse Source

出入库单与订单关联

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1091 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
bac3095365

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

@@ -253,7 +253,7 @@
 					ng-bind="item.batchCode"></div>
 			</td>
 			<td class="br-l" colspan="2">
-				<div>单据编号:<a  ui-sref="sale.order_detail({id:item.orderItem.order.id})" ng-bind="item.orderItem.order.code"></a></div>
+				<div>单据编号:<a ui-sref="sale.order_detail({id:item.orderItem.order.id})" ng-bind="item.orderItem.order.code"></a></div>
 				<div>
 					第 <span ng-bind="item.orderItem.number"></span> 行
 					&nbsp;&nbsp;&nbsp;&nbsp;数量:<span ng-bind="item.orderItem.qty"></span>

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/notice.html

@@ -306,7 +306,7 @@
 			<td colspan="2"><a
 				ng-bind="notice.orderItem.order.enterprise.enName"></a></td>
 			<td class="text-right dropdown" colspan="2" class="order-sum"><a
-				class="dropdown-toggle" ui-sref="sale.order_detail({id:notice.orderItem.order.id})" target="_blank"> <span
+				class="dropdown-toggle" ui-sref="sale.order_detail({id:notice.orderItem.order.id})" target="_self"> <span
 					class="text-num text-bold" ng-bind="::notice.orderItem.order.code"></span>
 					第{{notice.orderItem.number}}行 <i class="fa fa-fw fa-angle-down"></i>
 			</a>