| | |
| | | /// <returns></returns> |
| | | [Route("Sc_MESBeginWorkBill/SaveGetMESBeginWorkFrom_KS")] |
| | | [HttpGet] |
| | | public object SaveGetMESBeginWorkFrom_KS(string HBillType,int HSourceInterID,int HSourceEntryID,string HSourceBillNo,string user,string HSourceBillType) |
| | | public object SaveGetMESBeginWorkFrom_KS(string HBillType,int HSourceInterID,int HSourceEntryID, |
| | | string HSourceBillNo,string user,string HSourceBillType) |
| | | { |
| | | |
| | | |
| | |
| | | #region 报工平台快捷开工 |
| | | [Route("Sc_MESBeginWorkBill/FastBeginWorkBill")] |
| | | [HttpGet] |
| | | public object FastBeginWorkBill(string HBillType, int HSourceInterID, int HSourceEntryID, string HSourceBillNo, string HSourceBillType,string user) |
| | | public object FastBeginWorkBill(string HBillType, int HSourceInterID, int HSourceEntryID, |
| | | string HSourceBillNo, string HSourceBillType,string user) |
| | | { |
| | | |
| | | |
| | |
| | | { |
| | | ClsSc_MESBeginWorkBillMain.HWorkShiftID = int.Parse(set.Tables[0].Rows[0]["HInterID"].ToString()); |
| | | } |
| | | ds = oCN.RunProcReturn("select * from h_v_Cj_GetDefValByUser where 用户名称='" + user + "'", "h_v_xt_UserAssociationSelect"); |
| | | ds = oCN.RunProcReturn("select * from h_v_Cj_GetDefValByUser where 用户名称='" + user + "'", "h_v_Cj_GetDefValByUser"); |
| | | |
| | | //if (ds.Tables[0].Rows[0]["HGroupID"].ToString() == "0") |
| | | //{ |