Commit b90a620e by 赵增煜

驳回把处方单状态置为待录入

parent 1b8f9bb0
......@@ -416,6 +416,7 @@ public function reject(Request $request)
if (empty($reject_reason)) {
return $this->failed('请输入驳回原因');
}
$prescription->status = PrescriptionModel::PRESCRIPTION_STATUS_ENTERED;
$prescription->reject_status = PrescriptionModel::REJECT_STSATUS_TRUE;
$prescription->reject_reason = $reject_reason;
if ($prescription->save()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment