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.
|
|
|
# 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}
|
|
|
|
|
|
|
|
|
|
|
|
申购相关接口
|
|
|
|
http://127.0.0.1:9001/api/shengou
|
|
|
|
/get_list
|
|
|
|
page
|
|
|
|
page_size
|
|
|
|
|
|
|
|
|
|
|
|
/add
|
|
|
|
use_doc 申请描述
|
|
|
|
use_content 申请详情
|
|
|
|
|
|
|
|
/update
|
|
|
|
id 申请单id
|
|
|
|
use_content 申请详情
|
|
|
|
|
|
|
|
/solve
|
|
|
|
id 申请单id
|
|
|
|
result 驳回
|
|
|
|
information 驳回原因
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 下载接口,可参考报表下载接口
|
|
|
|
/dowload
|
|
|
|
id 申请id
|
|
|
|
|
|
|
|
## 更新
|
|
|
|
```bash
|
|
|
|
# 仓库地址
|
|
|
|
http://git.yanei-iot.com:600/tangxuan/yy_rms_39zhiyao_duizhao.git
|
|
|
|
|
|
|
|
# 提交
|
|
|
|
git push origin 39zhiyao:duizhaopin
|
|
|
|
|
|
|
|
# 拉取
|
|
|
|
git pull origin duizhaopin
|
|
|
|
```
|
|
|
|
|