修改焊接任务单
This commit is contained in:
@@ -400,7 +400,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
|||||||
{
|
{
|
||||||
var weldingRods = from x in Funs.DB.Base_Consumables where x.ConsumablesType == "2" select x;
|
var weldingRods = from x in Funs.DB.Base_Consumables where x.ConsumablesType == "2" select x;
|
||||||
var weldingWires = from x in Funs.DB.Base_Consumables where x.ConsumablesType == "1" select x;
|
var weldingWires = from x in Funs.DB.Base_Consumables where x.ConsumablesType == "1" select x;
|
||||||
for (int i = 0; i < Grid1.Rows.Count(); i++)
|
foreach (var i in Grid1.SelectedRowIndexArray)
|
||||||
{
|
{
|
||||||
string weldTaskId = Grid1.DataKeys[i][0].ToString();
|
string weldTaskId = Grid1.DataKeys[i][0].ToString();
|
||||||
string jotId = Grid1.DataKeys[i][1].ToString();
|
string jotId = Grid1.DataKeys[i][1].ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user