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

支付缴费时选择支付方式

‘chenzhilei’ пре 1 месец
родитељ
комит
191e8c590b

+ 1 - 1
src/main/resources/static/js/mz/registration_list.js

@@ -1915,7 +1915,7 @@ function prn1Print(patientId, times) {
     var height = "93.15mm";
     var bkimgWidth = "120mm"
     if(fpVsesionNo == 1){
-        height = "60mm"
+        height = "130mm"
         bkimgWidth = "110mm"
     }
     $.ajax({

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

@@ -1886,7 +1886,7 @@ function saveConfirmFee() {
             tempJson.parChannel = "1";
             tempJson.transDate = transDate;
             tempJson.traceNo = traceNo;
-            tempJson.chequeType = "1";
+//            tempJson.chequeType = "1";
             //现金有可能会多收,比入实收37,对方给了100,需要找零63. 所以必须减去找零金额,才是实收金额
             if (tempJson.chequeType == "1") {
                 temp = temp - $("#changeAmount").val();