mpbomh.h

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

H
53
字号
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?