SVN r822
SVN-Revision: r822
This commit is contained in:
@@ -298,6 +298,7 @@ namespace Lskj.Business
|
||||
Instance.AccountSwitchingRestrictions = item.Table.Columns.Contains("AccountSwitchingRestrictions") && !string.IsNullOrEmpty(item["AccountSwitchingRestrictions"] + "") ? Convert.ToInt32(item["AccountSwitchingRestrictions"] + "") : 0;
|
||||
Instance.Bill_cg_showname = item.Table.Columns.Contains("bill_cg_showname") && !string.IsNullOrEmpty(item["bill_cg_showname"] + "") ? item["bill_cg_showname"] + "" : "";
|
||||
if (!string.IsNullOrWhiteSpace(Instance.Bill_cg_showname)) ERPInfo.Instance.DraftReplacementValue = Instance.Bill_cg_showname;
|
||||
Instance.HideFixedConditions = item.Table.Columns.Contains("HideFixedConditions") && !string.IsNullOrEmpty(item["HideFixedConditions"] + "") ? "1".Equals(item["HideFixedConditions"] + "") : false;
|
||||
}
|
||||
/// <summary>
|
||||
/// 高拍仪AccessKey
|
||||
@@ -966,4 +967,9 @@ namespace Lskj.Business
|
||||
/// </summary>
|
||||
public bool SplitOrderNewVer;
|
||||
/// <summary>
|
||||
|
||||
/// 报错时不提示具体sql信息
|
||||
/// </summary>
|
||||
public bool HideErrorSQL;
|
||||
/// <summary>
|
||||
/// 表格快速导入
|
||||
/
|
||||
Reference in New Issue
Block a user