|
|
@@ -2435,7 +2435,7 @@ function prn1PrintAndQRCode(patientId, times,serialNo,name,fee,doctorName) {
|
|
|
postAjaxJsonHttpRequst("/thmz/getMzChargeDetailByBillItem",params,true,function (res) {
|
|
|
if(res.code == 0){
|
|
|
res.data.forEach((item,index)=>{
|
|
|
- var html = '<div style="font-size:15px;line-height:15px;float:left;width:150px;"><span style="width:105px;display:inline-block;overflow:hidden;white-space: nowrap;" id="printProjectName'+(index+1)+'">'+item.tcName+'</span><span style="margin-left: 5px;line-height:15px;" id="printProjectFee'+(index+1)+'">'+item.amount+'</span><br /></div>'
|
|
|
+ var html = '<div style="font-size:12px;line-height:12px;float:left;width:170px;"><span style="width:125px;display:inline-block;overflow:hidden;" id="printProjectName'+(index+1)+'">'+item.tcName+'</span><span style="margin-left: 5px;line-height:15px;" id="printProjectFee'+(index+1)+'">'+item.amount+'</span><br /></div>'
|
|
|
$('#printProjectName').append(html);
|
|
|
})
|
|
|
|