mwn.h

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

H
56
字号
//---------------------------------------------------------------------------
#ifndef mWnH
#define mWnH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSWn  :public TKSMidBase
{
private:
  void __fastcall ValidWnCode();  //工票号
  void __fastcall ValidWnWo();  //工单号
  void __fastcall ValidWnProcess();  //工序
  void __fastcall ValidWnDate();  //工票日期
  void __fastcall ValidWnGoods();  //物料编码
  void __fastcall ValidWnUnit();  //计量单位
  void __fastcall ValidWnPQty();  //计划量
  void __fastcall ValidWnCQty();  //完工量
  void __fastcall ValidWnEQty();  //合格量
  void __fastcall ValidWnWQty();  //废品量
  void __fastcall ValidWnRQty();  //返修量
  void __fastcall ValidWnSQty();  //次品量
  void __fastcall ValidWnPsDate();  //计划开工日期
  void __fastcall ValidWnPeDate();  //计划完工日期
  void __fastcall ValidWnRsDate();  //实际开工日期
  void __fastcall ValidWnReDate();  //实际完工日期
  void __fastcall ValidWnPwt();  //计划工时
  void __fastcall ValidWnFwt();  //实用工时
  void __fastcall ValidWnRwt();  //返修工时
  void __fastcall ValidWnDwt();  //停工工时
  void __fastcall ValidWnWwt();  //废品工时
  void __fastcall ValidWnSwt();  //次品工时
  void __fastcall ValidWnOwt();  //加班工时
  void __fastcall ValidWnLoc();  //在制货位
  void __fastcall ValidWnBatch();  //批号
  void __fastcall ValidWnPer();  //加工费率
  void __fastcall ValidWnPeor();  //加班费率
  void __fastcall ValidWnPrate();  //计件单价
  void __fastcall ValidWnWxFlg();  //外协标识
  void __fastcall ValidWnWxAmt();  //外协费用
  void __fastcall ValidWnChkFlg();  //质检标识
  void __fastcall ValidWnDesc();  //备注
  void __fastcall ValidWnFshFlg();  //完工
  void __fastcall ValidWnFshDate();  //完工日期
  void __fastcall ValidWnSysDate();  //系统日期

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

public:
  __fastcall TKSWn();

};
//---------------------------------------------------------------------------
extern TKSWn *sdWn;
#endif

⌨️ 快捷键说明

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