fanxw 2 年之前
父节点
当前提交
ff42a211fd

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

@@ -9,7 +9,7 @@ angular.module('app.storage').service("keepAccountService", function($http, $q,
9 9
         var d = $q.defer();
10 10
         $http({
11 11
             method : 'GET',
12
-            url : APP_CONFIG.agileUrl + '/keepAccount/list',
12
+            url : APP_CONFIG.agileUrl + '/keepAccount/getList',
13 13
             params : {
14 14
                 pageNum : pageNum,
15 15
                 pageSize : pageSize,

+ 2 - 0
src/main/resources/static/app/storage/views/keepAccount/keepDetailedAccount-list.html

@@ -103,6 +103,7 @@
103 103
 				                            <th>平均杂质</th>
104 104
 				                            <th>折标水杂数量</th>
105 105
 				                            <th>库存数量(公斤)</th>
106
+				                            <th>是否记账</th>
106 107
 				                            <th>操作</th>
107 108
 				                        </tr>
108 109
 			                        </thead>
@@ -128,6 +129,7 @@
128 129
 			                        		<td>{{account.pjzz}}</td>
129 130
 			                        		<td>{{account.zbszsl}}</td>
130 131
 			                        		<td>{{account.kcsl}}</td>
132
+			                        		<td>{{account.ydataid != null?"已记账":"未记账"}}</td>
131 133
 											<td>
132 134
 			                        			<a href-void ng-hide="isArchive" ng-click="bookkeep(account)" ng-show="returnTotals" style="white-space: nowrap;"><i class="fa fa-plus"></i>记账</a>
133 135
 											</td>