Преглед изворни кода

天津项目改造工程-客户管理改造

fanxw пре 4 година
родитељ
комит
64e9859414

+ 1 - 1
src/main/resources/static/app/business/contract/controller/contractChangeSaveCtrl.js

@@ -272,7 +272,7 @@ angular.module('app.business').controller("contractChangeSaveCtrl",
272 272
                     $scope.contract.mobile = result.enterprisePhone;
273 273
                 }
274 274
 		        // 开户行名称.
275
-		        $scope.contract.bankName = result.bankName;
275
+		        $scope.contract.bankName = $rootScope.dicData[result.bankName];
276 276
 		        // 银行账户名称.
277 277
 		        $scope.contract.accountName = result.accountName;
278 278
 		        // 开户账号

+ 1 - 1
src/main/resources/static/app/business/contract/controller/contractSaveCtrl.js

@@ -493,7 +493,7 @@ angular.module('app.business').controller("contractSaveCtrl",
493 493
                         $scope.contract.identification = result.socialCreditCode;
494 494
                     }
495 495
                     // 开户行名称.
496
-                    $scope.contract.bankName = result.bankName;
496
+                    $scope.contract.bankName = $rootScope.dicData[result.bankName];
497 497
                     // 银行账户名称.
498 498
                     $scope.contract.accountName = result.accountName;
499 499
                     // 开户账号

+ 1 - 1
src/main/resources/static/app/business/contract/controller/grainReservesContractChangeSaveCtrl.js

@@ -191,7 +191,7 @@ angular.module('app.business').controller("grainReservesContractChangeSaveCtrl",
191 191
                     $scope.contract.mobile = result.enterprisePhone;
192 192
                 }
193 193
 		        // 开户行名称.
194
-		        $scope.contract.bankName = result.bankName;
194
+		        $scope.contract.bankName = $rootScope.dicData[result.bankName];
195 195
 		        // 银行账户名称.
196 196
 		        $scope.contract.accountName = result.accountName;
197 197
 		        // 开户账号

+ 1 - 1
src/main/resources/static/app/business/contract/controller/grainReservescontractSaveCtrl.js

@@ -280,7 +280,7 @@ angular.module('app.business').controller("grainReservescontractSaveCtrl",
280 280
                         $scope.contract.identification = result.socialCreditCode;
281 281
                     }
282 282
                     // 开户行名称.
283
-                    $scope.contract.bankName = result.bankName;
283
+                    $scope.contract.bankName = $rootScope.dicData[result.bankName];
284 284
                     // 银行账户名称.
285 285
                     $scope.contract.accountName = result.accountName;
286 286
                     // 开户账号

+ 1 - 1
src/main/resources/static/app/business/contract/views/contract-edit.html

@@ -386,7 +386,7 @@
386 386
 											</th>
387 387
 											<th>
388 388
 												<section>
389
-		                                            <label class="input"> 
389
+		                                            <label class="input">
390 390
 		                                                <input class="form-control" type="text" ng-model="contract.bankName" name="bankName" ng-readonly="true" 
391 391
                                                         placeholder="选择客户,由客户带出">
392 392
 		                                            </label>

+ 168 - 92
src/main/resources/static/app/business/customer/views/customer-edit.html

@@ -90,96 +90,138 @@
90 90
                                     </div>
91 91
                                     <div class="row">
92 92
                                         <section class="col col-4">
