Pārlūkot izejas kodu

去除无效连接。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8469 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 gadi atpakaļ
vecāks
revīzija
18432b1602

+ 7 - 7
src/main/webapp/resources/tpl/index/fa/apBill.html

@@ -228,12 +228,12 @@
 					<span> <input type="checkbox" class="selector"
 						ng-model="bill.$selected">
 					</span> <span class="text-num text-bold" title="{{::bill.date | date: 'yyyy年MM月dd日 hh:mm'}}"
-						ng-bind="bill.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
-						class="text-num" ng-bind="::bill.code"></a></span>
+						ng-bind="bill.date | date:'yyyy-MM-dd'"></span> <span>流水号:<span
+						class="text-num" ng-bind="::bill.code"></span></span>
 				</div>
 			</td>
-			<td colspan="3"><a title="客户名称"
-				ng-bind="::bill.enterprise.enName"></a></td>
+			<td colspan="3"><span title="客户名称"
+				ng-bind="::bill.enterprise.enName"></span></td>
 			<td colspan="1" class="order-sum text-num">
 				<span title="票据总额">
 					<span ng-bind="::currency(bill.currency)"></span>
@@ -251,10 +251,10 @@
 		<tr class="order-bd" ng-repeat="item in bill.items">
 			<td class="product">
 				<div class="text-num text-bold">
-					<a ng-bind="::item.product.code"></a>
+					<span ng-bind="::item.product.code"></span>
 				</div>
 				<div>
-					<a ng-bind="::item.product.title"></a>
+					<span ng-bind="::item.product.title"></span>
 				</div>
 				<div class="text-muted" title="{{::item.product.spec}}"
 					ng-bind="::item.product.spec"></div>
@@ -288,7 +288,7 @@
 				</div>
 			</td>
 			<td class="br-l" colspan="2">
-				<div>单据编号:<a ng-bind="::item.orderCode"></a></div>
+				<div>单据编号:<span ng-bind="::item.orderCode"></span></div>
 				<div>
 					第 <span ng-bind="::item.orderDetno"></span> 行
 					&nbsp;&nbsp;&nbsp;&nbsp;数量:<span ng-bind="::item.thisvoQty"></span>

+ 4 - 4
src/main/webapp/resources/tpl/index/make/change.html

@@ -209,12 +209,12 @@
 						ng-model="change.$selected">
 					</span> <span class="text-num text-bold"
 						ng-bind="::change.orderChange.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
-						class="text-num" ng-bind="::change.orderChange.code" ui-sref="sale.makechange_detail({id:change.id})" target="_self"></a></span> <span>订单:<a
-						class="text-num text-bold" ng-bind="::change.orderCode" ui-sref="make.order_detail({id:change.orderId})" target="_blank"></a></span>
+						class="text-num" ng-bind="::change.orderChange.code" ui-sref="sale.makechange_detail({id:change.id})" target="_self"></a></span> <span>订单:<span
+						class="text-num text-bold" ng-bind="::change.orderCode" ui-sref="make.order_detail({id:change.orderId})" target="_blank"></span></span>
 				</div>
 			</td>
-			<td colspan="3"><a
-				ng-bind="::change.orderChange.enterprise.enName"></a></td>
+			<td colspan="3"><span
+				ng-bind="::change.orderChange.enterprise.enName"></span></td>
 			<td colspan="1" class="" title="{{change.orderChange.remark}}">
 				<div class="text-ellipsis" ng-bind="change.orderChange.remark" style="width: 120px;"></div>
 			</td>

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

@@ -261,7 +261,7 @@
 					  <a class="text-num" ng-bind="::order.code" ui-sref="sale.makeorder_detail({id:order.id})" target="_self"></a></span>
 				</div>
 			</td>
-			<td colspan="3"><a ng-bind="::order.enterprise.enName"></a></td>
+			<td colspan="3"><span ng-bind="::order.enterprise.enName"></span></td>
 			<td colspan="1" class="order-sum">{{::order.currency}}: <span
 				ng-bind="::order.qty * order.price| number : 2"
 				class="text-num text-bold"></span>

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

@@ -232,8 +232,8 @@
 							class="text-num" ng-bind="::returns.code"></span></span>
 					</div>
 				</td>		
-				<td colspan="3"><a title="客户名称"
-					ng-bind="::returns.returnItems[0].order.enterprise.enName"></a></td>
+				<td colspan="3"><span title="客户名称"
+					ng-bind="::returns.returnItems[0].order.enterprise.enName"></span></td>
 								<td colspan="1" class="order-sum">
 					<div class="text-ellipsis" ng-if="returns.sendCode != null"
 						style="width: 120px;" title="送货单号:{{::returns.sendCode}}">
@@ -252,10 +252,10 @@
 			<tr class="order-bd" ng-repeat="item in returns.returnItems">
 				<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>

+ 6 - 6
src/main/webapp/resources/tpl/index/qc/MRB.html

@@ -167,10 +167,10 @@
 						class="text-num" ng-bind="::MRB.code"></span></span>
 				</div>
 			</td>
