|
@ -64,15 +64,15 @@ public class PrescriptionLog extends IdEntity {
|
|
changeing("调整中", 2),
|
|
changeing("调整中", 2),
|
|
change_success("调整成功",3),
|
|
change_success("调整成功",3),
|
|
change_error("调整失败",4),
|
|
change_error("调整失败",4),
|
|
Pharmacist_examination_error("药师审核失败",5),
|
|
|
|
add_error("开方失败",6),
|
|
|
|
reviewed_success(" 医生审核(CA)通过", 10),
|
|
reviewed_success(" 医生审核(CA)通过", 10),
|
|
|
|
|
|
//药师审核中
|
|
//药师审核中
|
|
Pharmacist_examination("药师审核中",20),
|
|
Pharmacist_examination("药师审核中",20),
|
|
|
|
Pharmacist_examination_error("药师审核失败",21),
|
|
|
|
|
|
//开方中/药师审核成功
|
|
//开方中/药师审核成功
|
|
adding("开方中/药师审核成功",30),
|
|
adding("开方中/药师审核成功",30),
|
|
|
|
add_error("开方失败",31),
|
|
|
|
|
|
//待支付
|
|
//待支付
|
|
wait_pay("开方完成/待支付", 40),
|
|
wait_pay("开方完成/待支付", 40),
|