msaleclassmgr.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 35 行
H
35 行
//---------------------------------------------------------------------------
#ifndef mSaleClassMgrH
#define mSaleClassMgrH
//---------------------------------------------------------------------------
#include "mSmode.h" //销售类型
#include "mClient.h" //客户资料
#include "mSaler.h" //销售员资料
#include "mSsite.h" //客户交货地点
#include "mSsd.h" //客户结算资料
#include "mSgd.h" //客户商品代码管理
#include "mSquote.h" //产品报价单
#include "mSpt.h" //销售价格类型
#include "mStype.h" //客户类型
#include "mSoCr.h" //订单取消原因
#include "mSretRr.h" //销售退回原因
#include "mSrewRr.h" //返修原因
#include "mSexcRr.h" //换货原因
#include "mSsp.h" //业务销售计划
#include "mGsp.h" //物料销售计划
#include "mSoh.h" //销售订单
//#include "mSivoh.h" //销售发票
#include "mSogh.h" //发货单
#include "mSogh_n.h" //发货单
#include "mSrewh.h" //返修单
#include "mSexch.h" //换货单
#include "mSreth.h" //销售退货单
#include "mSzrh.h" //销售折让
//---------------------------------------------------------------------------
extern "C" char* __declspec(dllexport) __stdcall ValidFieldValue(int ClassCode,int Param);
extern "C" char* __declspec(dllexport) __stdcall CommandExecute(int ClassCode,AnsiString Param);
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?