|
|
@@ -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, //是否显示文字信息
|