-			<td colspan="2"><a title="客户名称"
-				ng-bind="::MRB.orderItem.order.enterprise.enName"></a></td>
+			<td colspan="2"><span title="客户名称"
+				ng-bind="::MRB.orderItem.order.enterprise.enName"></span></td>
 			<td colspan="2" class="order-sum">
-				<a ng-if="MRB.sendCode != null" title="送货单号"> <i style="color: #CC9933;" class="fa fa-truck"></i> <span ng-bind="::MRB.sendCode"></span></a>
+				<span ng-if="MRB.sendCode != null" title="送货单号"> <i style="color: #CC9933;" class="fa fa-truck"></i> <span ng-bind="::MRB.sendCode"></span></span>
 			</td>
 			<td colspan="1" class="text-center">
 				<div class="operates">
@@ -183,10 +183,10 @@
 		<tr class="order-bd">
 			<td class="product">
 				<div class="text-num text-bold">
-					<a ng-bind="::MRB.orderItem.product.code"></a>
+					<span ng-bind="::MRB.orderItem.product.code"></span>
 				</div>
 				<div>
-					<a ng-bind="::MRB.orderItem.product.title"></a>
+					<span ng-bind="::MRB.orderItem.product.title"></span>
 				</div>
 				<div class="text-muted" title="{{::MRB.orderItem.product.spec}}"
 					ng-bind="::MRB.orderItem.product.spec"></div>
@@ -208,7 +208,7 @@
 					ng-bind="::MRB.result"></div>
 			</td>
 			<td class="br-l" colspan="2">
-				<div>单据编号:<a ng-bind="::MRB.orderItem.order.code"></a></div>
+				<div>单据编号:<span ng-bind="::MRB.orderItem.order.code"></span></div>
 				<div>
 					第 <span ng-bind="::MRB.orderItem.number"></span> 行
 					&nbsp;&nbsp;&nbsp;&nbsp;数量:<span ng-bind="::MRB.orderItem.qty"></span>

+ 4 - 4
src/main/webapp/resources/tpl/index/qc/badIn.html

@@ -169,8 +169,8 @@
 						class="text-num" ng-bind="::badIn.code"></span></span>
 				</div>
 			</td>
-			<td colspan="2"><a title="客户名称"
-				ng-bind="::badIn.badInItems[0].orderItem.order.enterprise.enName"></a></td>
+			<td colspan="2"><span title="客户名称"
+				ng-bind="::badIn.badInItems[0].orderItem.order.enterprise.enName"></span></td>
 			<td colspan="2" class="order-sum">
 				<div class="text-ellipsis" ng-if="badIn.sendCode != null" style="width: 240px;" title="送货单号:{{::badIn.sendCode}}" > 
 					<i style="color: #CC9933;" class="fa fa-truck"></i> 
@@ -188,10 +188,10 @@
 		<tr class="order-bd" ng-repeat="item in badIn.badInItems">
 			<td class="product">
 				<div class="text-num text-bold">
-					<a ng-bind="::item.orderItem.product.code"></a>
+					<span ng-bind="::item.orderItem.product.code"></span>
 				</div>
 				<div>
-					<a ng-bind="::item.orderItem.product.title"></a>
+					<span ng-bind="::item.orderItem.product.title"></span>
 				</div>
 				<div class="text-muted" title="{{::item.orderItem.product.spec}}"
 					ng-bind="::item.orderItem.product.spec"></div>

+ 4 - 4
src/main/webapp/resources/tpl/index/qc/badOut.html

@@ -166,8 +166,8 @@
 						class="text-num" ng-bind="::badOut.code"></span></span>
 				</div>
 			</td>
-			<td colspan="2"><a title="客户名称"
-				ng-bind="::badOut.badOutItems[0].orderItem.order.enterprise.enName"></a></td>
+			<td colspan="2"><span title="客户名称"
+				ng-bind="::badOut.badOutItems[0].orderItem.order.enterprise.enName"></span></td>
 			<td colspan="2" class="order-sum">
 				<div class="text-ellipsis" ng-if="badOut.sendCode != null" style="width: 240px;" title="送货单号:{{::badOut.sendCode}}" > 
 					<i style="color: #CC9933;" class="fa fa-truck"></i> 
@@ -185,10 +185,10 @@
 		<tr class="order-bd" ng-repeat="item in badOut.badOutItems">
 			<td class="product">
 				<div class="text-num text-bold">
-					<a ng-bind="::item.orderItem.product.code"></a>
+					<span ng-bind="::item.orderItem.product.code"></span>
 				</div>
 				<div>
-					<a ng-bind="::item.orderItem.product.title"></a>
+					<span ng-bind="::item.orderItem.product.title"></span>
 				</div>
 				<div class="text-muted" title="{{::item.orderItem.product.spec}}"
 					ng-bind="::item.orderItem.product.spec"></div>

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

@@ -220,8 +220,8 @@
 					</span>
 				</div>
 			</td>
-			<td colspan="3"><a title="客户名称" 
-				ng-bind="accept.acceptItems[0].orderItem.order.enterprise.enName"></a></td>
+			<td colspan="3"><span title="客户名称"
+				ng-bind="accept.acceptItems[0].orderItem.order.enterprise.enName"></span></td>
 			<!-- <td colspan="1" class="text-center">
 				<div class="operates">
 					<a href="#" class="text-muted" title="打印">