93
-                                            <label class="label">联系地址<span style="color: red;">*</span></label>
94
-                                            <label class="input"> 
93
+                                            <label class="label">通讯地址(省/直辖市)<span style="color: red;">*</span></label>
94
+                                            <label class="select">
95
+                                                <select id="province" ng-model="customer.province" name="province" ng-options='enum.enumid as enum.enumname for enum in dicDataList[1010]' required>
96
+                                                    <option value="">请选择</option>
97
+                                                </select><i></i>
98
+                                            </label>
99
+                                        </section>
100
+                                        <section class="col col-4">
101
+                                            <label class="label">通讯地址(地市)<span style="color: red;">*</span></label>
102
+                                            <label class="select">
103
+                                                <select id="city" ng-model="customer.city" name="city" ng-options='enum.enumid as enum.enumname for enum in dicDataList[customer.province]' required>
104
+                                                    <option value="">请选择</option>
105
+                                                </select><i></i>
106
+                                            </label>
107
+                                        </section>
108
+                                        <section class="col col-4">
109
+                                            <label class="label">通讯地址(县区)<span style="color: red;">*</span></label>
110
+                                            <label class="select">
111
+                                                <select id="county" ng-model="customer.county" name="county" ng-options='enum.enumid as enum.enumname for enum in dicDataList[customer.city]' required>
112
+                                                    <option value="">请选择</option>
113
+                                                </select><i></i>
114
+                                            </label>
115
+                                        </section>
116
+                                    </div>
117
+                                    <div class="row">
118
+                                        <section class="col col-4">
119
+                                            <label class="label">通讯详细地址(含门牌号)<span style="color: red;">*</span></label>
120
+                                            <label class="input">
95 121
                                                 <input class="form-control" type="text" ng-model="customer.address" ng-readonly="isNotEdit" name="address"
96 122
                                                 required>
97 123
                                             </label>
98 124
                                         </section>
125
+                                        <section class="col col-4">
126
+                                            <label class="label">联系人姓名<span style="color: red;">*</span></label>
127
+                                            <label class="input">
128
+                                                <input class="form-control" type="text" ng-model="customer.linkman" ng-readonly="isNotEdit" name="linkman"
129
+                                                       required>
130
+                                            </label>
131
+                                        </section>
132
+                                        <section class="col col-4">
133
+                                            <label class="label">联系人身份证号</label>
134
+                                            <label class="input">
135
+                                                <input class="form-control" type="text" ng-model="customer.lxrsfzh" ng-readonly="isNotEdit" name="lxrsfzh" validEmail=true />
136
+                                            </label>
137
+                                        </section>
99 138
                                     </div>
100
-                                    
139
+
101 140
                                     <div class="row">
102 141
                                         <section class="col col-4">
103
-                                            <label class="label">开票信息(发票抬头)</label> 
104
-                                            <label class="input"> 
142
+                                            <label class="label">开票信息(发票抬头)</label>
143
+                                            <label class="input">
105 144
                                                 <input class="form-control" type="text" ng-model="customer.invoiceTitle" ng-readonly="isNotEdit" name="invoiceTitle">
106 145
                                             </label>
107 146
                                         </section>
108 147
                                         <section class="col col-4">
109
-                                            <label class="label">开户行名称</label> 
110
-                                            <label class="input"> 
111
-                                                <input class="form-control" type="text" ng-model="customer.bankName" ng-readonly="isNotEdit" name="bankName">
148
+                                            <label class="label">开户行名称</label>
149
+                                            <label class="select">
150
+                                                <select class="form-control" ng-model="customer.bankName" name="bankName"
151
+                                                        ng-options="enum.enumid as enum.enumname for enum in dicDataList[7167]" >
152
+                                                    <option value="" disabled>--请选择--</option>
153
+                                                </select><i></i>
112 154
                                             </label>
113 155
                                         </section>
114 156
                                         <section class="col col-4">
115
-                                            <label class="label">银行账户名称</label> 
116
-                                            <label class="input"> 
157
+                                            <label class="label">银行账户名称</label>
158
+                                            <label class="input">
117 159
                                                 <input class="form-control" type="text" ng-model="customer.accountName" ng-readonly="isNotEdit" name="accountName">
118 160
                                             </label>
119 161
                                         </section>
120 162
                                     </div>
121
-                                    
163
+
122 164
                                     <div class="row">
123 165
                                         <section class="col col-4">
