This commit is contained in:
chi
2023-10-08 00:04:31 +09:00
parent 37f2fdf053
commit b6291f2bd0
32 changed files with 1610 additions and 691 deletions

View File

@@ -374,7 +374,7 @@ namespace FCM0000
}
else
{
var collist = new string[] { "username","box","uid","place","itemName","itemModel","serial","memo" };
var collist = new string[] { "username","box","uid","place","itemName","itemModel","serial","placebox","memo" };
search = search.Replace("'", "''");
string filter = ""; // "itemna like ? or package like ? or projectname like ? or process like ? or [type] like ? or description like ?";
foreach(var col in collist)
@@ -441,6 +441,7 @@ namespace FCM0000
newdr.itemModel = dr.itemModel;
newdr.itemName = dr.itemName;
newdr.place = dr.place;
newdr.box = dr.box;
newdr.sid = dr.sid;
@@ -478,6 +479,7 @@ namespace FCM0000
newdr.itemModel = dr.itemModel;
newdr.itemName = dr.itemName;
newdr.place = dr.place;
newdr.box = dr.box;
var f = new finventoryAdd(newdr);
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)