Commit 2fcc6dc5 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程十一脚本编写

parent bc1e21f6
...@@ -307,6 +307,8 @@ def pick_execute(GoodsId,type=1): ...@@ -307,6 +307,8 @@ def pick_execute(GoodsId,type=1):
udi_code = get_udi1(2) # 获取条码 低值1 高值2 试剂3 udi_code = get_udi1(2) # 获取条码 低值1 高值2 试剂3
elif type==3: elif type==3:
udi_code = get_udi1(3) # 获取条码 低值1 高值2 试剂3 udi_code = get_udi1(3) # 获取条码 低值1 高值2 试剂3
else:
udi_code='udi_code'
print('udi_code',udi_code) print('udi_code',udi_code)
pickScan(PICK_ID,udi_code,type) pickScan(PICK_ID,udi_code,type)
#提交拣货执行单 #提交拣货执行单
......
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