⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msogh.h

📁 科思ERP部分源码及控件
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef mSoghH
#define mSoghH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSSogh  :public TKSMidBase
{
private:
  void __fastcall ValidSoghCode();  //发货单号
  void __fastcall ValidSoghDate();  //发货单日期
  void __fastcall ValidSoghFmonth();  //财务月份
  void __fastcall ValidSoghPosType();  //收发类型
  void __fastcall ValidSoghType();  //发货单类型
  void __fastcall ValidSoghClient();  //客户编号
  void __fastcall ValidSoghCurrency();  //币种
  void __fastcall ValidSoghEnrate();  //汇率
  void __fastcall ValidSoghTaxCode();  //税名
  void __fastcall ValidSoghSettleMode();  //结算方式
  void __fastcall ValidSoghSsite();  //交货地址
  void __fastcall ValidSoghDeliver();  //交货方式
  void __fastcall ValidSoghTransMode();  //运输方式
  void __fastcall ValidSoghTransCode();  //货运单号
  void __fastcall ValidSoghSaler();  //业务员
  void __fastcall ValidSoghUser();  //制单人
  void __fastcall ValidSoghDesc();  //备注
  void __fastcall ValidSoghCheck();  //审核
  void __fastcall ValidSoghChecker();  //审核人
  void __fastcall ValidSoghCheckDate();  //审核日期
  void __fastcall ValidSoghClose();  //结清
  void __fastcall ValidSoghCancel();  //取消
  void __fastcall ValidSoghCancelDate();  //取消日期
  void __fastcall ValidSoghCr();  //取消原因
  void __fastcall ValidSogdLine();  //行号
  void __fastcall ValidSogdCode();  //发货单号
  void __fastcall ValidSogdSoCode();  //订单号
  void __fastcall ValidSogdSodLine();  //订单行号
  void __fastcall ValidSogdGoods();  //物料编码
  void __fastcall ValidSogdUnit();  //计量单位
  void __fastcall ValidSogdConv();  //换算比率
  void __fastcall ValidSogdQty();  //发货数量
  void __fastcall ValidSogdPrice();  //销售价
  void __fastcall ValidSogdAmt();  //销售金额
  void __fastcall ValidSogdTaxAmt();  //税额
  void __fastcall ValidSogdDisc();  //折扣率
  void __fastcall ValidSogdDAmt();  //折扣金额
  void __fastcall ValidSogdLoc();  //货位
  void __fastcall ValidSogdBatch();  //批号
  void __fastcall ValidSogdRecDate();  //要求交货日期
  void __fastcall ValidSogdClose();  //结清
  void __fastcall ValidSogdCloseDate();  //结清日期
  void __fastcall ValidSogdDesc();  //备注

protected:
  void __fastcall ValidMasterField(int FieldNo);
  void __fastcall ValidDetailField(int FieldNo);
  void __fastcall CmdExec(AnsiString Param);

public:
  __fastcall TKSSogh();

};
//---------------------------------------------------------------------------
extern TKSSogh *sdSogh;
#endif

⌨️ 快捷键说明

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