修改销售出库单单个打印发票

This commit is contained in:
PastSaid
2023-12-10 13:58:49 +08:00
parent 76bb00110c
commit dcb3b9a384
4 changed files with 412 additions and 220 deletions

View File

@@ -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>