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
4d0445e2
Commit
4d0445e2
authored
Jul 08, 2024
by
xiao-hesheng
Browse files
脚本优化
parent
6ee2eca9
Changes
4
Hide whitespace changes
Inline
Side-by-side
air_case/b5_spd3_core_business_flow/a_b2流程九请领业务流_二级库向中心库.air/a_b2流程九请领业务流_二级库向中心库.py
View file @
4d0445e2
...
@@ -407,7 +407,10 @@ def main():
...
@@ -407,7 +407,10 @@ def main():
second_dept_Request
(
FileUtils
().
r_info8
(
"b5_spd3_core_business_flow"
,
"产品审核信息"
,
'message3'
)[
'hosGoodsId'
],
3
)
second_dept_Request
(
FileUtils
().
r_info8
(
"b5_spd3_core_business_flow"
,
"产品审核信息"
,
'message3'
)[
'hosGoodsId'
],
3
)
BuyCarSubmit
()
# 请领车提交
BuyCarSubmit
()
# 请领车提交
for
i
in
range
(
6
):
# 三个单据共审批6次
"""
这里的审批跟审批流的设置有关
"""
for
i
in
range
(
3
):
# 三个单据共审批6次
approval_center
()
approval_center
()
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
1
))
#设置登录账号默认权限是中心库
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
1
))
#设置登录账号默认权限是中心库
#获取拣货单列表个数
#获取拣货单列表个数
...
...
data/b5_spd3_core_business_flow/message21
View file @
4d0445e2
...
@@ -34,14 +34,14 @@
...
@@ -34,14 +34,14 @@
targetStockName
:
东土城路院区IjnkG中心库房
targetStockName
:
东土城路院区IjnkG中心库房
purchaseFlag
:
1
purchaseFlag
:
1
tempFlag
:
0
tempFlag
:
0
grantWay
:
3
grantWay
:
1
deptGoodsStatus
:
deptGoodsStatus
:
codingType
:
0
codingType
:
0
purModeText
:
检验试剂
purModeText
:
检验试剂
goodsGeneralName
:
检测试剂
goodsGeneralName
:
检测试剂
provName
:
国药集团公司^n1@F
provName
:
国药集团公司^n1@F
noRecPkgQty
:
3
.0
noRecPkgQty
:
4
.0
noRecQty
:
3
00.0
noRecQty
:
4
00.0
autoUnpack
:
0
autoUnpack
:
0
consumeQty
:
consumeQty
:
consumePkgQty
:
consumePkgQty
:
...
...
data/b5_spd3_core_business_flow/message22
View file @
4d0445e2
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
list_a
:
list_a
:
-
&id001
-
&id001
-
id
:
84695465c4144015943479b370abbed2
-
id
:
84695465c4144015943479b370abbed2
lastModified
:
'2024-07-08 08:
21:02
'
lastModified
:
'2024-07-08 08:
36:15
'
version
:
2
version
:
3
createTime
:
'2024-07-08 05:03:31'
createTime
:
'2024-07-08 05:03:31'
createUser
:
h0347_UID-051402
createUser
:
h0347_UID-051402
lastModifiedUser
:
h0347_UID-051402
lastModifiedUser
:
h0347_UID-051402
...
...
main1/main_text.py
View file @
4d0445e2
...
@@ -29,7 +29,7 @@ def main_text():
...
@@ -29,7 +29,7 @@ def main_text():
window_width
=
root
.
winfo_screenwidth
()
window_width
=
root
.
winfo_screenwidth
()
window_height
=
root
.
winfo_screenheight
()
window_height
=
root
.
winfo_screenheight
()
# 设置窗口大小
# 设置窗口大小
root
.
geometry
(
'
395x28
0'
)
root
.
geometry
(
'
800x56
0'
)
# 刷新窗口参数
# 刷新窗口参数
root
.
update
()
root
.
update
()
# 计算窗口居中时左上角的坐标
# 计算窗口居中时左上角的坐标
...
@@ -172,24 +172,24 @@ def main_text():
...
@@ -172,24 +172,24 @@ def main_text():
return
result
return
result
# 文本显示的位置。
# 文本显示的位置。
Button
(
root
,
text
=
'流程一'
,
width
=
8
,
height
=
4
,
command
=
flow1
).
grid
(
row
=
2
,
column
=
0
)
Button
(
root
,
text
=
'流程一
\n
外网企业注册审批
'
,
width
=
16
,
height
=
8
,
command
=
flow1
).
grid
(
row
=
2
,
column
=
0
)
Button
(
root
,
text
=
'流程二'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow2
).
grid
(
row
=
2
,
column
=
2
)
Button
(
root
,
text
=
'流程二
\n
供货关系申请审批
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow2
).
grid
(
row
=
2
,
column
=
2
)
Button
(
root
,
text
=
'流程三'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow3
).
grid
(
row
=
2
,
column
=
4
)
Button
(
root
,
text
=
'流程三
\n
流程三_产品导
\n
入和审批
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow3
).
grid
(
row
=
2
,
column
=
4
)
Button
(
root
,
text
=
'流程
四
'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow4
).
grid
(
row
=
2
,
column
=
6
)
Button
(
root
,
text
=
'流程
\n
内网基础模块设置
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow4
).
grid
(
row
=
2
,
column
=
6
)
Button
(
root
,
text
=
'流程五'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow5
).
grid
(
row
=
2
,
column
=
8
)
Button
(
root
,
text
=
'流程五
\n
中心库入库正结算
\n
开票
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow5
).
grid
(
row
=
2
,
column
=
8
)
Button
(
root
,
text
=
'流程六'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow6
).
grid
(
row
=
2
,
column
=
10
)
Button
(
root
,
text
=
'流程六
\n
中心库入库负结算
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow6
).
grid
(
row
=
2
,
column
=
10
)
Button
(
root
,
text
=
'流程七'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow7
).
grid
(
row
=
3
,
column
=
0
)
Button
(
root
,
text
=
'流程七
\n
中心库入库正负结算
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow7
).
grid
(
row
=
3
,
column
=
0
)
Button
(
root
,
text
=
'流程八'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow8
).
grid
(
row
=
3
,
column
=
2
)
Button
(
root
,
text
=
'流程八
\n
高值跟台业务
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow8
).
grid
(
row
=
3
,
column
=
2
)
Button
(
root
,
text
=
'流程九'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow9
).
grid
(
row
=
3
,
column
=
4
)
Button
(
root
,
text
=
'流程九
\n
请领业务二级库向
\n
中心库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow9
).
grid
(
row
=
3
,
column
=
4
)
Button
(
root
,
text
=
'流程十'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow10
).
grid
(
row
=
3
,
column
=
6
)
Button
(
root
,
text
=
'流程十
\n
请领业务流_二级库
\n
向边仓
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow10
).
grid
(
row
=
3
,
column
=
6
)
Button
(
root
,
text
=
'流程十一'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow11
).
grid
(
row
=
3
,
column
=
8
)
Button
(
root
,
text
=
'流程十一
\n
请领业务流_二级库
\n
向直送
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow11
).
grid
(
row
=
3
,
column
=
8
)
Button
(
root
,
text
=
'流程十二'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow12
).
grid
(
row
=
3
,
column
=
10
)
Button
(
root
,
text
=
'流程十二
\n
请领业务流_二级库
\n
向二级库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow12
).
grid
(
row
=
3
,
column
=
10
)
Button
(
root
,
text
=
'流程十三'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow13
).
grid
(
row
=
4
,
column
=
0
)
Button
(
root
,
text
=
'流程十三
\n\n
请领业务流_三级库
\n
向二级库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow13
).
grid
(
row
=
4
,
column
=
0
)
Button
(
root
,
text
=
'流程十四'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow14
).
grid
(
row
=
4
,
column
=
2
)
Button
(
root
,
text
=
'流程十四
\n
退库业务消耗退库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow14
).
grid
(
row
=
4
,
column
=
2
)
Button
(
root
,
text
=
'流程十五'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow15
).
grid
(
row
=
4
,
column
=
4
)
Button
(
root
,
text
=
'流程十五
\n
退库业务三级库向
\n
二级库退库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow15
).
grid
(
row
=
4
,
column
=
4
)
Button
(
root
,
text
=
'流程十六'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow16
).
grid
(
row
=
4
,
column
=
6
)
Button
(
root
,
text
=
'流程十六
\n
退库业务_二级库向
\n
一级库退库
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow16
).
grid
(
row
=
4
,
column
=
6
)
Button
(
root
,
text
=
'流程十七'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow17
).
grid
(
row
=
4
,
column
=
8
)
Button
(
root
,
text
=
'流程十七
\n
退库业务_中心库退
\n
供应商
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow17
).
grid
(
row
=
4
,
column
=
8
)
Button
(
root
,
text
=
'流程十八'
,
anchor
=
'center'
,
width
=
8
,
height
=
4
,
command
=
flow18
).
grid
(
row
=
4
,
column
=
10
)
Button
(
root
,
text
=
'流程十八
\n
中心库业务_拆包功能
'
,
anchor
=
'center'
,
width
=
16
,
height
=
8
,
command
=
flow18
).
grid
(
row
=
4
,
column
=
10
)
Button
(
root
,
text
=
'一键执行'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
flow0
).
grid
(
row
=
5
,
column
=
2
)
Button
(
root
,
text
=
'一键执行'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
flow0
).
grid
(
row
=
5
,
column
=
2
)
Button
(
root
,
text
=
'删除垃圾数据'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
del_data
).
grid
(
row
=
5
,
column
=
4
)
Button
(
root
,
text
=
'删除垃圾数据'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
del_data
).
grid
(
row
=
5
,
column
=
4
)
Button
(
root
,
text
=
'退 出'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
exit
).
grid
(
row
=
5
,
column
=
8
)
Button
(
root
,
text
=
'退 出'
,
anchor
=
'center'
,
width
=
8
,
height
=
2
,
command
=
exit
).
grid
(
row
=
5
,
column
=
8
)
...
...
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