@@ -233,10 +233,10 @@
 		<tr class="order-bd" ng-repeat="item in accept.acceptItems">
 			<td class="product">
 				<div class="text-num text-bold">
-					<a ng-bind="item.orderItem.product.code"></a>
+					<span ng-bind="item.orderItem.product.code"></span>
 				</div>
 				<div>
-					<a ng-bind="item.orderItem.product.title"></a>
+					<span ng-bind="item.orderItem.product.title"></span>
 				</div>
 				<div class="text-muted" title="{{item.orderItem.product.spec}}"
 					ng-bind="item.orderItem.product.spec"></div>

+ 4 - 4
src/main/webapp/resources/tpl/index/sale/change.html

@@ -254,12 +254,12 @@
 						ng-model="change.$selected">
 					</span> <span class="text-num text-bold"
 						ng-bind="::change.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
-						class="text-num" ng-bind="::change.code" ui-sref="sale.change_detail({id:change.id})" target="_self"></a></span> <span>订单:<a
-						class="text-num text-bold" ng-bind="::change.orderCode" ui-sref="sale.order_detail({id:change.orderId})" target="_blank"></a></span>
+						class="text-num" ng-bind="::change.code" ui-sref="sale.change_detail({id:change.id})" target="_self"></a></span> <span>订单:<span
+						class="text-num text-bold" ng-bind="::change.orderCode" ui-sref="sale.order_detail({id:change.orderId})" target="_blank"></span></span>
 				</div>
 			</td>
-			<td colspan="3"><a
-				ng-bind="::change.enterprise.enName"></a></td>
+			<td colspan="3"><span
+				ng-bind="::change.enterprise.enName"></span></td>
 			<td colspan="1" class="" style="line-height: 20px; padding-top: 5px;">
 				<span ng-bind="change.description"></span>
 			</td>

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

@@ -400,7 +400,7 @@
 						class="text-num" ng-bind="::order.code" ui-sref="sale.order_detail({id:order.id})" target="_self"></a></span>
 				</div>
 			</td>
-			<td colspan="2"><a ng-bind="::order.enterprise.enName"></a></td>
+			<td colspan="2"><span ng-bind="::order.enterprise.enName"></span></td>
 			<td colspan="1" class="order-sum">{{::order.currency}}: <span
 				ng-bind="::getOrderTotal(order.orderItems) | number : 2"
 				class="text-num text-bold"></span>

+ 6 - 6
src/main/webapp/resources/tpl/index/sale/returns.html

@@ -228,11 +228,11 @@
 							class="text-num" ng-bind="::returns.code"></span></span>
 					</div>
 				</td>
-				<td colspan="3" ng-if="returns.returnItems[0].orderItem"><a
+				<td colspan="3" ng-if="returns.returnItems[0].orderItem"><span
 					title="客户名称"
-					ng-bind="::returns.returnItems[0].orderItem.order.enterprise.enName"></a></td>
-				<td colspan="3" ng-if="!returns.returnItems[0].orderItem"><a
-					title="客户名称">{{returns.enName}}</a></td>
+					ng-bind="::returns.returnItems[0].orderItem.order.enterprise.enName"></span></td>
+				<td colspan="3" ng-if="!returns.returnItems[0].orderItem"><span
+					title="客户名称">{{returns.enName}}</span></td>
 				<td colspan="1" class="order-sum">
 					<div class="text-ellipsis" ng-if="returns.sendCode != null"
 						style="width: 120px;" title="送货单号:{{::returns.sendCode}}">
@@ -251,10 +251,10 @@
 			<tr class="order-bd" ng-repeat="item in returns.returnItems">
 				<td class="product">
 					<div class="text-num text-bold">
-						<a ng-bind="::item.product.code"></a>
+						<span ng-bind="::item.product.code"></span>
 					</div>
 					<div>
-						<a ng-bind="::item.product.title"></a>
+						<span ng-bind="::item.product.title"></span>
 					</div>
 					<div class="text-muted" title="{{::item.orderItem.product.spec}}"
 						ng-bind="::item.orderItem.product.spec"></div>

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

@@ -311,7 +311,7 @@
 				<div><code ng-if="item.replyRemark"><i class="fa fa-fw fa-warning"></i><span ng-bind="::item.replyRemark"></span></code></div>
 				<div ng-if="item.verifyQty > 0" class="dropdown text-center">
 					<br>
-					<a href="javascript:void(0);" class="dropdown-toggle text-default">客户已收料{{::item.verifyQty}}{{::item.orderItem.product.unit}}<i class="fa fa-fw fa-angle-down"></i></a>
+					<span href="javascript:void(0);" class="dropdown-toggle text-default">客户已收料{{::item.verifyQty}}{{::item.orderItem.product.unit}}<i class="fa fa-fw fa-angle-down"></i></span>
 					<div class="dropdown-menu pane" style="width: 300px;">
 						<div class="pane-body">
 							<ul class="list-unstyled list-menu">