Browse Source

优化委外详情界面

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1625 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
aof 10 years ago
parent
commit
0927676d9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/make/change_detail.html

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

@@ -39,7 +39,7 @@
 				<span class="title">采购单号</span>
 				<span class="title">采购单号</span>
 				<div class="content">
 				<div class="content">
 					<a ng-bind="::change.orderCode"
 					<a ng-bind="::change.orderCode"
-						ui-sref="sale.order_detail({id:change.orderId})" target="_blank"></a>
+						ui-sref="make.order_detail({id:change.orderId})" target="_blank"></a>
 				</div>
 				</div>
 			</div>
 			</div>
 		</div>
 		</div>