|
|
@@ -718,7 +718,7 @@
|
|
|
<!--<input ng-model="childs.$selected" name="checkbox" type="checkbox" ng-checked="childs.$selected" ng-click="stopPrevent($event)" ng-if="childs.haveChecked !== 1">-->
|
|
|
<!--<span ng-if="childs.haveChecked === 1">已对账</span>-->
|
|
|
<!--</td>-->
|
|
|
- <td width="70" rowspan="{{index}}" ng-if="index === 0"></td>
|
|
|
+ <td width="70" rowspan="{{check.details.length}}" ng-if="index === 0"></td>
|
|
|
<td width="70">{{::childs.inoutno}}</td>
|
|
|
<td width="70">{{::childs.sendcode}}</td>
|
|
|
<td width="70">{{::childs.prodcode}}</td>
|
|
|
@@ -746,7 +746,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>
|
|
|
+ <!--<div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|