|
|
@@ -472,7 +472,9 @@ function printPrescription(patientId, times, orderNo) {
|
|
|
}else if(list[i].psFlag == 1 && list[i].tryFlag == 0){//药品需要皮试,处方未点需要皮试
|
|
|
tryResult = '<span style="color: red">(免试)</span>';
|
|
|
}
|
|
|
- if(list[i].tryFlag == 1){
|
|
|
+ if(list[i].ybZfFlag == 1){
|
|
|
+ tryFlag = '<span style="color: red">(皮试自备一支)</span>';
|
|
|
+ }else if(list[i].tryFlag == 1){
|
|
|
tryFlag = '<span style="color: red">(需皮试)</span>';
|
|
|
}
|
|
|
var number = i + 1;
|
|
|
@@ -480,7 +482,7 @@ function printPrescription(patientId, times, orderNo) {
|
|
|
tr += '<tr>\n' +
|
|
|
' <td style="margin-bottom: 5px;width: 10px;font-size: 14px;" align="left" valign="top">' + number + "." +
|
|
|
'</td>\n' +
|
|
|
- ' <td style="margin-bottom: 5px;vertical-align: middle !important;width: 260px;font-size: 14px;">\n' + tryResult + tryFlag + list[i].drugName +
|
|
|
+ ' <td style="margin-bottom: 5px;vertical-align: middle !important;width: 260px;font-size: 14px;">\n' + tryResult + list[i].drugName +
|
|
|
' </td>\n' +
|
|
|
' <td style="margin-bottom: 5px;vertical-align: middle !important;width: 120px;text-align: right;font-size: 14px;">' + list[i].specification +
|
|
|
'</td>\n' +
|
|
|
@@ -493,7 +495,7 @@ function printPrescription(patientId, times, orderNo) {
|
|
|
' <tr>\n' +
|
|
|
' <td style="margin-bottom: 5px;width: 10px;font-size: 14px;" align="left" valign="top">' +
|
|
|
'</td>\n' +
|
|
|
- ' <td style="margin-bottom: 5px;vertical-align: middle !important;width: 260px;font-size: 14px;">\n' + manufactoryName +
|
|
|
+ ' <td style="margin-bottom: 5px;vertical-align: middle !important;width: 260px;font-size: 14px;">\n' + manufactoryName + tryFlag +
|
|
|
' </td>\n' +
|
|
|
' <td colspan="4" style="padding-left:0px;margin-bottom: 5px;vertical-align: middle !important;text-align: left;font-size: 14px;">用法:' + list[i].drugQuan+" " + list[i].drugUnitName + '/次 ' + list[i].frequency + ' ' + printName +
|
|
|
'</td>\n' +
|