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

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

# Conflicts:
#	air_case/b5_spd3_core_business_flow/a_a2_流程二供货关系申请提交审批.air/a_a2_流程二供货关系申请提交审批.py
parent 814cd225
......@@ -327,7 +327,12 @@ def out_return_gt():
request_body = commonFuc().get_business_data(module, "payload38", DR_Id, deptid1)
print('跟台退货出库确认——中心库', 'request_body', request_body)
result = commonFuc().http_post(url, request_body, headers)
print('跟台退货出库确认——中心库==,result', result)
code = commonFuc().analysis_json('code', result)
if code == 1400001:
commonFuc().check_text_exist_result_text('error', 'succees')
else:
print('跟台退货出库确认——中心库==,result', result)
def dept2_set():
......
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