mpdmh.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 43 行
H
43 行
//---------------------------------------------------------------------------
#ifndef mPdmhH
#define mPdmhH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSPdmh :public TKSMidBase
{
private:
void __fastcall ValidPdmhCode(); //报废单号
void __fastcall ValidPdmhFMonth(); //月份
void __fastcall ValidPdmhDate(); //日期
void __fastcall ValidPdmhPosType(); //收发存类型
void __fastcall ValidPdmhWo(); //工单号
void __fastcall ValidPdmhDesc(); //备注
void __fastcall ValidPdmhUser(); //操作员
void __fastcall ValidPdmhCheck(); //审核
void __fastcall ValidPdmhChecker(); //审核人
void __fastcall ValidPdmhCheckDate(); //审核日期
void __fastcall ValidPdmhState(); //状态
void __fastcall ValidPdmhSysDate(); //系统日期
void __fastcall ValidPdmdCode(); //报废单号
void __fastcall ValidPdmdLine(); //行号
void __fastcall ValidPdmdProcess(); //工序号
void __fastcall ValidPdmdLoc(); //货位
void __fastcall ValidPdmdGoods(); //物料
void __fastcall ValidPdmdUnit(); //计量单位
void __fastcall ValidPdmdQty(); //数量
void __fastcall ValidPdmdType(); //报废类型
void __fastcall ValidPdmdDesc(); //备注
protected:
void __fastcall ValidHeadValues();
void __fastcall ValidItemValues();
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSPdmh();
};
//---------------------------------------------------------------------------
extern TKSPdmh *sdPdmh;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?