| | |
| | | |
| | | oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); |
| | | oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); |
| | | oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); |
| | | oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); |
| | | |
| | | if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") |
| | | { |
| | |
| | | #region 报工台跳转获取数据 |
| | | [Route("Qc_PreventErrMouldCheckBill/Qc_PreventErrMouldCheckBillList")] |
| | | [HttpGet] |
| | | public object Qc_PreventErrMouldCheckBillList(string HMaterID,string SCOrder, string User) |
| | | public object Qc_PreventErrMouldCheckBillList(string HMaterID,string HProcID,string SCOrder, string User) |
| | | { |
| | | try |
| | | { |
| | |
| | | return objJsonResult; |
| | | } |
| | | |
| | | ds = oCN.RunProcReturn("exec h_p_PreventErrMouldCheck '" + HMaterID + "','"+ SCOrder + "'", "h_p_PreventErrMouldCheck"); |
| | | ds = oCN.RunProcReturn("exec h_p_PreventErrMouldCheck '" + HMaterID + "','" + HProcID + "','" + SCOrder + "'", "h_p_PreventErrMouldCheck"); |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |