| | |
| | | string stepseq = HttpContext.Current.Request["stepseq"].ToString();//工序序号 |
| | | string stepcode = HttpContext.Current.Request["stepcode"].ToString();//工序编码 |
| | | string eqpcode = HttpContext.Current.Request["eqpcode"].ToString();//设备编码 |
| | | string reckway = HttpContext.Current.Request["reckway"].ToString(); //计件方式(班组:group、个人:person) |
| | | string usergroupcode = HttpContext.Current.Request["usergroupcode"].ToString();//班组编码 |
| | | string reportuser = HttpContext.Current.Request["reportuser"].ToString();//报工人员 |
| | | string taskqty = HttpContext.Current.Request["taskqty"].ToString();//任务数量 |
| | |
| | | string badcode = HttpContext.Current.Request["badcode"].ToString();//不良原因编码 |
| | | string remarks = HttpContext.Current.Request["remarks"].ToString();//备注 |
| | | string username = HttpContext.Current.Request["admin"].ToString();//操作人员 |
| | | mes = ProductionManagementBLL.SavaMesOrderStepReport(mesordercode, partcode, stepseq, stepcode, eqpcode, usergroupcode, reportuser, taskqty, startqty, reportqty, ngqty, badcode, remarks, username); |
| | | mes = ProductionManagementBLL.SavaMesOrderStepReport(mesordercode, partcode, stepseq, stepcode, eqpcode, reckway,usergroupcode, reportuser, taskqty, startqty, reportqty, ngqty, badcode, remarks, username); |
| | | return TJson.toJson(mes); |
| | | } |
| | | #endregion |