Commit b8d827e1 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程十五脚本提交

parent 339334ea
...@@ -128,9 +128,10 @@ def low_vaule_purchase_plan(token='token',uxid='uxid'): ...@@ -128,9 +128,10 @@ def low_vaule_purchase_plan(token='token',uxid='uxid'):
# # 请求体 # # 请求体
request_body = commonFuc().get_business_data(module, "payload12_1_1", pid, id1, provId, provName, subProvId, request_body = commonFuc().get_business_data(module, "payload12_1_1", pid, id1, provId, provName, subProvId,
subProvName, hosGoodsId, pkgDefId) subProvName, hosGoodsId, pkgDefId)
print('提交采购计划request_body',request_body)
# 发送请求 # 发送请求
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
print('resultbbbbbbbbbbbbbbbbbbbb', result) print('提交采购计划result', result)
# 断言 # 断言
code = commonFuc().analysis_json('code', result) code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result) data = commonFuc().analysis_json('data', result)
......
...@@ -80,6 +80,7 @@ def check_mcms_dept_buy_car(type=1): ...@@ -80,6 +80,7 @@ def check_mcms_dept_buy_car(type=1):
goodsCode, goodsCode,
create_user, create_time, last_modified, last_modified_user) create_user, create_time, last_modified, last_modified_user)
else: else:
# mdm_goods_code="null"
expected_value2 = commonFuc().get_business_data('b6_spd3_core_business_flow_database_check', expected_value2 = commonFuc().get_business_data('b6_spd3_core_business_flow_database_check',
'check_mcms_dept_buy_car3', id, get_hosid(), branch_id, 'check_mcms_dept_buy_car3', id, get_hosid(), branch_id,
deptid3, deptid3,
......
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