|
@@ -205,35 +205,38 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>
|
|
<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">
|
|
<table class="table table-bordered table-striped table-hover">
|
|
|
<tr
|
|
<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-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"
|
|
<td width="36px;" style="text-align: center"
|
|
|
class="checkboxSize" n><input ng-model="check.$selected"
|
|
class="checkboxSize" n><input ng-model="check.$selected"
|
|
|
name="checkbox" ng-click="checkOne(check)"
|
|
name="checkbox" ng-click="checkOne(check)"
|
|
|
ng-change="getTotalMoney()" type="checkbox"></td>
|
|
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"
|
|
type="number" max="data.maxThisCheckQty"
|
|
|
min="data.minThisCheckQty" ng-change="getTotalMoney()"
|
|
min="data.minThisCheckQty" ng-change="getTotalMoney()"
|
|
|
style="width: 75px;" class=" input-sm text-center"></td>
|
|
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>
|
|
0) | number:2}}</td>
|
|
|
<td width="60px;">{{(check.orderPrice ||
|
|
<td width="60px;">{{(check.orderPrice ||
|
|
|
0)*(check.thisCheckQty || 0) | number:2}}</td>
|
|
0)*(check.thisCheckQty || 0) | number:2}}</td>
|