|
@@ -13206,7 +13206,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- function printGuideCard(patientId, times, clnicId, payMark, printType) {
|
|
|
+function printGuideCard(patientId, times, clnicId, payMark, printType) {
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
url: '/thmz/getMzPrescriptionVo?patientId=' + patientId + '×=' + times + '&MzBlRecordFlag=false&payMark=' + payMark + '&clnicId=' + clnicId,
|
|
@@ -13220,6 +13220,12 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
|
|
|
}
|
|
|
if(res.code == 0){
|
|
|
var mzPatientMi = res.mzPatientMi;
|
|
|
+ $("#patientIdGuideCard").text(mzPatientMi.patientId);
|
|
|
+ $("#doctorGuideCard").text(res.data.mzBlRecord.doctorName);
|
|
|
+ $("#patientNameGuideCard").text(mzPatientMi.name);
|
|
|
+ $("#patientDateGuideCard").text(format(new Date(), "yyyy/MM/dd/HH:mm"));
|
|
|
+ console.log("mzPatientMi",mzPatientMi);
|
|
|
+ console.log("res",res);
|
|
|
$("#payQrcodeGuideCard").empty();
|
|
|
$("#selfPayDetail").empty();
|
|
|
var strStyle = "<style>table{width: 96%;} table,td,th {}</style>";
|