124
-                                            <label class="label">开户账号<span style="color: red;">*</span></label> 
125
-                                            <label class="input"> 
126
-                                                <input id="verificationInputKhzh" class="form-control" type="text" ng-model="customer.accountNumber" ng-readonly="isNotEdit" name="accountNumber" 
166
+                                            <label class="label">开户账号<span style="color: red;">*</span></label>
167
+                                            <label class="input">
168
+                                                <input id="verificationInputKhzh" class="form-control" type="text" ng-model="customer.accountNumber" ng-readonly="isNotEdit" name="accountNumber"
127 169
                                                 required style="display:inline-blok;border:1px soild #A90329" khzhBlurs=true maxlength="30">
128 170
                                             </label>
129 171
                                             <div style="color:#D56161;display:none;font-size:11px" id="verificationContainerKhzh">不能填写“无”、“暂无”、“空”</div>
130 172
                                         </section>
131 173
                                         <section class="col col-4">
132
-                                            <label class="label">客户所属地区名称</label> 
133
-                                            <label class="input"> 
174
+                                            <label class="label">客户所属地区名称</label>
175
+                                            <label class="input">
134 176
                                                 <input class="form-control" type="text" ng-model="customer.district" ng-readonly="isNotEdit" name="district">
135 177
                                             </label>
136 178
                                         </section>
137
-                                        
179
+
138 180
                                         <section class="col col-4">
139
-                                            <label class="label">种植面积(亩)</label> 
140
-                                            <label class="input"> 
141
-                                                <input class="form-control" type="text" ng-model="customer.plantAcreage" ng-readonly="isNotEdit" name="plantAcreage" 
181
+                                            <label class="label">种植面积(亩)</label>
182
+                                            <label class="input">
183
+                                                <input class="form-control" type="text" ng-model="customer.plantAcreage" ng-readonly="isNotEdit" name="plantAcreage"
142 184
                                                 validNumber="true">
143 185
                                             </label>
144 186
                                         </section>
145 187
                                     </div>
146
-                                    
188
+
147 189
                                     <div class="row">
148 190
                                         <section class="col col-4">
149
-                                            <label class="label">每亩的价外补贴数量(公斤)</label> 
150
-                                            <label class="input"> 
151
-                                                <input class="form-control" type="text" ng-model="customer.subsidy" ng-readonly="isNotEdit" name="subsidy" 
191
+                                            <label class="label">每亩的价外补贴数量(公斤)</label>
192
+                                            <label class="input">
193
+                                                <input class="form-control" type="text" ng-model="customer.subsidy" ng-readonly="isNotEdit" name="subsidy"
152 194
                                                 validNumber="true">
153 195
                                             </label>
154 196
                                         </section>
155 197
                                         <section class="col col-4">
156
-                                            <label class="label">计划客户<span style="color: red;">*</span></label> 
157
-                                            <label class="input"> 
198
+                                            <label class="label">计划客户<span style="color: red;">*</span></label>
199
+                                            <label class="input">
158 200
                                                 <input class="form-control" type="text" ng-model="customer.businessRegistNum" ng-readonly="isNotEdit" name="businessRegistNum" required>
159
-                                                
201
+
160 202
                                             </label>
161 203
                                         </section>
162 204
                                         <section class="col col-4">
163
-                                            <label class="label">收款人<span style="color: red;">*</span></label> 
164
-                                            <label class="input"> 
205
+                                            <label class="label">收款人<span style="color: red;">*</span></label>
206
+                                            <label class="input">
165 207
                                                 <input class="form-control" type="text" ng-model="customer.administrativeDivision" ng-readonly="isNotEdit" name="administrativeDivision" required>
166 208
                                             </label>
167 209
                                         </section>
168 210
                                         <!-- <section class="col col-4">
169
-                                            <label class="label">通讯地址</label> 
170
-                                            <label class="input"> 
211
+                                            <label class="label">通讯地址</label>
212
+                                            <label class="input">
171 213
                                                 <input class="form-control" type="text" ng-model="customer.txdz" ng-readonly="isNotEdit" name="txdz">
172 214
                                             </label>
173 215
                                         </section>-->
