|
|
@ -65,6 +65,14 @@ namespace AUCMA.STORE.Business.Implements
|
|
|
|
exp = exp.And(s1 => s1.locationArea == locationArea);
|
|
|
|
exp = exp.And(s1 => s1.locationArea == locationArea);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(taskType == TaskType.OutStore)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if(operationType == OperationType.ManualOperation)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
exp = exp.And(s1 => s1.locationArea == locationArea);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var outStoreType = iNIFile.IniReadValue("系统设置", "出库方式");
|
|
|
|
var outStoreType = iNIFile.IniReadValue("系统设置", "出库方式");
|
|
|
|
//if(outStoreType == "2")
|
|
|
|
//if(outStoreType == "2")
|
|
|
|
//{
|
|
|
|
//{
|
|
|
|