Browse Source

财务对账-->新增对账单表格高度固定设置

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@5653 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
a65350c5d3
1 changed files with 22 additions and 19 deletions
  1. 22 19
      src/main/webapp/resources/tpl/index/fa/apCheckList.html

+ 22 - 19
src/main/webapp/resources/tpl/index/fa/apCheckList.html

@@ -205,35 +205,38 @@
 				</tr>
 				<tr>
 					<td>
-						<div style="overflow-y: scroll; width: 1400px; max-height: 500px">
+						<div style="overflow-y: scroll; width: 1395px; max-height: 500px">
 							<table class="table table-bordered table-striped table-hover">
 								<tr
 									ng-repeat="check in data | filter:condition.factory | filter:condition.prodSpec | filter:condition.prodTitle | filter:condition.uuorname | filter:condition.venduuorname | orderBy: 'piDate': reverse=true"
-									ng-if="((condition.dateFrom == '') || ((condition.dateFrom !== '') && (condition.dateFrom <= check.piDate))) && ((condition.dateTo == '') || ((condition.dateTo !== '') && (condition.dateTo >= check.piDate)))">
+									ng-if="((condition.dateFrom == '') || ((condition.dateFrom !== '') && (condition.dateFrom <= check.piDate))) && ((condition.dateTo == '') || ((condition.dateTo !== '') && (condition.dateTo >= check.piDate)))"
+									class="thAlign">
 									<td width="36px;" style="text-align: center"
 										class="checkboxSize" n><input ng-model="check.$selected"
 										name="checkbox" ng-click="checkOne(check)"
 										ng-change="getTotalMoney()" type="checkbox"></td>
-									<td width="100px;"><input ng-model="check.thisCheckQty"
+									<td width="99.5px;"><input ng-model="check.thisCheckQty"
 										type="number" max="data.maxThisCheckQty"
 										min="data.minThisCheckQty" ng-change="getTotalMoney()"
 										style="width: 75px;" class=" input-sm text-center"></td>
-									<td width="70px;">{{check.custName}}</td>
-									<td width="60px;">{{check.inOutNo}}</td>
-									<td width="35px;" align="center">{{check.detno}}</td>
-									<td width="60px;">{{check.piClass}}</td>
-									<td width="60px;">{{check.piDate | date:'yyyy-MM-dd' }}</td>
-									<td width="73px;">{{check.receiveName}}</td>
-									<td width="60px;">{{check.orderCode}}</td>
-									<td width="65px;">{{check.prodCode}}</td>
-									<td width="65px;">{{check.prodTitle}}</td>
-									<td width="65px;">{{check.prodSpec}}</td>
-									<td width="65px;">{{check.factory}}</td>
-									<td width="55px;">{{check.qty}}</td>
-									<td width="40px;">{{check.orderPrice}}</td>
-									<td width="30px;">{{check.currency}}</td>
-									<td width="40px;" align="center">{{check.taxrate}}</td>
-									<td width="60px;">{{(check.qty || 0)*(check.orderPrice ||
+									<td width="69.5px;" title="{{check.custName}}"><div
+											style="height: 50px; over-flow: hidden">{{check.custName}}</div></td>
+									<td width="59.5px;">{{check.inOutNo}}</td>
+									<td width="34.5px;" align="center">{{check.detno}}</td>
+									<td width="59.5px;">{{check.piClass}}</td>
+									<td width="59.5px;">{{check.piDate | date:'yyyy-MM-dd' }}</td>
+									<td width="72.5px;">{{check.receiveName}}</td>
+									<td width="59.5px;">{{check.orderCode}}</td>
+									<td width="64.5px;">{{check.prodCode}}</td>
+									<td width="64.5px;">{{check.prodTitle}}</td>
+									<td width="64.5px;" title="{{check.prodSpec}}"><div
+											style="height: 50px; over-flow: hidden">{{check.prodSpec}}</div></td>
+									<td width="64.5px;">{{check.factory}}</td>
+									<td width="54.5px;">{{check.qty}}</td>
+									<td width="39.5px;">{{check.orderPrice}}</td>
+									<td width="29.5px;">{{check.currency}}</td>
+									<td width="39.5px;" align="center">{{check.taxrate}}</td>
+									<td width="59.5px;">{{(check.qty || 0)*(check.orderPrice ||
 										0) | number:2}}</td>
 									<td width="60px;">{{(check.orderPrice ||
 										0)*(check.thisCheckQty || 0) | number:2}}</td>