Commit 1698f20b authored by 任鸿志's avatar 任鸿志

药房药库获取24小时费用

parent 6aa51f30
...@@ -1522,6 +1522,7 @@ export default { ...@@ -1522,6 +1522,7 @@ export default {
getWaiting(e) { getWaiting(e) {
var that = this var that = this
var obj = { var obj = {
date:true,
channel: '3', channel: '3',
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
} }
...@@ -1846,6 +1847,8 @@ export default { ...@@ -1846,6 +1847,8 @@ export default {
this.selectCardYiboInfo() this.selectCardYiboInfo()
//刷新列表 //刷新列表
var obj = { var obj = {
date:true,
channel: '3',
patient_id: this.patientData.patient_id, //this.cardNo, patient_id: this.patientData.patient_id, //this.cardNo,
} }
pdxq(obj) pdxq(obj)
......
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