Przeglądaj źródła

调整分仓保管账列表中的总账计算方式

fanxiongwei 3 lat temu
rodzic
commit
ec23d38a65

+ 2 - 1
src/main/resources/static/app/storage/service/keepAccountService.js

@@ -83,7 +83,8 @@ angular.module('app.storage').service("keepAccountService", function($http, $q,
83 83
                 startDate : search==undefined?"":search.startDate,
84 84
                 endDate : search==undefined?"":search.endDate,
85 85
                 wjh : search==undefined?"":search.wjh,
86
-                zy : search==undefined?"":search.zy
86
+                zy : search==undefined?"":search.zy,
87
+                orgId : $rootScope.orgInfo.orgId
87 88
 			}
88 89
 		}).then(function successCallback(response) {
89 90
 			// 请求成功执行代码

+ 1 - 1
src/main/resources/static/app/storage/views/keepAccount/houseKeepAccount-list.html

@@ -111,7 +111,7 @@
111 111
 			                        <tbody>
112 112
 			                        	<tr ng-repeat="account in pageInfo.list">
113 113
 			                        		<td>{{$index+1}}</td>
114
-			                        		<td>{{account.rq | date:'yyyy-MM-dd'}}</td>
114
+			                        		<td>{{account.rqs}}</td>
115 115
 <!-- 			                        		<td>{{account.wjh}}</td> -->
116 116
 			                        		<td>{{storehouseObj[account.ch].storehouseName}}</td>
117 117
 											<td>{{warehouseObj[account.hwh].warehouseName}}</td>