fix: 智聪健康管理,功能优化。

This commit is contained in:
tianyongbao
2025-04-14 13:21:08 +08:00
parent 227b79a983
commit 8fdd5a4378
4 changed files with 15 additions and 2 deletions

View File

@@ -109,7 +109,11 @@
<text class="row-value">{{ item.totalCost +' 元'}}</text>
</view>
<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>
</view>

View File

@@ -219,6 +219,9 @@ function getData() {
})
})
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
getDicts('mar_place').then(result => {
placeList.value =[result.data]

View File

@@ -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{
listPerson(queryPersonParams.value).then((response) => {

View File

@@ -141,6 +141,9 @@ function getData() {
}
})
form.value = res.data
if(flag.value!=null){
form.value.measureTime = dayjs(new Date().getTime()).format("YYYY-MM-DD HH:mm:ss")
}
})
}else{
listPerson(queryPersonParams.value).then((response) => {