SalesTable下新建方法
void custCreditLimit(CustAccount _custAccount)
{
CustCreditLimit custCreditLimit;
AmountMST balance;
AmountMST orderBalance;
CustTable custTable;
Amount amount,creditAmount;
SalesLine salesLine;
boolean ret = true;
;
{
CustCreditLimit custCreditLimit;
AmountMST balance;
AmountMST orderBalance;
CustTable custTable;
Amount amount,creditAmount;
SalesLine salesLine;
boolean ret = true;
;
custTable = CustTable::find(_custAccount);