Commit 4eba6073 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程十四脚本编写

parent 86107cc0
...@@ -331,6 +331,9 @@ def pick_execute(): ...@@ -331,6 +331,9 @@ def pick_execute():
else: else:
udi_code = 'udi_code' udi_code = 'udi_code'
print('udi_code', udi_code) print('udi_code', udi_code)
if udi_code=='pkgCodeSee':
print('没有获取到条码')
return
if billMode == '16': if billMode == '16':
targetAreaCode, sourceId = pickScan2(BH_ID, udi_code, 1,token) # 低值 targetAreaCode, sourceId = pickScan2(BH_ID, udi_code, 1,token) # 低值
elif billMode == '20': elif billMode == '20':
......
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