174 216
                                         <section class="col col-4">
175
-                                            <label class="label">邮政编码</label> 
176
-                                            <label class="input"> 
217
+                                            <label class="label">邮政编码</label>
218
+                                            <label class="input">
177 219
                                                 <input class="form-control" type="text" ng-model="customer.yzbm" ng-readonly="isNotEdit" name="yzbm">
178
-                                                
220
+
179 221
                                             </label>
180
-                                        </section> 
222
+                                        </section>
181 223
                                     </div>
182
-                                    
224
+
183 225
                                     <div class="row">
184 226
                                         <fieldset>
185 227
                                             <section>
@@ -191,10 +233,10 @@
191 233
                                         </fieldset>
192 234
                                     </div>
193 235
                                 </fieldset>
194
-                                
195
-                                
196
-                                
197
-                                
236
+
237
+
238
+
239
+
198 240
                                 <!-- 企业客户 -->
199 241
                                 <header ng-show="customer.classify == 3153">
200 242
                                     <h6>
@@ -204,152 +246,186 @@
204 246
                                 <fieldset ng-show="customer.classify == 3153">
205 247
                                     <div class="row">
206 248
                                         <section class="col col-4">
207
-                                            <label class="label">企业性质</label> 
208
-                                            <label class="select"> 
209
-                                                <select ng-model="customer.generalProperty" name="generalProperty" ng-disabled="isNotEdit" 
249
+                                            <label class="label">企业性质</label>
250
+                                            <label class="select">
251
+                                                <select ng-model="customer.generalProperty" name="generalProperty" ng-disabled="isNotEdit"
210 252
                                                 ng-options="enum.enumid as enum.enumname for enum in dicDataList[1014]">
211 253
                                                     <option value="">--请选择--</option>
212 254
                                                 </select><i></i>
213 255
                                             </label>
214 256
                                         </section>
215 257
                                         <section class="col col-4">
216
-                                            <label class="label">统一社会信用代码<span style="color: red;">*</span></label> 
217
-                                            <label class="input"> 
258
+                                            <label class="label">统一社会信用代码<span style="color: red;">*</span></label>
259
+                                            <label class="input">
218 260
                                                 <input class="form-control" type="text" ng-model="customer.socialCreditCode" ng-readonly="isNotEdit" name="socialCreditCode"
219 261
                                                 qyLength=true required maxlength="18">
220 262
                                             </label>
221 263
                                         </section>
222 264
                                         <section class="col col-4">
223
-                                            <label class="label">注册资本(万元)<span style="color: red;">*</span></label> 
224
-                                            <label class="input"> 
265
+                                            <label class="label">注册资本(万元)<span style="color: red;">*</span></label>
266
+                                            <label class="input">
225 267
                                                 <input class="form-control" type="number" ng-model="customer.registeredCapital" ng-readonly="isNotEdit" name="registeredCapital"
226 268
                                                 required onkeyup="this.value=this.value.match(/\d+(\.\d{0,5})?/) ? this.value.match(/\d+(\.\d{0,5})?/)[0] : '' ">
227 269
                                             </label>
228 270
                                         </section>
229 271
                                     </div>
230
-                                    
272
+
231 273
                                     <div class="row">
232 274
                                         <section class="col col-4">
233
-                                            <label class="label">法人<span style="color: red;">*</span></label> 
234
-                                            <label class="input"> 
235
-                                                <input class="form-control" type="text" ng-model="customer.legalPerson" ng-readonly="isNotEdit" name="legalPerson" 
275
+                                            <label class="label">法人<span style="color: red;">*</span></label>
276
+                                            <label class="input">
277
+                                                <input class="form-control" type="text" ng-model="customer.legalPerson" ng-readonly="isNotEdit" name="legalPerson"
236 278
                                                 required>
237 279
                                             </label>
238 280
                                         </section>
239 281
                                         <section class="col col-4">
