mpurchaseclassmgr.h

来自「科思ERP部分源码及控件」· C头文件 代码 · 共 34 行

H
34
字号
//---------------------------------------------------------------------------

#ifndef mPurchaseClassMgrH
#define mPurchaseClassMgrH

//---------------------------------------------------------------------------
#include "mPtype.h"  //供应商类型
#include "mPmode.h"  //采购方式
#include "mBuyer.h"  //采购员资料
#include "mSupply.h"  //供应商资料
#include "mPsite.h"  //供应商交货地点
#include "mPsd.h"  //供应商结算方式
#include "mPgd.h"  //供应商物品资料
#include "mPquote.h"  //供应商货物报价单
#include "mRpoCr.h"  //请购单取消原因
#include "mCredit.h"  //信誉等级
#include "mPretRr.h"  //采购退货原因
#include "mRpoh.h"  //请购单
#include "mPoh.h"  //采购单
#include "mPbeh.h"  //采购费用分摊
#include "mUlh.h"  //供应商催货函
#include "mPrech_P_I.h"  //采购收货单(按订单)
#include "mZth.h"  //货物在途登记
#include "mPrech_N_I.h"  //采购收货(非计划)
#include "mPreth.h"  //采购退货
#include "mPivoh.h"  //采购发票
#include "mBplan.h"  //采购计划
#include "mPeriod.h"  //采购计划周期
//---------------------------------------------------------------------------
extern "C" char* __declspec(dllexport) __stdcall ValidFieldValue(int ClassCode,int Param);
extern "C" char* __declspec(dllexport) __stdcall CommandExecute(int ClassCode,int Param);
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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