药品订单取消、创建药品订单

This commit is contained in:
2024-04-18 17:19:40 +08:00
parent 95cf4e47d5
commit 98cc84a75d
3 changed files with 235 additions and 99 deletions
+1
View File
@@ -24,6 +24,7 @@ class PatientOrderRequest extends FormRequest
"order_no"// 订单编号
],
'addPatientOrderPay' => [ // 模拟支付成功-金额为0时使用
"order_type", // 订单类型(1:问诊订单 2:药品订单 3:检测订单 4:随访包订单 5:健康包订单)
"order_no"// 订单编号
],
'addPatientProductOrder' => [ // 创建药品订单