mbomh.h

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------
#ifndef mBomhH
#define mBomhH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSBomh  :public TKSMidBase
{
private:
  void __fastcall ValidBomhGoods();  //父件编码
  void __fastcall ValidBomhUnit();  //计量单位
  void __fastcall ValidBomhEoq();  //批量
  void __fastcall ValidBomhRlt();  //运行提前期
  void __fastcall ValidBomhDesc();  //描述
  void __fastcall ValidBomhUser();  //操作员
  void __fastcall ValidBomhOp();  //订货策略
  void __fastcall ValidBomhPp();  //计划策略
  void __fastcall ValidBomhFpr();  //成品率
  void __fastcall ValidBomhType();  //类型
  void __fastcall ValidBomhEdate();  //生效日期
  void __fastcall ValidBomhIdate();  //失效日期
  void __fastcall ValidBomhSysDate();  //系统日期
  void __fastcall ValidBomhProducter();  //生管员
  void __fastcall ValidBomdGoods();  //子件编码
  void __fastcall ValidBomdPgoods();  //父件编码
  void __fastcall ValidBomdSn();  //序号
  void __fastcall ValidBomdUnit();  //计量单位
  void __fastcall ValidBomdQty();  //消耗定额
  void __fastcall ValidBomdShl();  //损耗率
  void __fastcall ValidBomdType();  //子件类型
  void __fastcall ValidBomdPp();  //计划策略
  void __fastcall ValidBomdFrom();  //来源
  void __fastcall ValidBomdOp();  //订货策略
  void __fastcall ValidBomdProcess();  //工序号
  void __fastcall ValidBomdCfg();  //配置类型
  void __fastcall ValidBomdRepFlg();  //是否被替代
  void __fastcall ValidBomdEco();  //更改单号
  void __fastcall ValidBomdDesc();  //备注
  void __fastcall ValidBomdLot();  //偏置时间
  void __fastcall ValidBomdLlc();  //低层码
  void __fastcall VerifyBom(AnsiString GoodsCode,TStringList *GoodsList);


protected:
  void __fastcall ValidHeadValues();
  void __fastcall ValidItemValues();
public:

  void __fastcall CmdExec(AnsiString Param);

public:
  __fastcall TKSBomh();

};
//---------------------------------------------------------------------------
extern TKSBomh *sdBomh;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?