Commit 405ab713 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 8e1c9205
......@@ -174,11 +174,14 @@ def supply_and_marketing_apply2():
e_corpId=corpId
e_username=username
return e_corpId,h_corpId,e_username,h_name
h_login()#医院登录
e_login(1)#企业登录
#供应关系申请-客户类型医院
FileUtils().w_info1(supply_and_marketing_apply(), module, '供货关系申请')
submitSupplyRelation_pass()
#供应关系申请-客户类型厂商
FileUtils().w_info1(supply_and_marketing_apply2(), module, '供货关系申请2')
submitSupplyRelation_pass()
\ No newline at end of file
try:
h_login()#医院登录
e_login(1)#企业登录
#供应关系申请-客户类型医院
FileUtils().w_info1(supply_and_marketing_apply(), module, '供货关系申请')
submitSupplyRelation_pass()
#供应关系申请-客户类型厂商
FileUtils().w_info1(supply_and_marketing_apply2(), module, '供货关系申请2')
submitSupplyRelation_pass()
except:
print('a_a2_流程二供货关系申请提交审批,出现异常,请检查')
\ No newline at end of file
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