mecoh.h

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

H
51
字号
//---------------------------------------------------------------------------
#ifndef mEcohH
#define mEcohH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSEcoh  :public TKSMidBase
{
private:
  void __fastcall ValidEcohCode();  //更改单号
  void __fastcall ValidEcohFileNo();  //文件号
  void __fastcall ValidEcohDate();  //日期
  void __fastcall ValidEcohEdate();  //启用日期
  void __fastcall ValidEcohIdate();  //失效日期
  void __fastcall ValidEcohGoods();  //物品编码
  void __fastcall ValidEcohDesc();  //备注
  void __fastcall ValidEcohUser();  //操作员
  void __fastcall ValidEcohCheck();  //审核
  void __fastcall ValidEcohChecker();  //审核人
  void __fastcall ValidEcohCheckDate();  //审核日期
  void __fastcall ValidEcohSysDate();  //系统日期
  void __fastcall ValidEcohVer();  //版本号
  void __fastcall ValidEcodLine();  //行号
  void __fastcall ValidEcodCode();  //更改单号
  void __fastcall ValidEcodBgoods();  //更改前物料编码
  void __fastcall ValidEcodAgoods();  //更改后物料编码
  void __fastcall ValidEcodUnit();  //计量单位
  void __fastcall ValidEcodQty();  //定额
  void __fastcall ValidEcodShl();  //损耗率
  void __fastcall ValidEcodType();  //类型
  void __fastcall ValidEcodPp();  //计划策略
  void __fastcall ValidEcodFrom();  //来源
  void __fastcall ValidEcodOp();  //订货来源
  void __fastcall ValidEcodProcess();  //工序
  void __fastcall ValidEcodCfg();  //配置类型
  void __fastcall ValidEcodLot();  //偏置时间
  void __fastcall ValidEcodDesc();  //备注
  void __fastcall ValidEcodReason();  //更改原因

protected:
  void __fastcall ValidHeadValues();
  void __fastcall ValidItemValues();
  void __fastcall CmdExec(AnsiString Param);

public:
  __fastcall TKSEcoh();

};
//---------------------------------------------------------------------------
extern TKSEcoh *sdEcoh;
#endif

⌨️ 快捷键说明

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