Commit b1e36d8a authored by 肖 和生's avatar 肖 和生
Browse files

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

parents d60c44bc ef29646b
......@@ -873,10 +873,10 @@ def edit_goods_property():
packetQty = commonFuc().analysis_json('packetQty', data2)
url = commonFuc().get_api_add_port_url() + commonFuc().get_business_data(module,
"basic_mcmsDeptGoodsInfo_updateById")
if purMode == 60: # 低值和试剂
request_body = commonFuc().get_business_data(module, "payload58_10_4", id1, pkgDefId, targetDeptId,
shelfCode, packetQty,
tbStatus)
request_body = commonFuc().get_business_data(module, "payload58_10_4", id1, pkgDefId, targetDeptId,
shelfCode, packetQty,
tbStatus)
print('编辑试剂产品属性request_body', request_body)
result = commonFuc().http_post(url, request_body, headers)
......
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