비용요약 추가
This commit is contained in:
2
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
2
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
@@ -9873,7 +9873,7 @@ SELECT idx, Project, Item, qty, price, amt, jago, memo, wuid, wdate, ItemName, I
|
||||
import
|
||||
FROM ProjectsPart
|
||||
WHERE (Project = @prj)
|
||||
ORDER BY Project, ItemGroup, no, ItemName";
|
||||
ORDER BY Project, no, ItemGroup, option1, ItemName";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@prj", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "Project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
|
||||
Reference in New Issue
Block a user