Commit e05c5fbc by Carwyn

1. 窗口标题修改为 FreeMudPay; 2.修改查询门店号显示固定问题

parent ca9ee92f
...@@ -161,6 +161,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request) ...@@ -161,6 +161,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
{ {
ShowWidget(ui->Manager); ShowWidget(ui->Manager);
_curr_show_widget = ui->Manager; _curr_show_widget = ui->Manager;
QString storeId = FMTool::GetString(_data.StoreNo, 20);
ui->label_find_title->setText(QString::fromLocal8Bit("门店%1交易流水查询").arg(storeId));
} }
if(reqtype.compare("30") == 0) if(reqtype.compare("30") == 0)
...@@ -210,6 +212,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request) ...@@ -210,6 +212,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
ShowWidget(ui->find); ShowWidget(ui->find);
_curr_show_widget = ui->find; _curr_show_widget = ui->find;
ui->label_find_page->setText("1"); ui->label_find_page->setText("1");
QString storeId = FMTool::GetString(_data.StoreNo, 20);
ui->label_find_title->setText(QString::fromLocal8Bit("门店%1交易流水查询").arg(storeId));
} }
} }
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>HostWidget</string> <string>FreeMudPay</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#HostWidget <string notr="true">#HostWidget
......
Markdown is supported
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