Browse Source

rel: 处理BUG

wangcz 7 years ago
parent
commit
0700ec64cd

+ 2 - 2
src/main/webapp/resources/tpl/index/fa/apCheck.html

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

+ 2 - 2
src/main/webapp/resources/tpl/index/fa/arCheck.html

@@ -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">-->
 										<!--<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>-->
 										<!--<span ng-if="childs.haveChecked === 1">已对账</span>-->
 									<!--</td>-->
 									<!--</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.inoutno}}</td>
 									<td width="70">{{::childs.sendcode}}</td>
 									<td width="70">{{::childs.sendcode}}</td>
 									<td width="70">{{::childs.prodcode}}</td>
 									<td width="70">{{::childs.prodcode}}</td>
@@ -746,7 +746,7 @@
 					</tr>
 					</tr>
 				</table>
 				</table>
 			</div>
 			</div>
-			<div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>
+			<!--<div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>-->
 		</div>
 		</div>
 	</div>
 	</div>
 </div>
 </div>