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

优化脚本

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