if(!((CRepairServiceApp*)AfxGetApp())->g_pDb->Execute(sqlcommand))
{
AfxMessageBox("工单结算失败");
return;
}
UpdateData(FALSE);
AfxMessageBox("工单结算完毕");
4.5 工单管理模块
对工单的增删查改,代码基本同上。
4.6 结算工单查看模块
在用户选择查询类型后,点查询按钮,触发查询函数,代码如下:
UpdateData();
m_list.DeleteAllItems();
CString sqlcommand;
if(m_type==-1)/*无*/
{
AfxMessageBox("请选择查询类型");
return;
}
if(m_type==0)/*电话*/
{
if(m_username =="")
{
AfxMessageBox("输入名称不允许为空");
return;
} sqlcommand="select
|