|
@@ -2281,7 +2281,7 @@ func (c *SZHisApiController) GetSettleInfo() {
|
2281
|
2281
|
DoctorCode: doctor_code,
|
2282
|
2282
|
Total: detItemFeeSumamt,
|
2283
|
2283
|
DoseCode: dose_code,
|
2284
|
|
- Spec: strconv.Itoa(int(subItem.BaseDrugLib.MinNumber)) + "*" + subItem.BaseDrugLib.MinUnit + ":" + fmt.Sprintf("%.2f", subItem.BaseDrugLib.Dose) + subItem.BaseDrugLib.DoseUnit,
|
|
2284
|
+ Spec: strconv.Itoa(int(subItem.BaseDrugLib.MinNumber)) + subItem.BaseDrugLib.MinUnit + ":" + fmt.Sprintf("%.2f", subItem.BaseDrugLib.Dose) + subItem.BaseDrugLib.DoseUnit,
|
2285
|
2285
|
Unit: subItem.PrescribingNumberUnit,
|
2286
|
2286
|
}
|
2287
|
2287
|
customs = append(customs, cus)
|
|
@@ -3100,7 +3100,7 @@ func (c *SZHisApiController) GetPreSettleInfo() {
|
3100
|
3100
|
DoctorCode: doctor_code,
|
3101
|
3101
|
Total: detItemFeeSumamt,
|
3102
|
3102
|
DoseCode: dose_code,
|
3103
|
|
- Spec: strconv.Itoa(int(subItem.BaseDrugLib.MinNumber)) + "*" + subItem.BaseDrugLib.MinUnit + ":" + fmt.Sprintf("%.2f", subItem.BaseDrugLib.Dose) + subItem.BaseDrugLib.DoseUnit,
|
|
3103
|
+ Spec: strconv.Itoa(int(subItem.BaseDrugLib.MinNumber)) + subItem.BaseDrugLib.MinUnit + ":" + fmt.Sprintf("%.2f", subItem.BaseDrugLib.Dose) + subItem.BaseDrugLib.DoseUnit,
|
3104
|
3104
|
Unit: subItem.PrescribingNumberUnit,
|
3105
|
3105
|
}
|
3106
|
3106
|
customs = append(customs, cus)
|