Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
f80802ea
Commit
f80802ea
authored
Oct 19, 2023
by
xiao-hesheng
Browse files
优化脚本
parent
0952221c
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/a2_herp3_bs/b9_科室管理_科室登记_科室查询.air/b9_科室管理_科室登记_科室查询.py
View file @
f80802ea
...
...
@@ -30,10 +30,10 @@ def dept_query_byID():
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\a2_herp3_bs\\a4_院区新增.air'
)
using
(
pro_path
+
r
'\\air_case\\a2_herp3_bs\\a4_院区新增.air'
)
from
a4_院区新增
import
branch_add
id2
,
name
=
branch_add
()
info
=
(
id2
,
name
)
FileUtils
().
w_info2
(
info
,
module
,
'院区新增'
)
from
a4_院区新增
import
branch_add
#导入即调用了脚本新增了院区下面再调用一次会有重复数据
#
id2, name = branch_add()
#
info = (id2, name)
#
FileUtils().w_info2(info, module, '院区新增')
#内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# print('医院名称',username)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment