WmsStockListMgt Class

Header: #include <WmsStockListMgt>
Inherits: TopClassAbs

Public Functions

WmsStockListMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
~WmsStockListMgt()

Public Slots

void addStockinWhere(const QString &iKey, const QString &iWhere)
void addStockoutWhere(const QString &iKey, const QString &iWhere)
void clearWhere()
QVariantList getExportDataList()
QVariantMap getTableHeadItemMap()
QVariantList getViewDataList()
void refresh(bool iResetPageBol = true)
void setTotalStockinCount(const QVariant &iCount)
void setTotalStockoutCount(const QVariant &iCount)
QString stockinCountSql()
QString stockinSql()
QString stockinWhere()
QString stockoutCountSql()
QString stockoutSql()
QString stockoutWhere()
TTableView *tableView()

Additional Inherited Members

Detailed Description

Member Function Documentation

WmsStockListMgt::WmsStockListMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = nullptr)

Default constructs an instance of WmsStockListMgt.

WmsStockListMgt::~WmsStockListMgt()

Destroys the instance of WmsStockListMgt.

[slot] void WmsStockListMgt::addStockinWhere(const QString &iKey, const QString &iWhere)

[slot] void WmsStockListMgt::addStockoutWhere(const QString &iKey, const QString &iWhere)

[slot] void WmsStockListMgt::clearWhere()

[slot] QVariantList WmsStockListMgt::getExportDataList()

[slot] QVariantMap WmsStockListMgt::getTableHeadItemMap()

[slot] QVariantList WmsStockListMgt::getViewDataList()

[slot] void WmsStockListMgt::refresh(bool iResetPageBol = true)

[slot] void WmsStockListMgt::setTotalStockinCount(const QVariant &iCount)

[slot] void WmsStockListMgt::setTotalStockoutCount(const QVariant &iCount)

[slot] QString WmsStockListMgt::stockinCountSql()

[slot] QString WmsStockListMgt::stockinSql()

[slot] QString WmsStockListMgt::stockinWhere()

[slot] QString WmsStockListMgt::stockoutCountSql()

[slot] QString WmsStockListMgt::stockoutSql()

[slot] QString WmsStockListMgt::stockoutWhere()

[slot] TTableView *WmsStockListMgt::tableView()