📄 mpdmh.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -