修改销售出库单单个打印发票
This commit is contained in:
@@ -124,7 +124,7 @@ namespace UseGetFmaterialData
|
||||
if (org == null)
|
||||
org = this.View.Model.GetValue("FStockOrgId") as DynamicObject;
|
||||
|
||||
return org != null && Convert.ToInt32(org["Id"]) != 101542;
|
||||
return org != null && Convert.ToInt32(org["Id"]) == 101542;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user