|
@@ -931,6 +931,8 @@ export default {
|
931
|
931
|
that.info['order_infos'] = response.data.data.order_infos
|
932
|
932
|
that.info['diagnosis'] = response.data.data.diagnosis
|
933
|
933
|
that.info['his'] = response.data.data.his
|
|
934
|
+ that.info['dia_config'] = response.data.data.dia_config
|
|
935
|
+
|
934
|
936
|
|
935
|
937
|
for (let i = 0; i < response.data.data.order_infos.length; i++) {
|
936
|
938
|
if (response.data.data.order_infos[i].advice_id > 0 && response.data.data.order_infos[i].project_id == 0) {
|
|
@@ -1357,7 +1359,7 @@ export default {
|
1357
|
1359
|
response.data.data.otherInscpTotal
|
1358
|
1360
|
that.info['otherSelfTotal'] =
|
1359
|
1361
|
response.data.data.otherSelfTotal
|
1360
|
|
-
|
|
1362
|
+ that.info['dia_config'] = response.data.data.dia_config
|
1361
|
1363
|
|
1362
|
1364
|
//org_id 10485,此代码为阳春恒健血液透析中心结算单模版数据处理逻辑
|
1363
|
1365
|
var list = []
|