Commit 7ceaa2b7 authored by 肖 和生's avatar 肖 和生
Browse files

Merge remote-tracking branch 'remotes/origin/master' into core_flow

parents d14655b1 4eba6073
...@@ -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