|
|
@@ -124,6 +124,8 @@ angular.module('app.business').controller("deviceStorageCtrl", function ($scope,
|
|
124
|
124
|
$scope.isNotEdit = false;
|
|
125
|
125
|
$scope.dSbxxsjy.djr = $rootScope.userInfo.realName; // 创建人
|
|
126
|
126
|
$scope.dSbxxsjy.createDate = $filter('date')(new Date(), "yyyy-MM-dd HH:mm:ss");// 创建时间
|
|
|
127
|
+ $scope.dSbxxsjy.refresher = $rootScope.userInfo.realName; // 提交人
|
|
|
128
|
+ $scope.dSbxxsjy.refreshTime = $filter('date')(new Date(), "yyyy-MM-dd HH:mm:ss");// 提交时间
|
|
127
|
129
|
$scope.changeDeviceType();
|
|
128
|
130
|
} else if ($stateParams.isNotEdit === 'true') { // 查看
|
|
129
|
131
|
$scope.isNotEdit = true;
|
|
|
@@ -149,8 +151,8 @@ angular.module('app.business').controller("deviceStorageCtrl", function ($scope,
|
|
149
|
151
|
$scope.dSbxxsjy.fzd = Number($scope.dSbxxsjy.fzd);
|
|
150
|
152
|
$scope.dSbxxsjy.sbazr = Number($scope.dSbxxsjy.sbazr);
|
|
151
|
153
|
$scope.dSbxxsjy.shrmc = Number($scope.dSbxxsjy.shrmc);
|
|
152
|
|
- $scope.dSbxxsjy.refresher = $rootScope.userInfo.realName; // 更新人
|
|
153
|
|
- $scope.dSbxxsjy.refreshTime = $filter('date')(new Date(), "yyyy-MM-dd HH:mm:ss");// 更新时间
|
|
|
154
|
+ $scope.dSbxxsjy.refresher = $rootScope.userInfo.realName; // 提交人
|
|
|
155
|
+ $scope.dSbxxsjy.refreshTime = $filter('date')(new Date(), "yyyy-MM-dd HH:mm:ss");// 提交时间
|
|
154
|
156
|
if ($scope.dSbxxsjy.ssfl === '3') { // 器材
|
|
155
|
157
|
$scope.ShowQCType = false;
|
|
156
|
158
|
$scope.ShowSBType = true;
|