📄 mpieceh.h
字号:
//---------------------------------------------------------------------------
#ifndef mPiecehH
#define mPiecehH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSPieceh :public TKSMidBase
{
private:
void __fastcall ValidPiecehCode(); //计件单号
void __fastcall ValidPiecehDate(); //计件日期
void __fastcall ValidPiecehFmonth(); //财务月份
void __fastcall ValidPiecehShop(); //车间
void __fastcall ValidPiecehTeam(); //班组
void __fastcall ValidPiecehState(); //状态
void __fastcall ValidPiecehUser(); //操作员
void __fastcall ValidPiecehCheck(); //审核
void __fastcall ValidPiecehChecker(); //审核人
void __fastcall ValidPiecehCheckDate(); //审核日期
void __fastcall ValidPiecehSysDate(); //系统日期
void __fastcall ValidPiecehDesc(); //备注
void __fastcall ValidPiecedCode(); //计件单号
void __fastcall ValidPiecedEmployee(); //员工编号
void __fastcall ValidPiecedLine(); //行号
void __fastcall ValidPiecedWo(); //工单号
void __fastcall ValidPiecedProcess(); //工序编码
void __fastcall ValidPiecedQty(); //数量
void __fastcall ValidPiecedPrice(); //单价
void __fastcall ValidPiecedQty1(); //数量1
void __fastcall ValidPiecedPrice1(); //价格1
void __fastcall ValidPiecedQty2(); //数量2
void __fastcall ValidPiecedPrice2(); //价格2
void __fastcall ValidPiecedQty3(); //数量3
void __fastcall ValidPiecedPrice3(); //价格3
void __fastcall ValidPiecedQty4(); //数量4
void __fastcall ValidPiecedPrice4(); //价格4
void __fastcall ValidPiecedQty5(); //数量5
void __fastcall ValidPiecedPrice5(); //价格5
void __fastcall ValidPiecedQty6(); //数量6
void __fastcall ValidPiecedPrice6(); //价格6
void __fastcall ValidPiecedQty7(); //数量7
void __fastcall ValidPiecedPrice7(); //价格7
void __fastcall ValidPiecedQty8(); //数量8
void __fastcall ValidPiecedPrice8(); //价格8
void __fastcall ValidPiecedQty9(); //数量9
void __fastcall ValidPiecedPrice9(); //价格9
void __fastcall ValidPiecedQty10(); //数量10
void __fastcall ValidPiecedPrice10(); //价格10
void __fastcall ValidPiecedDType(); //分配方式
void __fastcall ValidPiecedDesc(); //备注
protected:
void __fastcall ValidHeadValues();
void __fastcall ValidItemValues();
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSPieceh();
};
//---------------------------------------------------------------------------
extern TKSPieceh *sdPieceh;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -