创建问诊订单,新增家庭成员数据填入问诊病例中。修改问诊病例数据的获取方式,去除家庭成员数据

This commit is contained in:
2023-12-06 10:53:35 +08:00
parent 74a72c1cf6
commit 80984617c9
3 changed files with 187 additions and 95 deletions
-2
View File
@@ -20,8 +20,6 @@ class InquiryRequest extends FormRequest
'is_allergy_history',// 过敏史
'is_family_history', // 家族病史
'is_pregnant',// 备孕、妊娠、哺乳期
'height',
'weight',
'inquiry_type', // 订单类型(1:专家问诊 2:快速问诊 3:公益问诊 4:问诊购药)
'inquiry_mode', // 订单问诊方式(1:图文 2:视频 3:语音 4:电话 5:会员)
'client_type', // 客户端类型(1:手机 2:电脑)