Commit b6cd33d8 by shangshang.dai

11111

parent 992185a3
......@@ -71,7 +71,7 @@ QString FmPrinter::_GetPrintData(OrderObject *pData)
price = QString("%1 x%2 %3").arg(_Penny2Dollar(pObj->price)).arg(pObj->productAmount)
.arg(_Penny2Dollar(pObj->price*pObj->productAmount));
str_comd_list.append(QString(name+"$"+price+"$"));
str_comd_list.append(QString(name+"#"+price+"#"));
}
index++;
if(index!=count)
......
......@@ -55,7 +55,7 @@ void ConfigManger::SetPrinterName(const QString &printer)
m_fmps->setValue("Printer/PaperWidth", 58);
m_fmps->setValue("Printer/type", 4);
m_fmps->setValue("Printer/printType", 2);
m_fmps->setValue("Printer/printType", 4);
}
void ConfigManger::SetPrinterFEC()
......
......@@ -102,7 +102,7 @@ void MainForm::_Init()
// 初始化文字
ui->mainLabStoreid->setText(UI_STOREID);
ui->mainLabVersion->setText("1.170301.01");
ui->mainLabVersion->setText("1.0.3");
ui->mainLabCashier->setText(UI_CASHIER);
// 初始化表
......
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