|
@@ -163,7 +163,7 @@ angular.module('app.registrationTable').controller("registrationWheatCtrl", func
|
163
|
163
|
warehouseId: $scope.warehouseId,
|
164
|
164
|
startDate: $("#startDate").val(),
|
165
|
165
|
endDate: $("#endDate").val(),
|
166
|
|
- zbr: $rootScope.depotInfo.legalPerson,
|
|
166
|
+ zbr: $rootScope.userInfo.realName,
|
167
|
167
|
shdw: $rootScope.depotInfo.orgName,
|
168
|
168
|
dwfzr: ""
|
169
|
169
|
};
|
|
@@ -654,7 +654,7 @@ angular.module('app.registrationTable').controller("registrationRiceCtrl", funct
|
654
|
654
|
warehouseId: $scope.warehouseId,
|
655
|
655
|
startDate: $("#startDate").val(),
|
656
|
656
|
endDate: $("#endDate").val(),
|
657
|
|
- zbr: $rootScope.depotInfo.legalPerson,
|
|
657
|
+ zbr: $rootScope.userInfo.realName,
|
658
|
658
|
shdw: $rootScope.depotInfo.orgName,
|
659
|
659
|
dwfzr: ""
|
660
|
660
|
};
|