Browse Source

去掉多余复选框、客户招标表格居中。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8805 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
3d3a029907

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

@@ -205,9 +205,9 @@
 		<tr class="order-hd">
 			<td class="first" width="700">
 				<div class="order-main">
-					<span> <input type="checkbox" class="selector"
+					<!--<span> <input type="checkbox" class="selector"
 						ng-model="change.$selected">
-					</span> <span class="text-num text-bold"
+					</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>订单:<span
 						class="text-num text-bold" ng-bind="::change.orderCode" ui-sref="make.order_detail({id:change.orderId})" target="_blank"></span></span>

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

@@ -253,9 +253,9 @@
 		<tr class="order-hd" ng-dbclick="order.$collapsed=!order.$collapsed" ng-class="{'text-bold': order.display>0}">
 			<td class="first">
 				<div class="order-main">
-					<span> <input type="checkbox" class="selector"
+					<!--<span> <input type="checkbox" class="selector"
 						ng-model="order.$selected" ng-click="checkOne(order)">
-					</span> 
+					</span> -->
 					<span class="text-num text-bold"
 						ng-bind="::order.date | date:'yyyy-MM-dd'"></span> <span>订单号:
 					  <a class="text-num" ng-bind="::order.code" ui-sref="sale.makeorder_detail({id:order.id})" target="_self"></a></span>

+ 3 - 0
src/main/webapp/resources/tpl/index/purc/tender_evaluation.html

@@ -214,6 +214,9 @@
         text-decoration: none;
         color: #D32526;
     }
+    .bid-desc{
+        text-align: center;
+    }
 </style>
 
 <div class="ng-scope">

+ 10 - 5
src/main/webapp/resources/tpl/index/sale/approval.html

@@ -123,7 +123,12 @@
 
 .file {
 	color: #336699;
-	text-decoration: underline;
+	margin-right: 0;
+	text-align: left;
+	padding-left: 0;
+}
+.file a{
+	color: #3a89d1;
 }
 </style>
 <link rel="stylesheet" href="static/css/public.css">
@@ -256,9 +261,9 @@
 			<tr class="order-hd">
 				<td class="first">
 					<div class="order-main">
-						<span> <input type="checkbox" class="selector"
+						<!--<span> <input type="checkbox" class="selector"
 							ng-model="approval.$selected">
-						</span> <span class="text-num text-bold"
+						</span> --><span class="text-num text-bold"
 							title="{{approval.inDate | date: 'yyyy年MM月dd日 hh:mm'}}"
 							ng-bind="::approval.inDate | date:'yyyy-MM-dd'"></span> <span
 							title="认定单号" ng-bind="::approval.code"></span>
@@ -282,10 +287,10 @@
 			<tr class="order-bd">
 				<td class="product" title="{{approval.prodSpec}}">
 					<div class="text-num text-bold">
-						<a ng-bind="approval.prodCode"></a>
+						<span ng-bind="approval.prodCode"></span>
 					</div>
 					<div>
-						<a ng-bind="approval.prodDetail"></a>
+						<span ng-bind="approval.prodDetail"></span>
 					</div>
 					<div class="text-muted" ng-bind="approval.prodSpec"></div>
 				</td>

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

@@ -197,7 +197,7 @@
     .tender-list dl dt span{height: 40px;line-height: 48px;display: inline-block;color: #999;}
     .tender-list dl dd{width: 100%;margin:0 auto;min-height: 100px;border-bottom: #ccc 1px dashed;overflow: hidden;}
     .tender-list dl dd:hover{border: #d32526 1px solid;}
-    .tender-list dl dd span{height: 100px;line-height: 50px;display: inline-block;}
+    .tender-list dl dd span{min-height: 100px;line-height: 50px;display: inline-block;}
     .tender-list dl span{width:10.2%;font-size: 14px;float: left;text-align: center;}
     .tender-list dl span.result{width:8.8%;font-size: 14px;float: left;text-align: center;}
     .tender-list dl span.result-index{width:6.8%;font-size: 14px;float: left;text-align: center;}