修改
This commit is contained in:
parent
ab71538770
commit
63e45dbe3f
@ -184,7 +184,7 @@
|
|||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
//耗材包详情方法调用
|
//耗材包详情方法调用
|
||||||
this.getPatientInfo(options.stationId, options.stationItemId, options.stationItemPriceId)
|
this.getPatientInfo(options.stationId, options.stationItemId, options.stationItemPriceId)
|
||||||
that.userinfo();
|
this.userinfo();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//选择时间
|
//选择时间
|
||||||
@ -216,7 +216,6 @@
|
|||||||
//获取耗材包详情
|
//获取耗材包详情
|
||||||
getPatientInfo(stationId, stationItemId, stationItemPriceId) {
|
getPatientInfo(stationId, stationItemId, stationItemPriceId) {
|
||||||
getAppStationItemInfo(stationId, stationItemId, stationItemPriceId).then(res => {
|
getAppStationItemInfo(stationId, stationItemId, stationItemPriceId).then(res => {
|
||||||
console.log(res)
|
|
||||||
res.data.nurseItemContent = ''
|
res.data.nurseItemContent = ''
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
if (res.data.itemConsumableList) {
|
if (res.data.itemConsumableList) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user