240
-                                            <label class="label">联系人<span style="color: red;">*</span></label> 
241
-                                            <label class="input"> 
282
+                                            <label class="label">联系人<span style="color: red;">*</span></label>
283
+                                            <label class="input">
242 284
                                                 <input class="form-control" type="text" ng-model="customer.linkman" ng-readonly="isNotEdit" name="linkman"
243 285
                                                 required>
244 286
                                             </label>
245 287
                                         </section>
246 288
                                         <section class="col col-4">
247
-                                            <label class="label">电子邮件</label>
248
-                                            <label class="input"> 
249
-                                                <input class="form-control" type="text" ng-model="customer.email" ng-readonly="isNotEdit" name="email" validEmail=true>
289
+                                            <label class="label">联系人身份证号</label>
290
+                                            <label class="input">
291
+                                                <input class="form-control" type="text" ng-model="customer.lxrsfzh" ng-readonly="isNotEdit" name="lxrsfzh" validEmail=true />
292
+                                            </label>
293
+                                        </section>
294
+                                    </div>
295
+                                    <div class="row">
296
+                                        <section class="col col-4">
297
+                                            <label class="label">通讯地址(省/直辖市)<span style="color: red;">*</span></label>
298
+                                            <label class="select">
299
+                                                <select ng-model="customer.province" name="province" ng-options='enum.enumid as enum.enumname for enum in dicDataList[1010]' required>
300
+                                                    <option value="">请选择</option>
301
+                                                </select><i></i>
302
+                                            </label>
303
+                                        </section>
304
+                                        <section class="col col-4">
305
+                                            <label class="label">通讯地址(地市)<span style="color: red;">*</span></label>
306
+                                            <label class="select">
307
+                                                <select ng-model="customer.city" name="city" ng-options='enum.enumid as enum.enumname for enum in dicDataList[customer.province]' required>
308
+                                                    <option value="">请选择</option>
309
+                                                </select><i></i>
310
+                                            </label>
311
+                                        </section>
312
+                                        <section class="col col-4">
313
+                                            <label class="label">通讯地址(县区)<span style="color: red;">*</span></label>
314
+                                            <label class="select">
315
+                                                <select ng-model="customer.county" name="county" ng-options='enum.enumid as enum.enumname for enum in dicDataList[customer.city]' required>
316
+                                                    <option value="">请选择</option>
317
+                                                </select><i></i>
250 318
                                             </label>
251 319
                                         </section>
252 320
                                     </div>
253
-                                    
254 321
                                     <div class="row">
255 322
                                         <section class="col col-4">
256 323
                                             <label class="label">联系地址<span style="color: red;">*</span></label>
257
-                                            <label class="input"> 
324
+                                            <label class="input">
258 325
                                                 <input class="form-control" type="text" ng-model="customer.address" ng-readonly="isNotEdit" name="address"
259 326
                                                 required>
260 327
                                             </label>
261 328
                                         </section>
262 329
                                         <section class="col col-4">
263 330
                                             <label class="label">企业电话<span style="color: red;">*</span></label>
264
-                                            <label class="input"> 
331
+                                            <label class="input">
265 332
                                                 <input class="form-control" type="text" ng-model="customer.enterprisePhone" ng-readonly="isNotEdit" name="enterprisePhone"
266 333
                                                 validqydh=true required>
267 334
                                             </label>
268 335
                                         </section>
336
+                                        <section class="col col-4">
337
+                                            <label class="label">电子邮件</label>
338
+                                            <label class="input">
339
+                                                <input class="form-control" type="text" ng-model="customer.email" ng-readonly="isNotEdit" name="email" validEmail=true>
340
+                                            </label>
341
+                                        </section>
269 342
                                     </div>
270
-                                    
343
+
271 344
                                     <div class="row">
272 345
                                         <section class="col col-4">
273
-                                            <label class="label">开票信息(发票抬头)<span style="color: red;">*</span></label> 
274
-                                            <label class="input"> 
346
+                                            <label class="label">开票信息(发票抬头)<span style="color: red;">*</span></label>
347
+                                            <label class="input">
275 348
                                                 <input class="form-control" type="text" ng-model="customer.invoiceTitle" ng-readonly="isNotEdit" name="invoiceTitle"
