|
@@ -290,6 +290,7 @@ func FJyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
290
|
290
|
MedListCodg: subItem.BaseDrugLib.MedicalInsuranceNumber,
|
291
|
291
|
HospApprFlag: subItem.BaseDrugLib.HospApprFlag,
|
292
|
292
|
FeeOcurTime: tm.Format("2006-01-02 15:04:05"),
|
|
293
|
+ Unit: subItem.PrescribingNumberUnit,
|
293
|
294
|
}
|
294
|
295
|
|
295
|
296
|
customs = append(customs, cus)
|
|
@@ -313,6 +314,7 @@ func FJyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
313
|
314
|
MedListCodg: subItem.HisProject.MedicalCode,
|
314
|
315
|
HospApprFlag: -1,
|
315
|
316
|
FeeOcurTime: tm.Format("2006-01-02 15:04:05"),
|
|
317
|
+ Unit: subItem.HisProject.Unit,
|
316
|
318
|
}
|
317
|
319
|
customs = append(customs, cus)
|
318
|
320
|
}
|
|
@@ -329,6 +331,7 @@ func FJyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
329
|
331
|
MedListCodg: subItem.GoodInfo.MedicalInsuranceNumber,
|
330
|
332
|
HospApprFlag: -1,
|
331
|
333
|
FeeOcurTime: tm.Format("2006-01-02 15:04:05"),
|
|
334
|
+ Unit: subItem.GoodInfo.PackingUnit,
|
332
|
335
|
}
|
333
|
336
|
customs = append(customs, cus)
|
334
|
337
|
}
|
|
@@ -389,6 +392,8 @@ func FJyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
389
|
392
|
feedetailInfo["acord_dept_name"] = ""
|
390
|
393
|
feedetailInfo["orders_dr_code"] = ""
|
391
|
394
|
feedetailInfo["orders_dr_name"] = ""
|
|
395
|
+ feedetailInfo["exp_content"] = item.Unit
|
|
396
|
+
|
392
|
397
|
if balance_accounts_type == "8" {
|
393
|
398
|
feedetailInfo["hosp_appr_flag"] = "2"
|
394
|
399
|
} else {
|