Commit ec127322 authored by 任鸿志's avatar 任鸿志

优化病种

parent 0f360976
...@@ -2391,7 +2391,7 @@ export default { ...@@ -2391,7 +2391,7 @@ export default {
this.selectCardYiboPre(data, x, y, data?.mzdbjbs_arr[0]?.code) this.selectCardYiboPre(data, x, y, data?.mzdbjbs_arr[0]?.code)
} }
} else { } else {
this.selectCardYiboPre(data, x, y) this.selectCardYiboPre(data, x, y,data?.mzdbjbs_arr[0]?.code)
} }
...@@ -2423,7 +2423,7 @@ export default { ...@@ -2423,7 +2423,7 @@ export default {
settlementPre({ settlementPre({
is_gz: this.gz_name, is_gz: this.gz_name,
injury_date: this.GSdatatime, injury_date: this.GSdatatime,
p_jbbm: zhenduan, p_jbbm: data?.mzdbjbs_arr[0]?.code?zhenduan:'',
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
cache_key: data.cache_key, cache_key: data.cache_key,
prescription_nos: this.cost_id, prescription_nos: this.cost_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment