|
@ -121,7 +121,7 @@ public class JobController : AbpController |
|
|
{ |
|
|
{ |
|
|
new(nameof(CountJobDTO.WorkGroupCode),jsonCodes,"In"), |
|
|
new(nameof(CountJobDTO.WorkGroupCode),jsonCodes,"In"), |
|
|
new(nameof(CountJobDTO.JobStatus),jsonStatus,"In"), |
|
|
new(nameof(CountJobDTO.JobStatus),jsonStatus,"In"), |
|
|
new(nameof(CountJobDTO.InventoryMode),EnumInventoryMode.ByPackingCode.ToString()) |
|
|
new(nameof(CountJobDTO.InventoryMode),EnumInventoryMode.ByPackingCode.ToString()) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}).ConfigureAwait(false); |
|
|
}).ConfigureAwait(false); |
|
@ -135,7 +135,7 @@ public class JobController : AbpController |
|
|
{ |
|
|
{ |
|
|
new(nameof(CountJobDTO.WorkGroupCode),jsonCodes,"In"), |
|
|
new(nameof(CountJobDTO.WorkGroupCode),jsonCodes,"In"), |
|
|
new(nameof(CountJobDTO.JobStatus),jsonStatus,"In"), |
|
|
new(nameof(CountJobDTO.JobStatus),jsonStatus,"In"), |
|
|
new(nameof(CountJobDTO.InventoryMode),EnumInventoryMode.ByErpItemCode.ToString()) |
|
|
new(nameof(CountJobDTO.InventoryMode),EnumInventoryMode.ByErpItemCode.ToString()) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}).ConfigureAwait(false); |
|
|
}).ConfigureAwait(false); |
|
|