Pārlūkot izejas kodu

开户行名称

gaodd 2 gadi atpakaļ
vecāks
revīzija
d5721e2dbe

+ 1 - 0
src/main/resources/static/app/system/controller/orgCtrl.js

@@ -158,6 +158,7 @@ function($scope, $rootScope, $state, $stateParams, $filter, orgService, enumServ
158 158
 				$scope.orgInfo.completeDate = $filter('date')($scope.orgInfo.completeDate, "yyyy-MM-dd");
159 159
 				$scope.orgInfo.useDate = $filter('date')($scope.orgInfo.useDate, "yyyy-MM-dd");
160 160
 				$scope.orgInfo.depotProperty = $scope.orgInfo.depotProperty == null ? "1":$scope.orgInfo.depotProperty;
161
+				$scope.orgInfo.bankName = parseInt($scope.orgInfo.bankName);
161 162
 			}
162 163
 			$scope.initBasic(319);
163 164
 		}, function(data) {

+ 7 - 1
src/main/resources/static/app/system/views/org-edit.html

@@ -440,8 +440,14 @@
440 440
 										</section>
441 441
 										<section class="col col-4">
442 442
                                             <label class="label">开户行名称</label> 
443
-                                            <label class="input"> 
443
+                                            <!-- <label class="input"> 
444 444
                                                 <input class="form-control" type="text" ng-model="orgInfo.bankName" name="bankName">
445
+                                            </label> -->
446
+                                            <label class="select">
447
+                                                <select class="form-control" ng-model="orgInfo.bankName" name="bankName"
448
+                                                        ng-options="enum.enumid as enum.enumname for enum in dicDataList[7167]" >
449
+                                                    <option value="" disabled>--请选择--</option>
450
+                                                </select><i></i>
445 451
                                             </label>
446 452
                                         </section>
447 453
 									</div>