Skip to content

Commit

Permalink
更新主题标签。以避免误会
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Feb 22, 2023
1 parent e5f8219 commit 16bd52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/inquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def send_email(self):
# 获取询价编号
inquiry_number = self.main_window.inquiry_number.text()
# 设计邮件主题
subject = f"{clause} == {inquiry_number}"
subject = f"Inquiry {clause} price == {inquiry_number}"
# 从listview中获取选中代理信息
selected_indexes = self.main_window.daili_list.selectedIndexes()
# 获取模板
Expand Down

0 comments on commit 16bd52a

Please sign in to comment.