浏览代码

barCode线条颜色

zengfanwei 3 月之前
父节点
当前提交
21e47fb924

+ 7 - 7
src/main/resources/static/js/mz/clinic.js

@@ -12641,7 +12641,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
                     $("#patientNameGuideCard").text(mzPatientMi.name);
                     $("#patientDateGuideCard").text(format(new Date(), "yyyy/MM/dd/HH:mm"));
                     JsBarcode("#cfBarcode", patientId, {
-                        lineColor: '#333', //线条颜色
+                        lineColor: '#000000', //线条颜色
                         width: 1, //线宽
                         height: 26, //条码高度
                         displayValue: false, //是否显示文字信息
@@ -12944,7 +12944,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
                                 LODOP.NewPageA();
                             }
                             JsBarcode("#JcBarcode", mzYjReq.reqNo, {
-                                lineColor: '#333', //线条颜色
+                                lineColor: '#000000', //线条颜色
                                 width: 1, //线宽
                                 height: 26, //条码高度
                                 displayValue: false, //是否显示文字信息
@@ -13029,7 +13029,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
                                 LODOP.NewPageA();
                             }
                             JsBarcode("#JcBarcode", obj.recordId, {
-                                lineColor: '#333', //线条颜色
+                                lineColor: '#000000', //线条颜色
                                 width: 1, //线宽
                                 height: 26, //条码高度
                                 displayValue: false, //是否显示文字信息
@@ -13129,7 +13129,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
                                         }
                                         $("#totalAmountGuideCard").text("¥" + totalAmount +"元");
                                         JsBarcode('#imgcode', patientId, {
-                                            lineColor: '#333', //线条颜色
+                                            lineColor: '#000000', //线条颜色
                                             width: 2, //线宽
                                             height: 60, //条码高度
                                             displayValue: false, //是否显示文字信息
@@ -13345,7 +13345,7 @@ function printYjReq(patientId, times, type, printType) {
                             LODOP.NewPageA();
                         }
                         JsBarcode("#JcBarcode", obj.reqNo, {
-                            lineColor: '#333', //线条颜色
+                            lineColor: '#000000', //线条颜色
                             width: 1, //线宽
                             height: 26, //条码高度
                             displayValue: false, //是否显示文字信息
@@ -13360,7 +13360,7 @@ function printYjReq(patientId, times, type, printType) {
                         let inspectName = (obj.inspectName == null || obj.inspectName == "null") ? "" : obj.inspectName;
                         jyContent += '<tr><td>' + obj.execName + '</td><td style="min-height: 30px;">' + obj.groupName + '</td><td>' + inspectName + '</td><td>' + obj.reqNo + '</td></tr>';
                         JsBarcode("#JyBarcode", obj.reqNo, {
-                            lineColor: '#333', //线条颜色
+                            lineColor: '#000000', //线条颜色
                             width: 1, //线宽
                             height: 26, //条码高度
                             displayValue: false, //是否显示文字信息
@@ -13735,7 +13735,7 @@ function printOpRecord(patientId, times, printType) {
                         LODOP.NewPageA();
                     }
                     JsBarcode("#JcBarcode", obj.recordId, {
-                        lineColor: '#333', //线条颜色
+                        lineColor: '#000000', //线条颜色
                         width: 1, //线宽
                         height: 26, //条码高度
                         displayValue: false, //是否显示文字信息

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

@@ -2388,7 +2388,7 @@ function prn1PrintAndQRCode(patientId, times,serialNo,name,fee) {
             if(dzfp.data.resUrl){
                 JsBarcode('#barcode', patientId, {
                     renderer: "svg",
-                    lineColor: '#333', //线条颜色
+                    lineColor: '#000000', //线条颜色
                     width: 1, //线宽
                     height: 30, //条码高度
                     displayValue: true, //是否显示文字信息

+ 2 - 2
src/main/resources/static/js/mz/west_pharmacy_dispensing.js

@@ -786,7 +786,7 @@ function printView(data) {
         $('#drugFlag').attr("value", "毒");
     }
     JsBarcode("#cfBarcode", data.patientId+'|'+data.times+'|'+data.orderNo, {
-        lineColor: '#333', //线条颜色
+        lineColor: '#000000', //线条颜色
         width: 1, //线宽
         height: 26, //条码高度
         displayValue: false, //是否显示文字信息
@@ -831,7 +831,7 @@ function printDrugListView(data) {
     var age = 0;
     if (null != data) {
         JsBarcode("#ydBarcode", data.patientId+'|'+data.times+'|'+data.orderNo, {
-            lineColor: '#333', //线条颜色
+            lineColor: '#000000', //线条颜色
             width: 1, //线宽
             height: 26, //条码高度
             displayValue: false, //是否显示文字信息

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

@@ -2343,7 +2343,7 @@ function printView(data) {
         $('#drugFlag').attr("value", "毒");
     }
     JsBarcode("#cfBarcode", data.patientId+'|'+data.times+'|'+data.orderNo, {
-        lineColor: '#333', //线条颜色
+        lineColor: '#000000', //线条颜色
         width: 1, //线宽
         height: 26, //条码高度
         displayValue: false, //是否显示文字信息