|
@@ -9009,20 +9009,20 @@ func (c *HisApiController) GetSettleAccounts() {
|
9009
|
9009
|
"treatCostTotal": treatCostTotal,
|
9010
|
9010
|
"treatCostSelfTotal": treatCostSelfTotal,
|
9011
|
9011
|
"treatCostPartSelfTotal": treatCostPartSelfTotal,
|
9012
|
|
-
|
9013
|
|
- "doctor_code": adminRole_two.DoctorCode,
|
9014
|
|
- "doctor_name": doctor_name,
|
9015
|
|
- "health_card_no": order.PsnNo,
|
9016
|
|
- "department": departments.Name,
|
9017
|
|
- "yiliao_leibie": yiliao_leibie,
|
9018
|
|
- "after_money": order.AccountPrice,
|
9019
|
|
- "patient": patient,
|
9020
|
|
- "org_name": miConfig.OrgName,
|
9021
|
|
- "org_code": miConfig.Code,
|
9022
|
|
- "order_number": order.Number,
|
9023
|
|
- "his_hospital": his_hospital,
|
9024
|
|
- "his": his,
|
9025
|
|
- "dia_config": dia_config,
|
|
9012
|
+ "doctor_info": adminRole_two,
|
|
9013
|
+ "doctor_code": adminRole_two.DoctorCode,
|
|
9014
|
+ "doctor_name": doctor_name,
|
|
9015
|
+ "health_card_no": order.PsnNo,
|
|
9016
|
+ "department": departments.Name,
|
|
9017
|
+ "yiliao_leibie": yiliao_leibie,
|
|
9018
|
+ "after_money": order.AccountPrice,
|
|
9019
|
+ "patient": patient,
|
|
9020
|
+ "org_name": miConfig.OrgName,
|
|
9021
|
+ "org_code": miConfig.Code,
|
|
9022
|
+ "order_number": order.Number,
|
|
9023
|
+ "his_hospital": his_hospital,
|
|
9024
|
+ "his": his,
|
|
9025
|
+ "dia_config": dia_config,
|
9026
|
9026
|
|
9027
|
9027
|
//"check_order_info": cus_slice,
|
9028
|
9028
|
})
|