Skip to content

Commit

Permalink
fix: 启用仓库费用计算实例
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Dec 2, 2024
1 parent e88ae76 commit 66a963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self):
# 创建一个处理询价的实例
self.combo_box_handler = work_inquiry(self)
# 创建一个处理仓库费用计算的实例
#self.combo_box_handler1 = warehouse_price(self)
self.combo_box_handler1 = warehouse_price(self)
# 创建一个处理账单统计的实例
self.combo_box_handler2 = BillCalculate(self)
# 创建一个处理nomination列表发送的实例
Expand Down

0 comments on commit 66a963a

Please sign in to comment.