mpdrh.h

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

H
49
字号
//---------------------------------------------------------------------------
#ifndef mPdrhH
#define mPdrhH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSPdrh  :public TKSMidBase
{
private:
  void __fastcall ValidPdrhCode();  //工序日报单号
  void __fastcall ValidPdrhFmonth();  //财务月份
  void __fastcall ValidPdrhDate();  //日期
  void __fastcall ValidPdrhDesc();  //备注
  void __fastcall ValidPdrhCheck();  //审核
  void __fastcall ValidPdrhChecker();  //审核人
  void __fastcall ValidPdrhCheckDate();  //审核日期
  void __fastcall ValidPdrhUser();  //操作员
  void __fastcall ValidPdrhSysDate();  //系统日期
  void __fastcall ValidPdrdCode();  //日报单号
  void __fastcall ValidPdrdLine();  //行号
  void __fastcall ValidPdrdWo();  //加工单号
  void __fastcall ValidPdrdProcess();  //工序号
  void __fastcall ValidPdrdGoods();  //加工件
  void __fastcall ValidPdrdCQty();  //本次完工量
  void __fastcall ValidPdrdEQty();  //合格量
  void __fastcall ValidPdrdWQty();  //废品量
  void __fastcall ValidPdrdRQty();  //返修量
  void __fastcall ValidPdrdSQty();  //次品量
  void __fastcall ValidPdrdFwt();  //实用工时
  void __fastcall ValidPdrdRwt();  //返修工时
  void __fastcall ValidPdrdDwt();  //停工工时
  void __fastcall ValidPdrdWwt();  //废品工时
  void __fastcall ValidPdrdSwt();  //次品工时
  void __fastcall ValidPdrdOwt();  //加班工时
  void __fastcall ValidPdrdDesc();  //备注
  void __fastcall ValidPdrdPsr();  //报废原因

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

public:
  __fastcall TKSPdrh();

};
//---------------------------------------------------------------------------
extern TKSPdrh *sdPdrh;
#endif

⌨️ 快捷键说明

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