医嘱保存成功

This commit is contained in:
2025-11-20 16:29:14 +08:00
parent ea0f0e2294
commit 6da3b63012
3 changed files with 56 additions and 78 deletions

View File

@@ -487,17 +487,21 @@ const { method_code, unit_code, rate_code, method_of_decocting_medicine,hjerbal_
const adviceTypeList = ref([
{
label: '西药中成药',
label: '西药',
value: 1,
},
{
label: '耗材',
label: '中成药',
value: 2,
},
{
label: '诊疗',
label: '耗材',
value: 3,
},
{
label: '诊疗',
value: 4,
},
{
label: '全部',
value: '',