소스 검색

样式优化

hurugang 6 년 전
부모
커밋
bb7aa07053
3개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 7 7
      src/main/resources/application.yml
  2. 3 3
      src/main/resources/static/css/registration.css
  3. 1 1
      src/main/resources/static/js/toll_administration.js

+ 7 - 7
src/main/resources/application.yml

@@ -13,18 +13,18 @@ spring:
       max-request-size: 100MB
   datasource:
     his:
-      #jdbc-url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
-      jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=thxyhisdb"
+      jdbc-url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
+      #jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=thxyhisdb"
       username: "sa"
       password:
       #password: "SAthyy123"
       driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
     thmz:
-      jdbc-url: "jdbc:mariadb://localhost:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
-      #jdbc-url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
+      #jdbc-url: "jdbc:mariadb://localhost:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
+      jdbc-url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
       username: "root"
-      password: "hrg49086"
-      #password: "thyy@2018"
+      #password: "hrg49086"
+      password: "thyy@2018"
       driver-class-name: "org.mariadb.jdbc.Driver"
   devtools:
     restart:
@@ -38,4 +38,4 @@ mybatis:
 #打印SQL信息
 logging:
   level:
-    cn.hnthyy.thmz.mapper: debug
+    cn.hnthyy.thmz.mapper: info

+ 3 - 3
src/main/resources/static/css/registration.css

@@ -37,9 +37,9 @@
     color: #337AB7 !important;
 }
 
-#regi_form {
-    border-right: 1px solid #DCDCDC;
-}
+/*#regi_form {*/
+    /*border-right: 1px solid #DCDCDC;*/
+/*}*/
 
 #confirmFee {
     width: 100%;

+ 1 - 1
src/main/resources/static/js/toll_administration.js

@@ -330,7 +330,7 @@ function initFeeTable() {
                     if (payMarkGroup == 1) {
                         str += '<button type="button" class="registration-no-color-foot-button" title="退费" onclick="refundFee(\'' + row.patientId + '\',' + row.times + ');"><i class="fa fa-reply"></i></button>';
                         if (row.printFlag == 0) {
-                            str += '<button type="button" class="registration-no-color-foot-button" title="发票打印" onclick="prn1Print(\'' + row.patientId + '\',' + row.times + ',\''+row.name+');" style="color: #35D082;"><i class="fa fa-print"></i></button>';
+                            str += '<button type="button" class="registration-no-color-foot-button" title="发票打印" onclick="prn1Print(\'' + row.patientId + '\',' + row.times + ',\''+row.name+'\');" style="color: #35D082;"><i class="fa fa-print"></i></button>';
                         }else if (row.printFlag == 1) {
                             str += '<button type="button" class="registration-no-color-foot-button" title="发票重打" onclick="repPrint(\'' + row.patientId + '\',' + row.times + ',\''+row.name+'\');" style="color: #F4BD00;"><i class="fa fa-print"></i></button>';
                             str += '<button type="button" class="registration-no-color-foot-button" title="发票作废重打" onclick="obsoleteAndRepPrint(\'' + row.patientId + '\',' + row.times + ',\''+row.name+'\','+row.receiptNo+');" style="color: #E73E48;"><i class="fa fa-print"></i></button>';