Commit b23a661a by xiaoqing.gu

新订单界面优化

parent f3cf8eae
...@@ -64,6 +64,16 @@ private slots: ...@@ -64,6 +64,16 @@ private slots:
* 返回:NULL * 返回:NULL
* */ * */
void onOperaBtnClicked(); void onOperaBtnClicked();
/* 功能:处理重新打印按钮点击
* 参数:NULL
* 返回:NULL
* */
void on_detailBtn1_clicked();
/* 功能:处理补录按钮点击
* 参数:NULL
* 返回:NULL
* */
void on_detailBtn0_clicked();
/* 功能:获取订单操作和操作名称 /* 功能:获取订单操作和操作名称
* 参数:[1]订单[2]操作名称[3]按钮名称 * 参数:[1]订单[2]操作名称[3]按钮名称
...@@ -76,7 +86,6 @@ private slots: ...@@ -76,7 +86,6 @@ private slots:
* */ * */
bool getOtherOrderOptAndName(OrderObject *order, QString &optname, QString &name); bool getOtherOrderOptAndName(OrderObject *order, QString &optname, QString &name);
void on_printBtn_clicked();
}; };
#endif // NEWDETAILFORM_H #endif // NEWDETAILFORM_H
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