Commit 19bed11e authored by xiao-hesheng's avatar xiao-hesheng
Browse files

开发在数据库中对部门请领的表增加了字段,create_from,所以需要调整脚本

parent 3c21f9c6
......@@ -903,11 +903,13 @@ def main():
# # 二级科室领用出库
# # 低值拣货执行
pick_execute()
time.sleep(8)
# 检查拣货单
list_data = ['16', '20', '66']
for i in list_data:
check_mcms_pick(int(i))
time.sleep(8)
# 检查出库单
check_mcms_psi_dept(16)
check_mcms_psi_dept(20)
......@@ -915,6 +917,7 @@ def main():
second_dept_one_key_in(5)
second_dept_one_key_in(5)
second_dept_one_key_in(5)
time.sleep(8)
# # 上面暂时注释========================
# 检查入库单
check_mcms_psi_dept_in(16)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment