|
@@ -8965,30 +8965,31 @@ func (c *HisApiController) GetSettleAccounts() {
|
8965
|
8965
|
|
8966
|
8966
|
if res.Infcode == 0 {
|
8967
|
8967
|
c.ServeSuccessJSON(map[string]interface{}{
|
8968
|
|
- "diagnosis": name,
|
8969
|
|
- "order_infos": orderInfos,
|
8970
|
|
- "number": order.MdtrtId,
|
8971
|
|
- "date": order.SettleAccountsDate,
|
8972
|
|
- "charge_admin": charge_admin,
|
8973
|
|
- "printor_admin": printor_admin,
|
8974
|
|
- "info": res.Output.Setlinfo,
|
8975
|
|
- "bedCostTotal": bedCostTotal,
|
8976
|
|
- "bedCostSelfTotal": bedCostSelfTotal,
|
8977
|
|
- "bedCostPartSelfTotal": bedCostPartSelfTotal,
|
8978
|
|
- "operationCostTotal": operationCostTotal,
|
8979
|
|
- "operationCostSelfTotal": operationCostSelfTotal,
|
8980
|
|
- "operationCostPartSelfTotal": operationCostPartSelfTotal,
|
8981
|
|
- "otherCostTotal": otherCostTotal,
|
8982
|
|
- "otherCostSelfTotal": otherCostSelfTotal,
|
8983
|
|
- "otherCostPartSelfTotal": otherCostPartSelfTotal,
|
8984
|
|
- "materialCostTotal": materialCostTotal,
|
8985
|
|
- "materialCostSelfTotal": materialCostSelfTotal,
|
8986
|
|
- "materialCostPartSelfTotal": materialCostPartSelfTotal,
|
8987
|
|
- "westernMedicineCostTotal": westernMedicineCostTotal,
|
8988
|
|
- "westernMedicineCostSelfTotal": westernMedicineCostSelfTotal,
|
8989
|
|
- "westernMedicineCostPartSelfTotal": westernMedicineCostPartSelfTotal,
|
8990
|
|
- "chineseTraditionalMedicineCostTotal": chineseTraditionalMedicineCostTotal,
|
8991
|
|
- "chineseTraditionalMedicineCostSelfTotal": chineseTraditionalMedicineCostSelfTotal,
|
|
8968
|
+ "diagnosis": name,
|
|
8969
|
+ "order_infos": orderInfos,
|
|
8970
|
+ "number": order.MdtrtId,
|
|
8971
|
+ "date": order.SettleAccountsDate,
|
|
8972
|
+ "charge_admin": charge_admin,
|
|
8973
|
+ "printor_admin": printor_admin,
|
|
8974
|
+ "info": res.Output.Setlinfo,
|
|
8975
|
+ "order": order,
|
|
8976
|
+ "bedCostTotal": bedCostTotal,
|
|
8977
|
+ "bedCostSelfTotal": bedCostSelfTotal,
|
|
8978
|
+ "bedCostPartSelfTotal": bedCostPartSelfTotal,
|
|
8979
|
+ "operationCostTotal": operationCostTotal,
|
|
8980
|
+ "operationCostSelfTotal": operationCostSelfTotal,
|
|
8981
|
+ "operationCostPartSelfTotal": operationCostPartSelfTotal,
|
|
8982
|
+ "otherCostTotal": otherCostTotal,
|
|
8983
|
+ "otherCostSelfTotal": otherCostSelfTotal,
|
|
8984
|
+ "otherCostPartSelfTotal": otherCostPartSelfTotal,
|
|
8985
|
+ "materialCostTotal": materialCostTotal,
|
|
8986
|
+ "materialCostSelfTotal": materialCostSelfTotal,
|
|
8987
|
+ "materialCostPartSelfTotal": materialCostPartSelfTotal,
|
|
8988
|
+ "westernMedicineCostTotal": westernMedicineCostTotal,
|
|
8989
|
+ "westernMedicineCostSelfTotal": westernMedicineCostSelfTotal,
|
|
8990
|
+ "westernMedicineCostPartSelfTotal": westernMedicineCostPartSelfTotal,
|
|
8991
|
+ "chineseTraditionalMedicineCostTotal": chineseTraditionalMedicineCostTotal,
|
|
8992
|
+ "chineseTraditionalMedicineCostSelfTotal": chineseTraditionalMedicineCostSelfTotal,
|
8992
|
8993
|
"chineseTraditionalMedicineCostPartSelfTotal": chineseTraditionalMedicineCostPartSelfTotal,
|
8993
|
8994
|
|
8994
|
8995
|
"checkCostTotal": checkCostTotal,
|