📄 mpbomh.h
字号:
//---------------------------------------------------------------------------
#ifndef mPbomhH
#define mPbomhH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSPbomh :public TKSMidBase
{
private:
void __fastcall ValidPbomhGoods(); //父件编码
void __fastcall ValidPbomhEdate(); //开始日期
void __fastcall ValidPbomhIdate(); //结束日期
void __fastcall ValidPbomhUnit(); //计量单位
void __fastcall ValidPbomhEoq(); //批量
void __fastcall ValidPbomhRlt(); //提前期
void __fastcall ValidPbomhFpr(); //成品率
void __fastcall ValidPbomhPp(); //计划策略
void __fastcall ValidPbomhOp(); //订货策略
void __fastcall ValidPbomhType(); //类型
void __fastcall ValidPbomhDesc(); //备注
void __fastcall ValidPbomhUser(); //操作员
void __fastcall ValidPbomhSysDate(); //系统日期
void __fastcall ValidPbomhProducter(); //生管员
void __fastcall ValidPbomdGoods(); //子件编码
void __fastcall ValidPbomdPgoods(); //父件编码
void __fastcall ValidPbomdUnit(); //单位
void __fastcall ValidPbomdQty(); //消耗量
void __fastcall ValidPbomdFcp(); //构成百分比
void __fastcall ValidPbomdOptNo(); //选项号
void __fastcall ValidPbomdShl(); //损耗率
void __fastcall ValidPbomdType(); //类型
void __fastcall ValidPbomdSn(); //序号
void __fastcall ValidPbomdPp(); //计划策略
void __fastcall ValidPbomdOp(); //订货策略
void __fastcall ValidPbomdFrom(); //来源
void __fastcall ValidPbomdProcess(); //工序
void __fastcall ValidPbomdOption(); //可选件
void __fastcall ValidPbomdLot(); //偏置时间
void __fastcall ValidPbomdDesc(); //备注
void __fastcall ValidPbomdLlc(); //低层码
protected:
void __fastcall ValidHeadValues();
void __fastcall ValidItemValues();
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSPbomh();
};
//---------------------------------------------------------------------------
extern TKSPbomh *sdPbomh;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -