Browse Source

提交代码

陈少旭 1 year ago
parent
commit
62a52b70a4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/xt_pages/outpatientCharges/statementPrint.vue

+ 3 - 1
src/xt_pages/outpatientCharges/statementPrint.vue View File

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