|
|
@ -800,7 +800,7 @@ a.ExtensionID |
|
|
|
} |
|
|
|
#endregion
|
|
|
|
#region 销售出库(合并发料)
|
|
|
|
else if (TransType == TransTypeEnum.SalesShipmentDoc.GetDescription()|| TransType == TransTypeEnum.DisPatchInspect.GetDescription()) |
|
|
|
else if (TransType == TransTypeEnum.SalesShipmentDoc.GetDescription()) |
|
|
|
{ |
|
|
|
sqlCheckSign = @"select * from ICSConfiguration where code = 'OutWithLocationCode007' and enable = '1'"; |
|
|
|
flag = DBHelper.SQlReturnData(sqlCheckSign, cmd); |
|
|
|