You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
780 B
27 lines
780 B
# RMS后台管理系统4.0
|
|
|
|
# # 待入库接口
|
|
|
|
/api/drug/stay_putin_return_list
|
|
client_id
|
|
page
|
|
page_size
|
|
status
|
|
根据status判断是待入库还是待归还接口
|
|
返回类型{"data":{"data_list":[{试剂表内所有字段}], total_count:总数}, "status":0}}
|
|
|
|
# # 待领用接口
|
|
|
|
/api/temporary_auth/get_stay_use_list
|
|
client_id
|
|
返回类型{"data":[
|
|
{'name': '氨水', 'num': '2', 'client_id':'1c39cb24-07f8-11ed-abd4-f47b094925e1', 'purity': '25~28%', 'speci': '500', 'stay_use_num':1},
|
|
{'name': '硫酸', 'num': '2', 'client_id': '1c39cb24-07f8-11ed-abd4-f47b094925e1', 'purity': '26~29%', 'speci': '500','stay_use_num':1}] "status":0}}
|
|
|
|
# # 修改试剂状态
|
|
|
|
/api/drug/update_drug_status
|
|
bar_code
|
|
status
|
|
返回类型{"data":"", "msg":"修改成功", "status":0}
|