fix: 智聪健康管理,功能优化。
This commit is contained in:
@@ -109,7 +109,11 @@
|
|||||||
<text class="row-value">{{ item.totalCost +' 元'}}</text>
|
<text class="row-value">{{ item.totalCost +' 元'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">诊断及开药:</text>
|
<text class="row-label">诊断结果:</text>
|
||||||
|
<text class="row-value">{{ item.diagnosis }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="item-row">
|
||||||
|
<text class="row-label">处理及医嘱:</text>
|
||||||
<text class="row-value">{{ item.prescribe }}</text>
|
<text class="row-value">{{ item.prescribe }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
@@ -219,6 +219,9 @@ function getData() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
form.value = res.data
|
form.value = res.data
|
||||||
|
if(flag.value!=null){
|
||||||
|
form.value.dosingTime = dayjs(new Date().getTime()).format("YYYY-MM-DD HH:mm:ss")
|
||||||
|
}
|
||||||
form.value.medicalName=form.value.name
|
form.value.medicalName=form.value.name
|
||||||
getDicts('mar_place').then(result => {
|
getDicts('mar_place').then(result => {
|
||||||
placeList.value =[result.data]
|
placeList.value =[result.data]
|
||||||
|
|||||||
@@ -135,7 +135,10 @@ function getData() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
form.value = res.data
|
form.value = res.data
|
||||||
|
if(flag.value!=null){
|
||||||
|
form.value.recordingTime = dayjs(new Date().getTime()).format("YYYY-MM-DD HH:mm:ss")
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
listPerson(queryPersonParams.value).then((response) => {
|
listPerson(queryPersonParams.value).then((response) => {
|
||||||
|
|||||||
@@ -141,6 +141,9 @@ function getData() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
form.value = res.data
|
form.value = res.data
|
||||||
|
if(flag.value!=null){
|
||||||
|
form.value.measureTime = dayjs(new Date().getTime()).format("YYYY-MM-DD HH:mm:ss")
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
listPerson(queryPersonParams.value).then((response) => {
|
listPerson(queryPersonParams.value).then((response) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user