|
|
@@ -224,7 +224,7 @@ angular.module('app.business').controller("deviceStorageCtrl", function ($scope,
|
|
224
|
224
|
$scope.dSbxxsjy.sbdwmc = '1'; // 设备单位名称(平方米/立方米/米吨)
|
|
225
|
225
|
$scope.dSbxxsjy.rkrq = $("#disablerkrq").val();
|
|
226
|
226
|
$scope.dSbxxsjy.scrq = $("#disablescrq").val();
|
|
227
|
|
- $scope.dSbxxsjy.jdsj = $("#jdsj").val();
|
|
|
227
|
+ $scope.dSbxxsjy.jdsj = $("#jdsjqc").val();
|
|
228
|
228
|
$scope.dSbxxsjy.createDate = $("#createDate").val();
|
|
229
|
229
|
// $scope.dSbxxsjy.jgId = $rootScope.orgInfo.companyOrgCode; // 机构ID
|
|
230
|
230
|
// 维护时间 whsj
|