📄 msivoh.h
字号:
//---------------------------------------------------------------------------
#ifndef mSivohH
#define mSivohH
#include "midbase.h"
//---------------------------------------------------------------------------
class TKSSivoh :public TKSMidBase
{
private:
void __fastcall ValidSivohCode(); //发票号码
void __fastcall ValidSivohDate(); //发票日期
void __fastcall ValidSivohType(); //发票类型
void __fastcall ValidSivohSoCode(); //订单号
void __fastcall ValidSivohClient(); //客户编码
void __fastcall ValidSivohClientName(); //客户名称
void __fastcall ValidSivohAddr(); //地址
void __fastcall ValidSivohBankName(); //开户行名称
void __fastcall ValidSivohBankNo(); //开户帐号
void __fastcall ValidSivohDept(); //销售部门
void __fastcall ValidSivohSaler(); //业务员
void __fastcall ValidSivohCurrency(); //币种
void __fastcall ValidSivohEnrate(); //汇率
void __fastcall ValidSivohTaxCode(); //税名
void __fastcall ValidSivohTaxRate(); //税率
void __fastcall ValidSivohDesc(); //备注
void __fastcall ValidSivohSettleMode(); //结算方式
void __fastcall ValidSivohArDate(); //收款日期
void __fastcall ValidSivohFmonth(); //财务月份
void __fastcall ValidSivohRed(); //红字
void __fastcall ValidSivohTaxNo(); //税号
void __fastcall ValidSivohTel(); //电话
void __fastcall ValidSivohCacCode(); //公司帐号
void __fastcall ValidSivohCacBankName(); //开户行名称
void __fastcall ValidSivohAmt(); //金额
void __fastcall ValidSivohTaxAmt(); //税额
void __fastcall ValidSivohSumAmt(); //价税合计
void __fastcall ValidSivohZkAmt(); //折扣
void __fastcall ValidSivohUser(); //操作员
void __fastcall ValidSivohCheck(); //审核
void __fastcall ValidSivohChecker(); //审核员
void __fastcall ValidSivohCheckDate(); //审核日期
void __fastcall ValidSivohCancel(); //作废
void __fastcall ValidSivohCancelDate(); //作废日期
void __fastcall ValidSivohSysDate(); //系统日期
void __fastcall ValidSivodLine(); //行号
void __fastcall ValidSivodCode(); //发票号
void __fastcall ValidSivodGoods(); //物料编码
void __fastcall ValidSivodModel(); //规格
void __fastcall ValidSivodUnit(); //计量单位
void __fastcall ValidSivodQty(); //数量
void __fastcall ValidSivodPrice(); //单价
void __fastcall ValidSivodTaxPrice(); //含税价
void __fastcall ValidSivodAmt(); //金额
void __fastcall ValidSivodTaxAmt(); //税额
void __fastcall ValidSivodSumAmt(); //合计
void __fastcall ValidSivodZkAmt(); //折扣
void __fastcall ValidSivodLoc(); //货位
void __fastcall ValidSivodSogCode(); //发货单号
void __fastcall ValidSivodDesc(); //备注
protected:
void __fastcall ValidMasterField(int FieldNo);
void __fastcall ValidDetailField(int FieldNo);
void __fastcall CmdExec(AnsiString Param);
public:
__fastcall TKSSivoh();
};
//---------------------------------------------------------------------------
extern TKSSivoh *sdSivoh;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -