示例#1
0
 /// <summary>
 /// 插入数据库
 /// </summary>
 public void InsertDB()
 {
     CommonSQL.InsertJobDetail(id, jobid, area, (int)tasktype, taskid, DeviceType.运输车, (int)flag, device?.devName,
                               GetDevTypeS(fromdev), GetDevTypeS(todev), takeNum, takesite, 0, 0, giveNum, givesite, 0, 0);
 }
示例#2
0
 /// <summary>
 /// 插入数据库
 /// </summary>
 public void InsertDB()
 {
     CommonSQL.InsertJobDetail(id, jobid, area, (int)tasktype, taskid, DeviceType.行车, (int)flag, device?.devName,
                               null, null, 1, takesiteX, takesiteY, takesiteZ, 1, givesiteX, givesiteY, givesiteZ);
 }
示例#3
0
 /// <summary>
 /// 插入数据库
 /// </summary>
 public void InsertDB()
 {
     CommonSQL.InsertJobDetail(id, jobid, area, (int)tasktype, null, DeviceType.摆渡车, (int)tasktype, device?.devName,
                               null, null, goodsnum, takesite, 0, 0, goodsnum, givesite, 0, 0);
 }
示例#4
0
 /// <summary>
 /// 插入数据库
 /// </summary>
 public void InsertDB()
 {
     CommonSQL.InsertJobDetail(id, jobid, area, (int)tasktype, null, DeviceType.固定辊台, (int)tasktype, device?.devName,
                               GetDevTypeS(fromdev), GetDevTypeS(todev), goodsnum, 0, 0, 0, goodsnum, 0, 0, 0);
 }