276 349
                                                 required>
277 350
                                             </label>
278 351
                                         </section>
279 352
                                         <section class="col col-4">
280
-                                            <label class="label">开户行名称<span style="color: red;">*</span></label> 
281
-                                            <label class="input"> 
282
-                                                <input class="form-control" type="text" ng-model="customer.bankName" ng-readonly="isNotEdit" name="bankName" required>
353
+                                            <label class="label">开户行名称<span style="color: red;">*</span></label>
354
+                                            <label class="select">
355
+                                                <select class="form-control" ng-model="customer.bankName" name="bankName"
356
+                                                        ng-options="enum.enumid as enum.enumname for enum in dicDataList[7167]" required>
357
+                                                    <option value="" disabled>--请选择--</option>
358
+                                                </select><i></i>
283 359
                                             </label>
284 360
                                         </section>
285 361
                                         <section class="col col-4">
286
-                                            <label class="label">银行账户名称<span style="color: red;">*</span></label> 
287
-                                            <label class="input"> 
362
+                                            <label class="label">银行账户名称<span style="color: red;">*</span></label>
363
+                                            <label class="input">
288 364
                                                 <input class="form-control" type="text" ng-model="customer.accountName" ng-readonly="isNotEdit" name="accountName"
289 365
                                                 required>
290 366
                                             </label>
291 367
                                         </section>
292 368
                                     </div>
293
-                                    
369
+
294 370
                                     <div class="row">
295 371
                                         <section class="col col-4">
296
-                                            <label class="label">开户账号<span style="color: red;">*</span></label> 
297
-                                            <label class="input"> 
298
-                                                <input id="verificationInput" class="form-control" type="text" ng-model="customer.accountNumber" ng-readonly="isNotEdit" name="accountNumber" 
372
+                                            <label class="label">开户账号<span style="color: red;">*</span></label>
373
+                                            <label class="input">
374
+                                                <input id="verificationInput" class="form-control" type="text" ng-model="customer.accountNumber" ng-readonly="isNotEdit" name="accountNumber"
299 375
                                                 required style="display:inline-blok;border:1px soild #A90329" khzhBlur=true maxlength="30">
300 376
                                             </label>
301 377
                                             <div style="color:#D56161;display:none;font-size:11px" id="verificationContainer">不能填写“无”、“暂无”、“空”</div>
302 378
                                         </section>
303 379
                                         <section class="col col-4">
304
-                                            <label class="label">客户所属地区名称<span style="color: red;">*</span></label> 
305
-                                            <label class="input"> 
380
+                                            <label class="label">客户所属地区名称<span style="color: red;">*</span></label>
381
+                                            <label class="input">
306 382
                                                 <input class="form-control" type="text" ng-model="customer.district" ng-readonly="isNotEdit" name="district"
307 383
                                                 required>
308 384
                                             </label>
309 385
                                         </section>
310
-                                        
386
+
311 387
                                         <section class="col col-4">
312
-                                            <label class="label">种植面积(亩)</label> 
313
-                                            <label class="input"> 
314
-                                                <input class="form-control" type="text" ng-model="customer.plantAcreage" ng-readonly="isNotEdit" name="plantAcreage" 
388
+                                            <label class="label">种植面积(亩)</label>
389
+                                            <label class="input">
390
+                                                <input class="form-control" type="text" ng-model="customer.plantAcreage" ng-readonly="isNotEdit" name="plantAcreage"
315 391
                                                 validNumber="true">
316 392
                                             </label>
317 393
                                         </section>
318 394
                                     </div>
319
-                                    
395
+
320 396
                                     <div class="row">
321 397
                                         <section class="col col-4">
