Przeglądaj źródła

开户行改下拉

mengy 4 lat temu
rodzic
commit
998725292a

+ 9 - 9
src/main/resources/application.properties

@@ -7,11 +7,11 @@ eureka.instance.lease-expiration-duration-in-seconds=30
7 7
 
8 8
 #数据库驱动
9 9
 spring.datasource.driverClassName = com.mysql.jdbc.Driver
10
-spring.datasource.url = jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
10
+spring.datasource.url = jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
11 11
 spring.datasource.username = root
12
-spring.datasource.password = 123456
12
+spring.datasource.password = root
13 13
 
14
-eureka.client.serviceUrl.defaultZone=http://172.16.0.46:9511/eureka/
14
+eureka.client.serviceUrl.defaultZone=http://localhost:9001/eureka/
15 15
 
16 16
 spring.application.name=depot-web
17 17
 
@@ -20,13 +20,13 @@ spring.application.name=depot-web
20 20
 #eureka.client.fetch-registry=false
21 21
 
22 22
 # Redis数据库索引(默认为0)
23
-spring.redis.database=1
23
+spring.redis.database=0
24 24
 # Redis服务器地址
25
-spring.redis.host=172.16.0.46
25
+spring.redis.host=localhost
26 26
 # Redis服务器连接端口
27
-spring.redis.port=6679
27
+spring.redis.port=6379
28 28
 # Redis服务器连接密码(默认为空)
29
-spring.redis.password=123456
29
+spring.redis.password=
30 30
 # 连接池最大连接数(使用负值表示没有限制)
31 31
 spring.redis.jedis.pool.max-active=8
32 32
 # 连接池最大阻塞等待时间(使用负值表示没有限制)
@@ -58,7 +58,7 @@ zuul.host.socket-timeout-millis=60000
58 58
 
59 59
 spring.servlet.multipart.max-file-size=10MB
60 60
 spring.servlet.multipart.max-request-size=20MB
61
-spring.servlet.multipart.location=/var/lib/docker/uploadTmp
61
+
62 62
 #图片路径„
63
-web.upload-path=/home/depot/depot-web/apache-tomcat-8.0.53/webapps/ROOT/WEB-INF/classes/static
63
+web.upload-path=/Users/zhang/work/yunnan/depot-web-yunnan/src/main/resources/static
64 64
 spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}

+ 6 - 5
src/main/resources/static/app/business/contract/views/contract-change-edit.html

@@ -301,7 +301,7 @@
301 301
                           								<label label class="label" style="text-align: right;">本方开户行:<span style="color: red;">*</span></label>
302 302
                           							</th>
303 303
                           							<th width='15%'>
304
-														<!-- <section>
304
+														 <section>
305 305
 				                                            <label class="select"> 
306 306
 				                                                <select ng-model="contract.bfkhh"  name="bfkhh" ng-disabled="isNotEdit"  required>
307 307
 				                                                	<option value="">--请选择--</option>
@@ -312,15 +312,16 @@
312 312
 				                                                	<option value="农村商业银行">农村商业银行</option>
313 313
 				                                                	<option value="农村信用合作社">农村信用合作社</option>
314 314
 				                                                	<option value="中国邮政储蓄">中国邮政储蓄</option>
315
-				                                                	<option value="其它银行">其它银行</option>
315
+																	<option value="中国农业发展银行">中国农业发展银行</option>
316
+																	<option value="其它银行">其它银行</option>
316 317
 				                                                </select><i></i>
317 318
 				                                            </label>
318
-		                                                </section> -->
319
-		                                                <section>
319
+		                                                </section>
320
+		                                               <!-- <section>
320 321
 				                                             <label class="input" style="margin-top:5px"> 
321 322
 		                                                       <input class="form-control" type="text" ng-model="contract.bfkhh" ng-disabled="isNotEdit"  name="bfkhh" required>
322 323
 		                                                     </label>
323
-				                                        </section>
324
+				                                        </section>-->
324 325
 											        </th>
325 326
                           							<th width='10%'>
326 327
                           								<label label class="label" style="text-align: right;">本方账号:<span style="color: red;">*</span></label>

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

@@ -304,7 +304,7 @@
304 304
                           								<label label class="label" style="text-align: right;">本方开户行:<span style="color: red;">*</span></label>
305 305
                           							</th>
306 306
                           							<th width='15%'>
307
-														<!-- <section>
307
+														 <section>
308 308
 				                                            <label class="select"> 
309 309
 				                                                <select ng-model="contract.bfkhh"  name="bfkhh" ng-disabled="isNotEdit"  required>
310 310
 				                                                	<option value="">--请选择--</option>
@@ -315,15 +315,16 @@
315 315
 				                                                	<option value="农村商业银行">农村商业银行</option>
316 316
 				                                                	<option value="农村信用合作社">农村信用合作社</option>
317 317
 				                                                	<option value="中国邮政储蓄">中国邮政储蓄</option>
318
+																	<option value="中国农业发展银行">中国农业发展银行</option>
318 319
 				                                                	<option value="其它银行">其它银行</option>
319 320
 				                                                </select><i></i>
320 321
 				                                            </label>
321
-		                                                </section> -->
322
-		                                                <section>
323
-				                                             <label class="input" style="margin-top:5px"> 
324
-		                                                       <input class="form-control" type="text" ng-model="contract.bfkhh" ng-disabled="isNotEdit"  name="bfkhh" required>
325
-		                                                     </label>
326
-				                                        </section>
322
+		                                                </section>
323
+<!--		                                                <section>-->
324
+<!--				                                             <label class="input" style="margin-top:5px"> -->
325
+<!--		                                                       <input class="form-control" type="text" ng-model="contract.bfkhh" ng-disabled="isNotEdit"  name="bfkhh" required>-->
326
+<!--		                                                     </label>-->
327
+<!--				                                        </section>-->
327 328
 											        </th>
328 329
                           							<th width='10%'>
329 330
                           								<label label class="label" style="text-align: right;">本方账号:<span style="color: red;">*</span></label>

+ 5 - 4
src/main/resources/static/app/business/customer/views/customer-edit.html

@@ -107,10 +107,10 @@
107 107
                                         </section>
108 108
                                         <section class="col col-4">
109 109
                                             <label class="label">开户行名称</label> 
110
-                                            <label class="input"> 
110
+                                            <!--<label class="input">
111 111
                                                 <input class="form-control" type="text" ng-model="customer.bankName" ng-readonly="isNotEdit" name="bankName">
112
-                                            </label>
113
-                                            <!-- <label class="select"> 
112
+                                            </label>-->
113
+                                             <label class="select">
114 114
 				                                      <select ng-model="customer.bankName"  name="bankName" ng-disabled="isNotEdit">
115 115
 				                                             <option value="">--请选择--</option>
116 116
 				                                             <option value="中国工商银行">中国工商银行</option>
@@ -120,9 +120,10 @@
120 120
 				                                             <option value="农村商业银行">农村商业银行</option>
121 121
 				                                             <option value="农村信用合作社">农村信用合作社</option>
122 122
 				                                             <option value="中国邮政储蓄">中国邮政储蓄</option>
123
+                                                             <option value="中国农业发展银行">中国农业发展银行</option>
123 124
 				                                             <option value="其它银行">其它银行</option>
124 125
 				                                             </select><i></i>
125
-				                            </label> -->
126
+				                            </label>
126 127
                                         </section>
127 128
                                         <section class="col col-4">
128 129
                                             <label class="label">银行账户名称</label>