11
This commit is contained in:
@@ -69,6 +69,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
|
||||
LEFT JOIN dbo.Weld_Supplier supplier ON supplier.SupplierId=StockIn.SupplierId
|
||||
LEFT JOIN dbo.Weld_UnitStore store ON store.UnitStoreId = StockIn.UnitStoreId
|
||||
WHERE (StockIn.Amount-ISNULL(StockIn.UsingAmount,0)+ISNULL(StockIn.RecycleAmount,0))>0
|
||||
AND store.IsUse=1
|
||||
AND StockIn.WeldId=@WeldId AND store.UnitId=@UnitId";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
if (plan != null)
|
||||
|
||||
Reference in New Issue
Block a user