322
-                                            <label class="label">每亩的价外补贴数量(公斤)</label> 
323
-                                            <label class="input"> 
324
-                                                <input class="form-control" type="text" ng-model="customer.subsidy" ng-readonly="isNotEdit" name="subsidy" 
398
+                                            <label class="label">每亩的价外补贴数量(公斤)</label>
399
+                                            <label class="input">
400
+                                                <input class="form-control" type="text" ng-model="customer.subsidy" ng-readonly="isNotEdit" name="subsidy"
325 401
                                                 validNumber="true">
326 402
                                             </label>
327 403
                                         </section>
328 404
                                         <section class="col col-4">
329
-                                            <label class="label">计划客户<span style="color: red;">*</span></label> 
330
-                                            <label class="input"> 
405
+                                            <label class="label">计划客户<span style="color: red;">*</span></label>
406
+                                            <label class="input">
331 407
                                                 <input class="form-control" type="text" ng-model="customer.businessRegistNum" ng-readonly="isNotEdit" name="businessRegistNum" required>
332
-                                                
408
+
333 409
                                             </label>
334 410
                                         </section>
335 411
                                         <section class="col col-4">
336
-                                            <label class="label">收款人<span style="color: red;">*</span></label> 
337
-                                            <label class="input"> 
412
+                                            <label class="label">收款人<span style="color: red;">*</span></label>
413
+                                            <label class="input">
338 414
                                                 <input class="form-control" type="text" ng-model="customer.administrativeDivision" ng-readonly="isNotEdit" name="administrativeDivision" required>
339 415
                                             </label>
340 416
                                         </section>
341 417
                                        <!--  <section class="col col-4">
342
-                                            <label class="label">通讯地址</label> 
343
-                                            <label class="input"> 
418
+                                            <label class="label">通讯地址</label>
419
+                                            <label class="input">
344 420
                                                 <input class="form-control" type="text" ng-model="customer.txdz" ng-readonly="isNotEdit" name="txdz">
345 421
                                             </label>
346 422
                                         </section>-->
347 423
                                         <section class="col col-4">
348
-                                            <label class="label">邮政编码</label> 
349
-                                            <label class="input"> 
424
+                                            <label class="label">邮政编码</label>
425
+                                            <label class="input">
350 426
                                                 <input class="form-control" type="text" ng-model="customer.yzbm" ng-readonly="isNotEdit" name="yzbm">
351 427
                                             </label>
352
-                                        </section> 
428
+                                        </section>
353 429
                                     </div>
354 430
                                     <div class="row">
355 431
                                         <fieldset>
@@ -362,7 +438,7 @@
362 438
                                         </fieldset>
363 439
                                     </div>
364 440
                                 </fieldset>
365
-                                
441
+
366 442
                                 <div>
367 443
                                     <footer class="text-align-center">
368 444
                                         <button type="button" class="btn btn-default" ng-click="retList()">取消</button>

+ 1 - 1
src/main/resources/static/app/business/transferContract/controller/transferContractChangeSaveCtrl.js

@@ -322,7 +322,7 @@ angular.module('app.business').controller("transferContractChangeSaveCtrl",
322 322
                     $scope.contract.mobile = result.enterprisePhone;
323 323
                 }
324 324
 		        // 开户行名称.
325
-		        $scope.contract.bankName = result.bankName;
325
+		        $scope.contract.bankName = $rootScope.dicData[result.bankName];
326 326
 		        // 银行账户名称.
327 327
 		        $scope.contract.accountName = result.accountName;
328 328
 		        // 开户账号

+ 1 - 1
src/main/resources/static/app/business/transferContract/controller/transferContractSaveCtrl.js

@@ -348,7 +348,7 @@ angular.module('app.business').controller("transferContractSaveCtrl",
348 348
 		            $scope.contract.identification = result.socialCreditCode;
349 349
                 }
350 350
 		        // 开户行名称.
351
-		        $scope.contract.bankName = result.bankName;
351
+		        $scope.contract.bankName = $rootScope.dicData[result.bankName];
352 352
 		        // 银行账户名称.
353 353
 		        $scope.contract.accountName = result.accountName;
354 354
 		        // 开户账号